How to insert Wholesale price programmatically
-
Hello,
I want to modify a plugin that outputs a pdf catalog of the shop.
Everything works great exept that I want to show the Wholesale price and not the normal.This is the code (I think) that generates the normal price:
$price = $this->product->get_price_html(); $price = htmlspecialchars_decode($price); $price = str_replace(array('₽'), 'RUB', $price);
How can I replace the normal price with the Wholesale price?
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘How to insert Wholesale price programmatically’ is closed to new replies.