add tax + delivery via hooks in functions.php
-
Hi,
since we have an online configurator for furniture in our woocommerce shop, we need to display the price on the product page twice. the plugin unfortunately does not allow to add tax and delivery time to the price globally.
so I added an additional price via hooks, which works – but i can not figure out how to add additional delivery time + tax as well. So this works: add_action(‘woocommerce_single_product_summary’,’woocommerce_template_single_price’, 30 );
But this does not work:
add_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_gzd_template_single_shipping_costs_info’, 29 );Am I using the wrong hook?
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘add tax + delivery via hooks in functions.php’ is closed to new replies.