PrestaShop / hummingbird

77 stars 73 forks source link

The Min quantity config is always preselected regardless of the quantity in the cart #608

Closed MatShir closed 3 months ago

MatShir commented 4 months ago

Issue

As a merchant, I don't want to impose a min quantity in the product listing if the min quantity is already reached in the cart

Detail issue

https://github.com/PrestaShop/hummingbird/assets/16019289/5d079315-3976-4022-ab30-7a1abb2ffb01

Technical

The feature works theortically on the theme but can't work on the PrestaShop 8.1 since we don't have the cart content on the product listing.

So, first step would be to add on the product listing and other related page the possibility to check the cart content from the front side

Waiting for more investigation, on the feasibility of the task