Replies: 0
Hello
In the PDF file. It shows the total price if the quantity is more than 1
I 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 luck
Could you please help modify the code to let it show the variation regular price only?
Thank you
Uyen