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..

Hi everyone! I try to use the "quick add" in B2B cartpage. It creates a new itemTransfer which is se

U03TECYV42W
U03TECYV42W Posts: 2 🧑🏻‍🚀 - Cadet

Hi everyone! I try to use the "quick add" in B2B cartpage. It creates a new itemTransfer which is set up with SKU from searchsuggestion. With that, of course it does not have all information like concrete/abstract ID, etc. I was trying to use SpyProductQuery on that but it throws propel connection error. How can i initiate a working query? I did not find any working example 😞 Thanks for your help!

Comments

  • U03TECYV42W
    U03TECYV42W Posts: 2 🧑🏻‍🚀 - Cadet

    I tried it like this:

    $this->productQueryContainer = new ProductQueryContainer();
    
    $productInfo = $this->productQueryContainer
        ->queryProductConcreteBySku($sku)
        ->findOne();