german PAngV rules
-
Dear Experts,
As per german PAngV rules and regulations the additional shipping costs and delivery status must be shown below the price and for that I am using below code in the fun php , but with that code the set words also appear near the virtual and digital product price , please advice me to remove that from digital and virtual products.
add_filter( 'woocommerce_get_price_html', 'custom_price_message' ); function custom_price_message( $price ) { $vat = ' <p><a >(zzgl. Versand)</a> ?? Sofort lieferbar</p>'; return $price . $vat; }
Thanks alot
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘german PAngV rules’ is closed to new replies.