Skip to Main Content
ADD A NEW IDEA

FILTER BY CATEGORY

PIM (Product Information Management)

Showing 39 of 280

B2B buyers should be able to request a sample product

B2B buyers should be able to request a sample product. This would be different from buying it outright - there would be no price. The concrete product would have to be marked as 'sample=TRUE' and have a (fixed) quantity that is different from othe...
Sanjay Vaniyambadi Jayakumar 6 months ago in Cart & Checkout / PIM (Product Information Management) / Price Management / WMS (Warehouse Management System) 0 In review

Catalog Management

Catalog Management is a full product information management system that can be used to organize product and catalog information
Jeremy Fourna 6 months ago in PIM (Product Information Management) 0 Future consideration

Plugin stack for getResponse method in UpdateProductAbstractController

There vendor/spryker/product-merchant-portal-gui/src/Spryker/Zed/ProductMerchantPortalGui/Communication/Controller/UpdateProductAbstractController.php:299 we render data inside method, so we cannot owerwrite just part of the method if we want to e...
Dimitriy Kravchenko 7 months ago in PIM (Product Information Management) 0 In review

Add new plugin stack for ProductFormTransferMapper

there vendor/spryker/product-management/src/Spryker/Zed/ProductManagement/Communication/Transfer/ProductFormTransferMapper.php:205 - we have plugins which can help extend ProductConcreteTransfer but we have nothing for ProductAbstractTransfer (ven...
Dimitriy Kravchenko 7 months ago in PIM (Product Information Management) 0 In review

Add an extension point into CategoryType

Spryker\Zed\CmsBlockCategoryConnector\Communication\Form\CategoryType Replace const SUPPORTED_CATEGORY_TEMPLATE_LIST with configuration.
Zanggar Muratkhan 8 months ago in CMS (Content System Management) / DX (Developer eXperience) / PIM (Product Information Management) 0 Ready for Approval/Refusal

Add an extension point to CategoryNodeStorage

Spryker\Zed\CategoryStorage\Business\Storage\CategoryNodeStorage: Add plugin extension point into the mapToCategoryNodeStorageTransfer method before "return".
Zanggar Muratkhan 8 months ago in PIM (Product Information 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

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

Add the ability to upload product related documents (user manual; safety data sheet ...) directly on the Product page

Today the way to add document to PDP is to upload it as a File; and then create a cms content item to ultimately map it to the correct Product from the CMS Product template. This is accomplished via several clicks and steps. It would be more convi...

Replace TouchFacade implementations

E.g. https://github.com/spryker/product-label/tree/master/src/Spryker/Zed/ProductLabel/Business/Touch ProductAbstract Labels are still using old bridges and touch implementations, which will never let us get rid of these legacy implementation. So ...
John Andert 9 months ago in PIM (Product Information Management) 0 Ready for Approval/Refusal