Hi ,
I want to show total product items price in cart , not price per item .
Can anyone help me ?
Website - https://xgodeals.shop/
Thank You
A user seeks to display the total price for each product line in their Shopify cart instead of the individual item price.
Proposed Solution:
cart.liquid file{{ item.price | money }} with {{ item.line_price | money }} to show total price per line item{{ cart.total_price | money }} to display overall cart totalStatus: One solution provided; implementation and verification pending.
Hi ,
I want to show total product items price in cart , not price per item .
Can anyone help me ?
Website - https://xgodeals.shop/
Thank You
Hi @liteleraja ,