same gross price for differnt countries only works half the way
-
Hi,
I need to display the same gross price for all countries.So I set “yes price includes tax” and added the following filter
as described her: github-woocommerceadd_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
Price is displayed correct in cart and checkout but is still wrong at productcatalog and product detail page. I use product variants and so a price range is displayed.
On the Productdetailspage the price range is wrong but if I select a variant the
correct price is displayed.It seems like the filter does not effect the price ranges.
Price range displayed: € 9,82 – € 25,29 inkl. Mwst.
Correct Price range: 9,9 – 25,5I switched the theme to a standard theme but this does not solved the problem.
Thanks
Robert
The page I need help with: [log in to see the link]
- The topic ‘same gross price for differnt countries only works half the way’ is closed to new replies.