How to add new product concrete column in Item Transfer inside Quote Transfer during the checkout?

Options
ivan-jurisic
ivan-jurisic Senior Spryker developer Posts: 25 🧑🏻‍🚀 - Cadet

I want to expand my product concrete with KBN field additional to existing sku and I want to add it to the Item Transfer in Quote Transfer during checkout process. How should I do that? I tried to expand Item transfer, and productConcreteStorage transfer - both with kbn field, I managed to brought it to storage, but I still don't have it in Item Transfer. What am I missing ?

Best Answer

  • ivan-jurisic
    ivan-jurisic Senior Spryker developer Posts: 25 🧑🏻‍🚀 - Cadet
    Answer ✓
    Options

    I figured it out and used Item expander plugins so I developed a new one and instantiated it in cartDependencyProvider.

Answers

  • ivan-jurisic
    ivan-jurisic Senior Spryker developer Posts: 25 🧑🏻‍🚀 - Cadet
    Answer ✓
    Options

    I figured it out and used Item expander plugins so I developed a new one and instantiated it in cartDependencyProvider.