Getting the right price with PHP
-
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,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Getting the right price with PHP’ is closed to new replies.