It returned the total cart value before any discounts. For example,
Total cart value: $400
Discount: $40
Total value (final payment amount): $360
So it returned $400.
Basically, I want to make the ‘Free Gift’ text appear on the packing slip for any orders (before a discount) greater than $350. Somehow, I used other liquid variables such as subtotal_price, order_subtotal_price, etc but they didn’t seem to work thus I am trying to use these two variables in the if statement…