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 @ll, we have an issue with the cart. With enough products in cart (needs to be 14 different abstr

U01F7P3D9NH
U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

Hi @ll, we have an issue with the cart. With enough products in cart (needs to be 14 different abstracts), we are facing an error "Price in selected currency not found for product with sku '%sku%'. Please change the currency or remove product from order." I dont get the reason for the error, neither I can find the code which is using the specified glossary key cart.pre.check.price.failed . With removing data.isQuoteValid from twig at least the cart can be checked out. But the error message ofc still appear. Any idea?

Comments

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 🧑🏻‍🚀 - Cadet

    looks more like particular product with missing price

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

    Reducing the amount of products fixes the issue, each product individualy also works and prices are shown. It is not that easy... 😞

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    Its a known issue. Which version of product-price are u using in your project? It was already fixed...

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

    we have "spryker/product-prices-rest-api": "^1.4.2",

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    i mean price-product version... https://github.com/spryker/price-product/releases

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

    sry... its "4.18.0"

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

    i´ll try it with an update

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    yes.. u have to update it and the problem should fixed then

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    because the problem was found on august 2020 and u are just before this fix.

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

    i was not sure because of that note...

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    please run composer show spryker/price-productto see what version is installed and locked in your composer lock

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

    4.18 it is

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    sure? because ^4.18 in composer json does not mean that 4.18 is installed... but anyway try to run composer update spryker/price-product to see if your problem is gone

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 🧑🏻‍🚀 - Cadet

    running the update right now with the dependencies, thanks @UL65CH0MC

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    @U01F7P3D9NH this the release where the problem was fixed -> https://github.com/spryker/price-product/releases/tag/4.20.0