Hello Team, for the German market we have to display “zzgl. 19% MWst” to our Prices.
But over the XStore theme WooCommerce Options i cant display them.
Is there a Option or do you have a custom code for the functions.php?
Something like this but it should show it behind the price tag
Example:
add_action( ‘et_before_shop_loop_title’, function(){
echo ‘
zzgl. 19% MWst
‘;
}, 30);
The “Germanized” Plugin doesnt add is automaticly, but they have this shortcodes:
[gzd_product_tax_notice]
[gzd_product_shipping_notice]
[gzd_product_delivery_time]
Please help.
Thanks!