Clarification about creating a new mapping

chandan.k
chandan.k Senior Software Developer Spryker Solution Partner Posts: 6 🧑🏻‍🚀 - Cadet

Hey

We already have a mapping(for products -OOTB) from sku→id_product_concrete/id_product_abstract and if we want to have one more mapping for product name→id_product_concrete/id_product_abstract,

How can this be achieved without overriding the product storage module class,creating a new parameter mapping like name:id_product_abstract or name:sku doesn't seems to be perfect as it throws schema validation error.

Answers

  • Salmanali Agharia
    Salmanali Agharia Posts: 11 🧑🏻‍🚀 - Cadet

    Hi Chandan,

    Do you want to store new mappings data in storage tables like spy_product_abstract_storage or spy_product_concrete_storage ? If yes, then in which column of those tables ?

    Thanks