[ad_1]
Hello,
For a specific development, I need to display the price elsewhere in the WordPress theme. To do this, I use the global $product then $product->get_variation_prices() for variable products and get_post_meta( get_the_ID(), ‘_sale_price’, true) for classic products.
The problem is that this doesn’t take into account prices that have changed from country to country. How do I get the right price in PHP?
Thanks,
