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 , im trying to access the current customer within a custom quote-expander plugin

U02AL60B3UY
U02AL60B3UY Posts: 10 🧑🏻‍🚀 - Cadet
edited November 2021 in Help

hi , im trying to access the current customer within a custom quote-expander plugin. however the customer is neither set in the quote itself and i cant access it from the customer-client (it returns null). i am definitely logged in though and if i have a look in the call stack, the quote actually has a customer reference at some stage… anyone got an idea?

Comments

  • U01T075RRHD
    U01T075RRHD Posts: 118 🧑🏻‍🚀 - Cadet

    What kind of query expander are you talking about? For Elasticsearch?

  • U02AL60B3UY
    U02AL60B3UY Posts: 10 🧑🏻‍🚀 - Cadet
    edited November 2021

    sorry, i meant quote-expander. im trying to add/update a new property there

  • U01T075RRHD
    U01T075RRHD Posts: 118 🧑🏻‍🚀 - Cadet

    In Zed?

  • U01T075RRHD
    U01T075RRHD Posts: 118 🧑🏻‍🚀 - Cadet
    edited November 2021

    In Zed you don't have access to the Yves session so the CustomerClient will not be able to return you anything. However, the quote should have that information once you're past the customer step in the checkout

  • U02AL60B3UY
    U02AL60B3UY Posts: 10 🧑🏻‍🚀 - Cadet

    Exactly, in Zed. Forgot to mention that. However there is no Customer-Information in the Quote-Expander - stage. These values are being set after the plugins have been executed. Maybe I need another approach for my problem… Thank you!

  • U02AL60B3UY
    U02AL60B3UY Posts: 10 🧑🏻‍🚀 - Cadet

    Ha, however there is a customer reference in the quote and i managed to fetch the customer via the customer-facade. maybe not the most elegant way, but solves my problem! thanks for the response!

  • U01T075RRHD
    U01T075RRHD Posts: 118 🧑🏻‍🚀 - Cadet

    Any time 🦆