我正试图找到一种方法来删除当我胡扯产品时弹出的三个按钮 - 快速查看,添加到愿望清单,添加到购物篮。我尝试过以下代码,但它只删除了图标,文本和功能本身仍在那里。
CSS:
.related.products .yith-wcqv-button {
display: none;
}
PHP:
add_action( ‘template_redirect’, ‘yith_wcqv_remove_from_wishlist’ );
function yith_wcqv_remove_from_wishlist(){
if( function_exists( ‘YITH_WCQV_Frontend’ ) && defined(‘YITH_WCQV_FREE_INIT’) ) {
remove_action( ‘yith_wcwl_table_after_product_name’, array( YITH_WCQV_Frontend(), ‘yith_add_quick_view_button’ ), 15 );
}
}
我需要帮助的页面:http://poshwish.co.uk
答案 0 :(得分:0)
我设法自己删除它们。将以下代码添加到主题css文件中,它可以实现魔术:
.product_list_widget .quick-view{
display: none;
}
.product-interactions {
display: none;
}
答案 1 :(得分:0)
我使用相同的自定义菜单解决了该问题:
yourwebsite.com/wp-admin->外观->自定义-> Woocommerce->产品循环
并禁用所有特色图标