• Resolved catuyen

    (@catuyen)


    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

    • This topic was modified 2 years, 6 months ago by catuyen.
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.