Hi,
I'm having issues displaying the regular product subtotal (before discount) in the product line on cart page (please see attached pic).
So for example: let's say a customer adds 6 x vitamin A to cart. Discounted price is $5, regular price is $7. That means the discounted product subtotal (for vitamin A only) is $30, while the regular product subtotal (no discount) is $42. I'd like to show it as $30 $42
Right now, it's showing the discounted product subtotal for vitamin A and the regular unit price, i.e. $30 $7
I know I need to replace {$product.regular_price} in my template, but what do I replace it with?
Please help!!! Thanks