Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elgentos/shopware-total-qty-in-cart-rule
Adds a Total Quantity In Cart Rule to the Rule Builder
https://github.com/elgentos/shopware-total-qty-in-cart-rule
Last synced: about 1 month ago
JSON representation
Adds a Total Quantity In Cart Rule to the Rule Builder
- Host: GitHub
- URL: https://github.com/elgentos/shopware-total-qty-in-cart-rule
- Owner: elgentos
- Created: 2021-07-02T08:50:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T19:03:05.000Z (about 3 years ago)
- Last Synced: 2024-11-11T19:41:31.620Z (about 1 month ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shopware6 - Total Quantity In Cart Rule >6.x
README
# Shopware 6 Total Qty In Cart Rule
This plugin adds a rule to the Rule Builder for the cart scope that allows you to set rules using a "total qty in cart" rule.
It adds up the total quantity of all good line items in the cart.
![image](https://user-images.githubusercontent.com/431360/124248653-5917c380-db23-11eb-9fe6-c49168133504.png)
For example, this rule will apply to this cart since 50 + 11 = 61, which is >= 60.
![image](https://user-images.githubusercontent.com/431360/124248803-819fbd80-db23-11eb-9a37-8053682a9fb6.png)