A code snippet is not working on my new website
-
Hello!
Due to tax office requirements I need my invoices to show the taxes, even if they are zero. In order to do that, I need the cart and the order to show that information, but it was hidden by default. You helped me solve that by using the following code snippets:
add_filter( ‘woocommerce_cart_hide_zero_taxes’, ‘__return_false’ );
add_filter( ‘woocommerce_order_hide_zero_taxes’, ‘__return_false’ );
Now I created a new website and by some reason, those codes are not working anymore. Perhaps the front-end code is different…
Please, could you help me generate new code snippets that are suitable? I’m pretty desperate with this. Website link is
Thank you very much!
- This topic was modified 1 year, 7 months ago by .
- This topic was modified 1 year, 7 months ago by . Reason: redundant link removed
The page I need help with: [log in to see the link]
- The topic ‘A code snippet is not working on my new website’ is closed to new replies.