Bulk Discount Table Showing in Quickview
-
Hi
I would like to display the bulk discount table in quickview, I have added these lines to the functions.php file with no luck, the quickview plugin developer added a hook so I can display things in their quickview but I can’t seem to get the discount table to display:
add_action( ‘yith_wcqv_product_summary’, ‘yith_show_discount_table’, 22 );function yith_show_discount_table(){
//require(“../../plugins/advanced-dynamic-pricing-for-woocommerce/templates/bulk-table.php”);
//require(“../../plugins/advanced-dynamic-pricing-for-woocommerce/advanced-dynamic-pricing-for-woocommerce.php”);echo do_shortcode(“[adp_product_bulk_rules_table]”);
}
I am wondering if you could help, as I have been going around in circles haha. The quickview we are using is:
YITH WooCommerce Quick View Premium
Thanks in advance.The page I need help with: [log in to see the link]
- The topic ‘Bulk Discount Table Showing in Quickview’ is closed to new replies.