-
Hey, has anyone integrated the Stripe payment gateway with Spryker?
Hey, has anyone integrated the Stripe payment gateway with Spryker?
-
Hi team , I am working on B2B marketplace ant try to access merchent portal but it shows some errors
Hi team , I am working on B2B marketplace ant try to access merchent portal but it shows some errors
-
Hi everyone, I'm having trouble installing Docker in Windows. I'm following the
Hi everyone, I'm having trouble installing Docker in Windows. I'm following the doc and when I do docker/sdk up I get the error in the image. I've tried to change the port number to 81 and I can see the main dashboard, however, Docker isn't connecting to the database, it says denied for root user, which is a bit odd. Has…
-
Hi need to execute in jenkins staging this command _*$PHP_BIN vendor/bin/console data:import:glossa
Hi need to execute in jenkins staging this command *$PHP_BIN vendor/bin/console data:import:glossary* But for SR store if I execute this command now than it will be executed for default store On local machine i execute it like this *docker/sdk cli APPLICATION_STORE=SR console data:import glossary* *But this doesn't work on…
-
Hello all, I would like to add a new key and value here in the elastic search product abstract pages
Hello all, I would like to add a new key and value here in the elastic search product abstract pages. Can someone please guide me where should I look into ?
-
Hello all, my Spryker's b2b demo installation has 'CD' as current country when I do `Store::getInsta
Hello all, my Spryker's b2b demo installation has 'CD' as current country when I do Store::getInstance()->getCurrentCountry(); Eventhough I am not in 'CD' or using a VPN. Can someone please tell me if it's normal? Or where I can check the region/country settings?
-
Hey Team , we can export the order data in spryker using `console data:export --config file-name.ym
Hey Team , we can export the order data in spryker using console data:export --config file-name.yml, where file-name.yml . And I have checked it out inside code as well .Like inside vender/spryker/sales-data-export module . Can we create our own module to export product , customers and other things ?
-
Moved: Error regarding store and queue pool synchronization attribute
This discussion has been moved.
-
Hello all, can someone please tell me how can I trigger product publish event manually to debug it?
Hello all, can someone please tell me how can I trigger product publish event manually to debug it?
-
Sup. I'm trying to set up a form in Zed right now, and i need to get the value of current user email
Sup. I'm trying to set up a form in Zed right now, and i need to get the value of current user email. Is there an easy way to achieve that ?
-
Hi team ,
I am installing spryker with docker on ubuntu while running docker/sdk bootstrap deploy.de
Hi team , I am installing spryker with docker on ubuntu while running docker/sdk bootstrap deploy.dev.yml i am getting error Running generator genrsa: Can't open "/data/deployment/context/ssh/private.key" for writing, Permission denied Please help me out
-
Hi team ,
I am facing issue while runnig data import commnad console data:import the error is as fol
Hi team , I am facing issue while runnig data import commnad console data:import the error is as follows : - Starting import with /data/data/import/local/full_EU.yml configuration file. Error - Exception: Call to a member function getIdStore() on null in…
-
Hello all. Can someone please advice me how to disallow a product to be viewable from yves with resp
Hello all. Can someone please advice me how to disallow a product to be viewable from yves with respect to certain elasticsearch page values? Where to start?
-
hey Team , I am unable to extend CheckoutController in Yves .Still vendor CheckoutController is run
hey Team , I am unable to extend CheckoutController in Yves .Still vendor CheckoutController is running . Please give me solution
-
Hi guys,
I am getting below error while running "npm install". Any idea on this error
Hi guys, I am getting below error while running "npm install". Any idea on this error
-
Hi Everyone, I want to write Ajax on the element in Minicart and I found the cart-block molecule whe
Hi Everyone, I want to write Ajax on the element in Minicart and I found the cart-block molecule where scss written Please guide me where and how i can put my ajax method?
-
Hi 🙂
I'm new to Spryker and recently joined a project that uses the Glue API t
Hi 🙂 I'm new to Spryker and recently joined a project that uses the Glue API to create an ecommerce solution. At the moment i'm trying to set this field via API - but i can't find a fitting endpoint, i would assume its /checkout-data - anyone got an idea?
-
Hi again everyone,
Has anyone done the multistore setup without using subdomains?
As in, instead of
Hi again everyone, Has anyone done the multistore setup without using subdomains? As in, instead of using the www.us.mystore.com/en and www.de.mystore.com/de we’d use www.mystore.com/en_US & www.mystore.com/en_DE I see some vague explanations in a few comments in the…
-
Hello all, I have added (copy/pasted) a module in spryker-eco folder but its classes are not being l
Hello all, I have added (copy/pasted) a module in spryker-eco folder but its classes are not being loaded in Zed. Can someone please tell me what I might be missing?
-
Hi Everyone! I am trying to package a module properly so it can be easily reused. The problem I’m fa
Hi Everyone! I am trying to package a module properly so it can be easily reused. The problem I’m facing now is with packaging default translations for the strings. I can’t see an obvious place to store them. If I create a mymodule.stringname glossary reference, how should I attach the translations to it? Should I just…
-
Hi all,
Does anyone know when the confirmation email is sent after an order is placed and what class
Hi all, Does anyone know when the confirmation email is sent after an order is placed and what class sends it ? I'm placing debuging breakpoints in the mailer Class but the code never flows through it.
-
Hey team, I have been stuck on this problem for too long.
We have our module is not in "spryker-b2c/
Hey team, I have been stuck on this problem for too long. We have our module is not in "spryker-b2c/src/Pyz/Zed". It is our own directory, "our-directory/src/Directory/Zed". Our project requires us to change our Directory name. However, when changing our name from "Directory" to anything else, the file…
-
Hi Spryker guys
If any hands on this error, would be helpful
Thank you
Hi Spryker guys If any hands on this error, would be helpful Thank you
-
Hi Guys, i have upgraded my spryker project from 202001 to 202009 after upgrading when i am trying t
Hi Guys, i have upgraded my spryker project from 202001 to 202009 after upgrading when i am trying to run the frontend:yves:build command its throwing me below error, any suggestions on this?
-
Can someone please tell me which event is triggering the storage of data into *spy_product_abstract_
Can someone please tell me which event is triggering the storage of data into spy_product_abstract_page_search?
-
Hello everyone,
I'm having trouble creating a table in the b2c-demo-shop because of the following e
Hello everyone, I'm having trouble creating a table in the b2c-demo-shop because of the following error: Failed to execute SQL "CREATE TABLE pyz_players
-
Hi team ,
As i access back office from and password cha
Hi team , As i access back office from <mailto:admin@spryker.com|admin@spryker.com> and password change123 it gives me error on login how can i resolve this :-
-
hey Team , In spryker how is the Auth working for login Yves customer form . Is there any document t
hey Team , In spryker how is the Auth working for login Yves customer form . Is there any document to study about it ?
-
Hi team
What is this error about
Starting import with /data/data/import/local/full_EU.yml configurat
Hi team What is this error about Starting import with /data/data/import/local/full_EU.yml configuration file. Symfony\Component\Yaml\Exception\ParseException - Exception: You cannot define a sequence item when in a mapping at line 228 (near "- data_entity: acl-role"). in /data/vendor/symfony/yaml/Parser.php (163) Command:…
-
Hi Team
can anyone help me
Error - Exception: Undefined constant Pyz\Zed\Console\ConsoleDependencyPr
Hi Team can anyone help me Error - Exception: Undefined constant Pyz\Zed\Console\ConsoleDependencyProvider::COMMAND_SEPARATOR in /data/src/Pyz/Zed/Console/ConsoleDependencyProvider.php (349) Command: /data/vendor/bin/console data:import:acl-role Trace: 0…