Skip to Main Content
ADD A NEW IDEA

FILTER BY CATEGORY

All ideas

Showing 280 of 280

Add an extension point to PriceTypeWriter

Spryker\Zed\PriceProduct\Business\Model\PriceType\PriceTypeWriter: In the method createPriceType add configuration extension point into an argument of setPriceModeConfiguration. In our project, the PriceTypeWriter class was extended only to custom...
Zanggar Muratkhan 8 months ago in Price Management 0 Ready for Approval/Refusal

Add an extension poit to PriceProductCriteriaBuilder

Spryker\Zed\PriceProduct\Business\Model\PriceProductCriteriaBuilder: Add into the buildCriteriaFromFilter a plugin extension point.
Zanggar Muratkhan 8 months ago in Price Management 0 Ready for Approval/Refusal

Apply Cloud Setting Without Redeployment

Currently, if we need to change Parameter Store variable, it requires full re-deployment to apply them in the environment. Full re-deployment even with same version (no code changes) takes up to 25 minutes. It would be good to apply such changes o...
Alex Kiselov 8 months ago in PaaS / PaaS+ 1 New

Add an extension point to CompanyEntityManager

Pyz\Zed\Company\Persistence\CompanyEntityManager In method saveCompany after the line $companyTransfer->fromArray($spyCompany->toArray(), true); add plugin extension point.
Zanggar Muratkhan 8 months ago in CRM (Customer Relationship Management) 0 Ready for Approval/Refusal

Add extension points to CompanyMapper

Spryker\Zed\Company\Persistence\Mapper\CompanyMapper: 1) mapCompanyTransferToEntity method: add plugin extension point before return; 2) mapEntityToCompanyTransfer method: add plugin before return.
Zanggar Muratkhan 8 months ago in CRM (Customer Relationship Management) 0 Ready for Approval/Refusal

Add extension points to IntegerToDecimalConverter and DecimalToIntegerConverter

1) Spryker\Shared\Money\Converter\DecimalToIntegerConverter Replace static::PRICE_PRECISION with config. (Configuration strategy). 2) Spryker\Shared\Money\Converter\IntegerToDecimalConverter Replace static::PRICE_PRECISION and "2" (scale) with con...
Zanggar Muratkhan 8 months ago in DX (Developer eXperience) / PIM (Product Information Management) / Price Management / WMS (Warehouse Management System) 0 Ready for Approval/Refusal

Remove Products from "Add More products" Section when adding products to a Abstract product list content item

When adding a new "Abstract product List" content item in the back office, when you click to add products to that list, the product does not disappear from the "add more products" section and a button "add to list" still shows. It populates the pr...
James Hooper 8 months ago in CMS (Content System Management) 0 Ready for Approval/Refusal

Move OMS state from any to any

Sometime during order processing smth goes wrong and order stucks in some state from which we can't move it without some DB manipulations. For example we have several oms events for some action and after the first event system crashes. We are in t...
Anna Kotiuk 9 months ago in OMS (Order Management System) 0 In review

To have before and after controller actions per controller

We need some before/after actions for some of controllers. For example log request data for particular requests
Anna Kotiuk 9 months ago in Other 0 Future consideration

Fix Performance Issues with Abstracts with a large amount of concretes

There are two differnet issues Spryker has Performance Issues when an abstracts get's a lot of concretes: 1) Publishing takes longer and longer until is it no longer useable 2) Detailpage in Front-End takes longer and longer to load Superattribute...
Martin Kousek 9 months ago in PIM (Product Information Management) 0 New