-
Hello,
To comply European laws I must indicate all prices inc VAT.
To do this, I tried your code
add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) { global $product; $entity['offers']['price'] = wc_get_price_including_tax( $product ); return $entity; });
This one doesn’t seem to work!
The snippet preview on my product page still show the lowest price without VAT.In the same time I do not see how your code can get the price inc VAT when this one is different for each country (Spain 21%, France 20%, Germany 19%, Greece 24%…)
It’s will be better to have an option in the setting dashboard to set a default VAT value.
WP Super Cache = Disabled
Autoptimize (CSS, JS, HTML) = DisabledThanks
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The ticket ‘Price inc VAT for EU’ is closed to new replies.