Sylius / Sylius-Standard

Open Source eCommerce Application on top of Symfony
https://sylius.com
MIT License
243 stars 320 forks source link

Cart quantity field #999

Closed azy64 closed 3 months ago

azy64 commented 4 months ago

In that pull request I have:

This means the quantities available should be 10, 20, 30, and so on, instead of the default 1, 2, 3, etc.

NB: There are many solutions for this problem, but I've chosen to override a specific template and put a javascript code, thus I'll not modify many templates either.

GSadee commented 3 months ago

Hello @azy64!

I believe that the solution you wanted to achieve should only be implemented in your end application and not in the Sylius project template, as this is a very specific case 🖖🏻