-
Hi Team ,
Hope you all are doing well !
I'm trying to add a new field mobile numbe
Hi Team , Hope you all are doing well ! I'm trying to add a new field mobile number on the signUp page, and enable users to log in with their mobile number and email. Need your help in understanding how I can do that. Thanks
-
Hi.. i am getting this error "Spryker \ Shared \ ZedRequest \ Client \ Exception \ TransferNotFoundE
Hi.. i am getting this error "Spryker \ Shared \ ZedRequest \ Client \ Exception \ TransferNotFoundException No class name given for Transfer generation."
-
Hello all,
I am extending the DataImport with the following writer.
```/**
* @inheritDoc
Hello all, I am extending the DataImport with the following writer. /** * @inheritDoc */ public function write(DataSetInterface $dataSet) { $this->setDataSetWriterPersistenceState(false); $spyProductQuery = SpyProductAbstractQuery::create() ->filterBySku($dataSet[static::KEY_ATTRIBUTES]) ->findOneOrCreate();…
-
Can someone please guide me on how to add data in spy_product_localized_attributes schema via Prope
Can someone please guide me on how to add data in spy_product_localized_attributes schema via Propel?
-
I'm looking for a way to hook up into the order lifecycle. I'm particularly interested on when the o
I'm looking for a way to hook up into the order lifecycle. I'm particularly interested on when the order is placed, paid, fulfilled or cancelled. It would also be good to subscribe to payments and refunds. I've been looking into the docs and the code but I don't seem to find anything. Could anyone point me to the list of…
-
Hello guys,
`docker/sdk console code:sniff:architecture src/Aep -v` The architecture code sniffer
Hello guys, docker/sdk console code:sniff:architecture src/Aep -v The architecture code sniffer is still showing old violation errors although I have fixed them. Any hints how to fix this?
-
Hello Team,
Hope all are doing well!
As part of learning, trying to integrate new
Hello Team, Hope all are doing well! As part of learning, trying to integrate new relic. updated deploy.dev.yml to configure new relic. then restarting everything: docker/sdk boot deploy.dev.yml && docker/sdk up --build --assets --data when i ran the command
-
My importer is failing, can you please tell me how can I see the details of the failure or the error
My importer is failing, can you please tell me how can I see the details of the failure or the errors causing this?
-
Can someone please tell me where is the product name stored in the database?
Can someone please tell me where is the product name stored in the database?
-
I modified the data importer to read products from s3 and now need to do the same thing for product
I modified the data importer to read products from s3 and now need to do the same thing for product labels, am I understanding this correctly that this does not use the same data import mechanism and I need to rewrite a lot of the product label import code?
-
After few weeks i am starting server with following commands. It is throwing following error. Not s
After few weeks i am starting server with following commands. It is throwing following error. Not sure what is wrong. Existing container works fine with docker/sdk start command. Please help
-
I have this problem to run the local store. Does anyone know how to resolve? Mac m
I have this problem to run the local store. Does anyone know how to resolve? Mac m1
-
Hi, i created a new navigation in the header and added a product link but i don't
Hi, i created a new navigation in the header and added a product link but i don't understand from where can i get its custom css class to show the image in the navigation.
-
Where can I find a list of all the 370 modules Spryker offers?
Where can I find a list of all the 370 modules Spryker offers?
-
Hey everyone!
I'm trying to implement Entity CRUD events for `spy_customer` but they don't seem to g
Hey everyone! I'm trying to implement Entity CRUD events for spy_customer but they don't seem to get triggered. What I did was: • add <behavior name="event"> with <parameter name="spy_customer_all" column="*"/> to the schema.xml • add Pyz/Zed/Customer/Dependency/CustomerEvents.php with correct const names (in this case…
-
Hi everyone, Hi everyone, I am trying to perform Data Transfer O
Hi everyone, Hi everyone, I am trying to perform Data Transfer Object - Hand on Firstly, I copied the below code in "training.transfer.xml" file Above file location "src/Pyz/Shared/Training/Transfer/training.transfer.xml" <?xml version="1.0"?> " xsi:schemaLocation="spryker:transfer-01 "> <transfer name="Antelope">…
-
Hi everyone, We have completed some of our Spryker training module which includes(
Hi everyone, We have completed some of our Spryker training module which includes(Developer e-Learning ,About Spryker, Overview ), Can you suggest some used cases that we can implement in our spryker B2C to fully explore our learning
-
Hey!
Having trouble with Elasticsearch: added new store to project (named AZ). When deploying to AWS
Hey! Having trouble with Elasticsearch: added new store to project (named AZ). When deploying to AWS, the command fails with the following exception: The new store’s Elasticsearch uses the same shared config as our default store (and default store handles the commands above just fine). Also, when deploying locally there is…
-
Hi there. I'm trying to add a custom step to the Yves Checkout Page. I have my step ready (implement
Hi there. I'm trying to add a custom step to the Yves Checkout Page. I have my step ready (implemented the right interfaces and extended the quote transfer, created twig templates and forms, etc). However, I'm having issues wiring up everything together. For instance, the standard steps are created here, and passed to the…
-
Hi, Hi everyone, please help me in finding out the demo url for b2b marketplace for spryker. Normal
Hi, Hi everyone, please help me in finding out the demo url for b2b marketplace for spryker. Normal b2b is available here https://www.de.b2b.demo-spryker.com/en/, But I'd like to get the marketplace alternative of this one.
-
Hi! After running propel:install,the table is getting created for the eu-docker database but not for
Hi! After running propel:install,the table is getting created for the eu-docker database but not for the us-docker database..(B2B Shop),What am i missing?
-
Hi all, I am facing an issue with publish&synchronize out of nowhere where I need your help. Tri
Hi all, I am facing an issue with publish&synchronize out of nowhere where I need your help. Triggering all abstracts ends in an infinite loop. F.e. 2000 msg in event queue getting unacked, pushes msgs successfully to sync.storage and then event msgs getting back to ready. No error, no retry. Pushing smaller batches (10-20…
-
Hi! Just a general question about updates: when are migration guides being created for modules? It l
Hi! Just a general question about updates: when are migration guides being created for modules? It looks like they exists not for all of them. And how can we be sure to not miss anything when updating? 🤔
-
Any tips on debugging Twig on Spryker? Possible to enable debug mode?
Any tips on debugging Twig on Spryker? Possible to enable debug mode?
-
Hello,
does Spryker support `search_after` or `scroll` in `ElasticSearch`?
Hello, does Spryker support search_after or scroll in ElasticSearch?
-
Hello
How to implement SSO in spryker backoffice. There is a
Hello How to implement SSO in spryker backoffice. There is a Doc-link which tells about the Back Office authentication feature.
-
Hi all,
we did upgrade to release 202204 and added the `BearerTokenAuthorizationValidatorPlugin` to
Hi all, we did upgrade to release 202204 and added the BearerTokenAuthorizationValidatorPlugin to the OauthDependencyProvider see https://github.com/spryker-shop/b2c-demo-shop/blob/master/src/Pyz/Client/Oauth/OauthDependencyProvider.php However we’re facing an issue when trying to authenticate with the generated access…
-
Hey guys,
I'm currently busy updating some modules and features, and I came across the issue, that s
Hey guys, I'm currently busy updating some modules and features, and I came across the issue, that some module migration guides seem to be not listet in the documentation? For example: https://docs.spryker.com/docs/marketplace/dev/module-migration-guides/migration-guide-productmerchantportalgui.html Is not listed in the…
-
Hello everyone. I'm new to Spryker and I've started to delve into the architecture. I have a questio
Hello everyone. I'm new to Spryker and I've started to delve into the architecture. I have a question about publish and subscribe. My current understanding is that the propel layer fires events when models are updated, created, deleted, etc (according to your sync behaviour config). Those events go to a broker (RabbitMQ)…
-
i added a new product from backoffice but when i'm searching that product its show
i added a new product from backoffice but when i'm searching that product its showing no product ,'the product is activated. Do i have to check anything after adding a new product??