How to represent total order value in Craft theme product page code?

How to represent total order value in Craft theme product page code?

Fred729
Visitor
1 0 0

I am currently using the craft(5.0.1) theme, and I am editing the product page which is "main-product-liquid" in the editor. I know "product.price" means the price for one product, but if the customer orders two pieces, what code can i use to represent the total order value? I know "cart.total_price" means total order value in the cart page, but i don't know the code for product page. Thanks for help!

Reply 1 (1)

LitExtension
Shopify Partner
4915 1005 1183

Hi @Fred729,

You need to use the code to plus 2 product prices, for example code:

{% assign price = product_1.price | plus: product_2.price %}
{{ price | money }}
{% comment %}
      - product_1: set for product 1
      - product_2: set for product 2
{% endcomment %}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com