vendure-ecommerce / storefront-qwik-starter

An e-commerce storefront starter built with Qwik and Vendure
https://qwik-storefront.vendure.io
227 stars 86 forks source link

Order summary #159

Closed ashishkpaul closed 2 months ago

ashishkpaul commented 2 months ago

wrong price calculation with respect to quantity

Screenshot_2024-08-10_11-21-21

ashishkpaul commented 2 months ago

Sorry, confuse, you can close it, but there is a small improvement on purchase order history for displaying quantity dynamically. at https://github.com/vendure-ecommerce/storefront-qwik-starter/blob/f4f085b1f1463e36306498c2dc3fc8f36fd8ccfb/src/routes/account/orders/%5Bcode%5D/index.tsx#L53C1-L53C36 , it should be <div class="qty">Quantity: {line.quantity}</div>