What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello all, is there a single point where I can check every product that is supposed to be added to t

ULW0Z4150
ULW0Z4150 Posts: 69 🧑🏻‍🚀 - Cadet

Hello all,
is there a single point where I can check every product that is supposed to be added to the cart? I looked at the CartController and the executePreAddToCartPlugins but when I add a product via the QuickOrder the addAction in CartController is not called, as far as i can see.

Comments

  • UME3Z31P0
    UME3Z31P0 Posts: 15 🧑🏻‍🚀 - Cadet
    edited August 2020

    When adding products to cart through the QuickOrder form executeQuickOrderFormSubmitAction in the QuickOrderController should be called, you can start debugging from there

  • Stanislav Matveyev
    Stanislav Matveyev Sprykee Posts: 211 🧑🏻‍🚀 - Cadet

    e.g. you can start here \SprykerShop\Yves\QuickOrderPage\Form\Handler\QuickOrderFormHandler::addItemsToCart

  • ULW0Z4150
    ULW0Z4150 Posts: 69 🧑🏻‍🚀 - Cadet

    Thanks for the tipps I’ll have a look