-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Quantity Price Rules #791
Quantity Price Rules #791
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we merge that into the Core, we should move it to ProductComponent and ProductBundle.
...eShop/Bundle/CoreBundle/Resources/public/pimcore/js/coreExtension/tags/coreShopStorePrice.js
Outdated
Show resolved
Hide resolved
src/CoreShop/Bundle/FrontendBundle/Resources/views/Product/detail.html.twig
Show resolved
Hide resolved
src/CoreShop/Bundle/TierPricingBundle/Form/Type/ProductSpecificTierPriceRangeType.php
Outdated
Show resolved
Hide resolved
src/CoreShop/Bundle/TierPricingBundle/Resources/config/pimcore/admin.yml
Outdated
Show resolved
Hide resolved
79cdd58
to
aeb2da3
Compare
… action classes and completly overwrite ranges in core
6ffcb51
to
70975a4
Compare
c47fb98
to
4bdc1a4
Compare
"require": { | ||
"coreshop/product-quantity-price-rules": "^2.1", | ||
"coreshop/rule-bundle": "^2.1", | ||
"coreshop/money-bundle": "^2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it really need 2.1 for these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0 should be sufficient.
...tendBundle/Resources/views/ProductQuantityPriceRanges/quantity_price_ranges_volume.html.twig
Show resolved
Hide resolved
...esBundle/Resources/public/pimcore/js/coreExtension/tags/coreShopProductQuantityPriceRules.js
Outdated
Show resolved
Hide resolved
...uantityPriceRulesBundle/Resources/public/pimcore/js/productQuantityPriceRules/object/item.js
Outdated
Show resolved
Hide resolved
src/CoreShop/Component/ProductQuantityPriceRules/Calculator/VolumeCalculator.php
Outdated
Show resolved
Hide resolved
src/CoreShop/Component/ProductQuantityPriceRules/Fetcher/QuantityPriceFetcher.php
Outdated
Show resolved
Hide resolved
src/CoreShop/Component/ProductQuantityPriceRules/Fetcher/QuantityPriceFetcher.php
Outdated
Show resolved
Hide resolved
src/CoreShop/Component/ProductQuantityPriceRules/Fetcher/QuantityPriceFetcher.php
Outdated
Show resolved
Hide resolved
public function getCalculationBehaviour(); | ||
|
||
/** | ||
* {@inheritdoc} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inherits from where? ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still not fixed
src/CoreShop/Component/ProductQuantityPriceRules/Model/ProductQuantityPriceRule.php
Outdated
Show resolved
Hide resolved
is this ready now? |
@dpfaffenbauer besides the missing tests described here - yes! 👍 |
@solverat can you please create the scenarios and also check my comments. |
=> More Info / Discussion