-
How can we reexport `kv:unauthenticated_customer_access` to Redis?
How can we reexport kv:unauthenticated_customer_access to Redis?
-
This is how we did it:
```docker/sdk console storage:delete
docker/sdk console elasticsearch:index:d
This is how we did it: docker/sdk console storage:deletedocker/sdk console elasticsearch:index:deletedocker/sdk console search:setup:sourcesdocker/sdk console publish:trigger-events Redis and Search are being populated again, but suddenly prices are missing. Data in db is unchanged, so it's still all there. Are we missing…
-
Hi everyone,
we had to rebuild Redis and Elasticsearch. After that we ran `publish:trigger-events`.
Hi everyone, we had to rebuild Redis and Elasticsearch. After that we ran publish:trigger-events. Now our products are without prices.
-
hello. question about frontend build. After updating spryker to 202009.0 i'm always getting this JS
hello. question about frontend build. After updating spryker to 202009.0 i'm always getting this JS error [yves_default@error] application error -> Error: action-single-click-enforcer failed to be defined Failed to execute 'define' on 'CustomElementRegistry': the name "action-single-click-enforcer" has already been used…
-
Hi everyone,
we have some unexpected roundings in the cart/orders. What's the reason behind taking o
Hi everyone, we have some unexpected roundings in the cart/orders. What's the reason behind taking over the rounding delta from one calculation to another? https://github.com/spryker/tax/blob/master/src/Spryker/Zed/Tax/Business/Model/AccruedTaxCalculator.php#L46
-
Hello,
Is there any option to use glossary translations in the TS? Now as far as I know we have to g
Hello, Is there any option to use glossary translations in the TS? Now as far as I know we have to give every translated string to TS using attributes. This means, that every time we need "custom" solution and exact translations. Will be great if there would be a frontend (ts) scrript which for example reads all (marked)…
-
Hi all, I followed the steps to install using Docker on Macos, I am now getting following error: `ER
Hi all, I followed the steps to install using Docker on Macos, I am now getting following error: ERROR: Couldn't find env file: /opt/Work/Spryker/b2c-demo-shop/.env Can someone help, please?
-
Hello everyone, I am trying to install Spryker using Docker on MacOS. I followed all the steps corre
Hello everyone, I am trying to install Spryker using Docker on MacOS. I followed all the steps correctly given in the installation guide. However, when I try to start it, I am getting following error: /home/spryker/bin/cli.sh: line 17: /home/spryker/env/de.env: No such file or directory Can someone help me?
-
Hello people, can anyone tell me how I can provide a custom Storage KeyGeneratorPlugin for a module?
Hello people, can anyone tell me how I can provide a custom Storage KeyGeneratorPlugin for a module? I think I can write one, but I don't know where to "register" it.
-
Hello again,
does somebody know if there are other concepts than the product attributes in spryker t
Hello again, does somebody know if there are other concepts than the product attributes in spryker to store product specific information? Technical product attributes are straight forward with this but what about editorial content that relates to a product but gets also imported (product specific texts, bullet points,…
-
Hello guys,
I wonder what's the easiest way to get an `ItemTransfer` from a `SpySalesOrderItem`. The
Hello guys, I wonder what's the easiest way to get an ItemTransfer from a SpySalesOrderItem. The fromArray / toArray solution doesn't seem to work since the ItemTransfer has many different properties. Or am I using the wrong transfer object for the SpySalesOrderItem?
-
Hello, I need to find a category by its key. But the CategoryFacade::getCategoryByKey() is deprecate
Hello, I need to find a category by its key. But the CategoryFacade::getCategoryByKey() is deprecated and no replacement is suggested. Why is this deprecated and what is the suggested replacement?
-
About
About https://github.com/spryker/company-role/blob/1.7.1/src/Spryker/Zed/CompanyRole/Persistence/Mapper/CompanyRoleCompanyUserMapper.php We have companies with many users. https://blackfire.io/profiles/d30d8669-c9fe-4e77-95d8-259f2b1dfc7a/graph As you can see in this case the hydration is called 48 times and we had around…
-
Hey, we have checkout version 2.2.0 on a B2B and recently we experienced for one customer who just p
Hey, we have checkout version 2.2.0 on a B2B and recently we experienced for one customer who just place the order normally and some how it’s order is duplicated sometime for 4 times or even more than that. That’s happening only for a particular customer and there is no unusual stuff noticed by customer. We have JavaScript…
-
if I have multiple jobs processing oms/orders is it possible that one order is processed by multple
if I have multiple jobs processing oms/orders is it possible that one order is processed by multple times? I am experiencing weirdest state transitions and I am wondering what might be the cause of this
-
hello, I am adding sample product with image and variant and product is active but product is not se
hello, I am adding sample product with image and variant and product is active but product is not searchable and i m unable to show frontend plz help
-
Hello,
some questions about spryker product attributes
in spryker docs there is a recommendation h
Hello, some questions about spryker product attributes in spryker docs there is a recommendation handling product attributes What does this exactly mean? As far as i understand: Just for displaying something like color:black, size:5, score:11 … simple key value pairs are meant that gets iterated by its key value in the…
-
Hello folks, we have a stage server where the customer is importing data. When an error occurs, I wa
Hello folks, we have a stage server where the customer is importing data. When an error occurs, I want to replicate it quickly. For that to work, I need the same product data as stage. Is there a quick way to dump a) PGSQL b) Redis c) Elasticsearch d) all of the above so I can insert that data into my local docker…
-
Hello,
This might seem basic but I don't know if anyone has ever faced this but is there a way to c
Hello, This might seem basic but I don't know if anyone has ever faced this but is there a way to change the timezone in the Spryker application? I have updated the timezone in the configuration files but some how the Orders placed still come in UTC $config[ApplicationConstants::PROJECT_TIMEZONE] = 'Europe/Berlin';
-
Hi, we want to create discounts, where the discount applies to only the cheapest qualifying product.
Hi, we want to create discounts, where the discount applies to only the cheapest qualifying product. For example: a 3 for 2 type offer - "Buy 3 products from x brand, get the cheapest one free". I've not found a way to do this with the discounts module. Is there a way? Or an extension module to install?
-
hey, I have couple questions about state machine
assuming, I have multiple stores configured, if I r
hey, I have couple questions about state machine assuming, I have multiple stores configured, if I run APPLICATION_STORE=EN oms:check-condition will conditions be verified only for EN store, or for all stores? could this command check conditions for other stores? what will happen if I run APPLICATION_STORE=EN…
-
Hello everyone,
has anyone of you had this error message before? We've updated our composer depende
Hello everyone, has anyone of you had this error message before? We've updated our composer dependencies and now we're getting this when at least one item is in the cart: YVES ExceptionTwig\Error\RuntimeError - An exception has been thrown during the rendering of a template ("Field "_token" has already been rendered, save…
-
my new product i have added from backend but is showing deactivated.How to make product active?
my new product i have added from backend but is showing deactivated.How to make product active?
-
Hello again! After setting up the B2C Demo Shop, I wanted to use PhpStorm on my Windows 10 machine t
Hello again! After setting up the B2C Demo Shop, I wanted to use PhpStorm on my Windows 10 machine to start coding. However, the changes to the codebase (on Windows) do no reflect in the Vagrant Virtual Machine. I found some information about Synced Folders for Vagrant…
-
Hello everybody,
since today, at least one of our developers experiencing issues regarding composer.
Hello everybody, since today, at least one of our developers experiencing issues regarding composer. Since there was a change in sprykers docker PHP image files on dockerhub 17 hours ago … was there something changed regarding composer? One difference we see is the composer version (1.x on my working system, 2.x on the…
-
halp
how can I deal with
```Spryker\Zed\Oms\Business\Exception\LockException - Exception: State mach
halp how can I deal with Spryker\Zed\Oms\Business\Exception\LockException - Exception: State machine trigger is locked. Propel exception: Failed to execute insert statement for Orm\Zed\Oms\Persistence\SpyOmsStateMachineLock. Error: SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint…
-
hello,I am adding new product in b2b demo shop from backend but it is not showing in frontend. how t
hello,I am adding new product in b2b demo shop from backend but it is not showing in frontend. how to resolve it ?
-
Hi everyone,
I'm trying to insert data into elasticsearch from custom table but it's not working.
An
Hi everyone, I'm trying to insert data into elasticsearch from custom table but it's not working. Anyone knows the process of this?
-
hello I am learning spryker b2b demo site so I created a order and do a request quote to agent then
hello I am learning spryker b2b demo site so I created a order and do a request quote to agent then how to see the quote request from agent end? so that agent can approve the quote
-
I am trying to install oauth azure module with composer: composer require spryker-eco/oauth-azure:"^
I am trying to install oauth azure module with composer: composer require spryker-eco/oauth-azure:"^1.0.0" --update-with-dependencies getting the below error, any other way we can install it