- Issue created by @Anybody
Well, thats a good idea. If you want to have the amount field right next to the add to cart button, what is a typical pattern, things getting clunky.
Example:
Solvable by CSS Grid, but not really a clean solution.
In the Add to cart form currently the "Add to cart" button and the amount field are separated. The "Add to cart" button is even in the "actions" group, while the amount is not.
For theming and logic it would be preferable to have both combined under a parent element as they are very closely connected. You always add the item amount times to the cart.
For themers the current structure makes it harder to style and move them in combination and visualize their relation.
Active
3.0
Cart
Well, thats a good idea. If you want to have the amount field right next to the add to cart button, what is a typical pattern, things getting clunky.
Example:
Solvable by CSS Grid, but not really a clean solution.