Jenetic Posted October 6, 2018 Share Posted October 6, 2018 Hi! If a product costs $1 and the customer adds a quantity of 25 of that product, the checkout summary will still show the price as $1 (although the subtotal will show the right price). I want it to show the product total - just as it does in the shopping cart before checkout. Does anyone know where and how to change that? I've attached two screenshots to show you what I mean. Link to comment Share on other sites More sharing options...
NemoPS Posted October 7, 2018 Share Posted October 7, 2018 themes\classic\templates\checkout\_partials\cart-summary-product-line.tpl Replace {$product.price} with {$product.total} Hope it helps! 1 1 Link to comment Share on other sites More sharing options...
Jenetic Posted October 7, 2018 Author Share Posted October 7, 2018 Oh, so it was that simple! Haha Thank you Nemo, worked like a charm! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now