• Resolved lukasmbzwo

    (@lukasmbzwo)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    I’ll guess you might need to contact a webdeveloper to implement a custom logic for that. Customizations are not part of our support. You seem to be using single product pages hooks and product list hooks. Do you want to show the notice within product lists or why are you using woocommerce_after_shop_loop_item?

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘add tax + delivery via hooks in functions.php’ is closed to new replies.