How to display product variation regular price ?
-
Hello
In the PDF file. It shows the total price if the quantity is more than 1I would like to show the variation regular price of the product
This is regular code:
<td class="price"><?php echo $item['order_price']; ?>
I am trying to change it to:
<td class="price"><?php echo $item['get_variation_regular_price']; ?>
but no luckCould you please help modify the code to let it show the variation regular price only?
Thank you
Uyen
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to display product variation regular price ?’ is closed to new replies.