hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
180 stars 54 forks source link

Product Details card shows too much info on mobile #201

Closed peterjaap closed 2 years ago

peterjaap commented 3 years ago

The Product Details card on mobile shows:

image

I would like to see this changed on mobile to:

image

(or similar, sorry I'm not a frontender :shrug: )

rajeev-k-tomy commented 3 years ago

I think we can go on with the current view in mobile view. It is showing the same set of data we are viewing on the desktop. It is up to developers if the mobile view needs to be altered. It won't be a big deal to remove the price part :)

However, it is a good suggestion to use Subtotal instead of Total here. We can accommodate that change.

rajeev-k-tomy commented 2 years ago

Closing this as it is corrected.