Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade #499

Merged
merged 11 commits into from
Sep 13, 2023
Merged

Upgrade #499

merged 11 commits into from
Sep 13, 2023

Conversation

Ernestopheles
Copy link
Contributor

Thanks for merging

A) Handle limited editions
Handle limited editions (for single products as well as for variants): Take quantity and inventory_status of a product into account.

Usecases:
Add product to cart
Update item in cart
Delete item from cart
Merge carts (guest cart and member cart)
Checkout

B) Handle order limits
Take minQuantityPerOrder and maxQuantityPerOrder of a product into account.

Handles these usecases:
Add product to cart
Update item in cart
Delete item from cart
Merge carts (guest cart and member cart)

C) Gallery feature
Additionally you get the opportunity to handle all products in just one product list:

products with inventory status available (gallery, shop available)
products with inventory status reserved or soldout (gallery, shop not available)
products with inventory status not for sale (gallery, shop not available)
Copy link
Collaborator

@xchs xchs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some spelling errors and a couple of keywords that should be added to the whitelists:

image

meta/nahati/contao-isotope-stock/de.yml Outdated Show resolved Hide resolved
meta/nahati/contao-isotope-stock/de.yml Outdated Show resolved Hide resolved
meta/nahati/contao-isotope-stock/en.yml Outdated Show resolved Hide resolved
meta/nahati/contao-isotope-stock/en.yml Outdated Show resolved Hide resolved
meta/nahati/contao-isotope-stock/en.yml Outdated Show resolved Hide resolved
@xchs xchs mentioned this pull request Sep 13, 2023
@xchs xchs merged commit d8f8805 into contao:main Sep 13, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants