-
[SOLVED] Hi everyone 🤝,
I have some configuration for queue:
```// ---------- Queue
$conf
[SOLVED] Hi everyone 🤝, I have some configuration for queue: // ---------- Queue$config[QueueConstants::QUEUE_ADAPTER_CONFIGURATION_DEFAULT] = [ QueueConfig::CONFIG_QUEUE_ADAPTER => RabbitMqAdapter::class, QueueConfig::CONFIG_MAX_WORKER_NUMBER =>…
-
Hi All,
I have added a new scss file in my yves module in the structure of
Theme->default->com
Hi All, I have added a new scss file in my yves module in the structure of Theme->default->components->molecules->myFolder->myScssFIle. I run these commands to check my result docker/sdk console frontend:npm:run docker/sdk console frontend:yves:build but yves build command run succesfully facing issue while npm:run i have…
-
Hi i try to build a module in Zed i follow these steps
1-Create *HelloSpryker* folder in src/Pyz/Ze
Hi i try to build a module in Zed i follow these steps 1-Create HelloSpryker folder in src/Pyz/Zed/ 2-Create IndexController class in src/Pyz/Zed/HelloSpryker/Communication/Controller/IndexController.php <?phpnamespace Pyz\Zed\HelloSpryker\Communication\Controller;use…
-
Hi ,
I'm curious, because I could not find anything in the documentation or in the
Hi , I'm curious, because I could not find anything in the documentation or in the code (tbh. just a quick search). Is there any REST-API to access functionality regarding Zed/Backoffice? Like creating a CMS page?
-
hi, I again have problem with codeception. Problem is with autoloading. I can’t enable some helper
hi, I again have problem with codeception. Problem is with autoloading. I can’t enable some helpers (for example this from screenshot). Till now I found, that it loads modules alphabetically and if module is loaded after imported module, then it throws error… This is for sure the rule for tests created by me (eg…
-
Hello,
in this tutorial, the import of data using a queue instead of a file is described. But it see
Hello, in this tutorial, the import of data using a queue instead of a file is described. But it seems this just describes the usage of the data importers located in the data-import module … how to use a queue based import along with plugin-based importers like category data? Best regards…
-
Good morning everyone,
can anyone help with the connection to Tideways?
I followed the instruction
Good morning everyone, can anyone help with the connection to Tideways? I followed the instruction here but when I bootstrap my environment I got the following issue: PHP Notice: Undefined index: engine in /data/index.php on line 975PHP Fatal error: Uncaught Twig\Error\LoaderError: Template "service//default/.yml.twig" is…
-
Guys how I can remove trailing slash in url's ?
Guys how I can remove trailing slash in url's ?
-
Hey, can anyone tell me the password for the customers in the B2B Demo Shop Data? It seems to be the
Hey, can anyone tell me the password for the customers in the B2B Demo Shop Data? It seems to be the same for all accounts, but so far I had no success trying out
-
Hello guys
few questions about twig implementation:
1. Is there a way to get logged customer in Tw
Hello guys few questions about twig implementation: * Is there a way to get logged customer in Twig template? * Is there a way to set global env related twig variable? I need api key be used for service like GTM. * If it’s a better way to get Yves base url in twig than {{ app.request.getSchemeAndHttpHost }}
-
Hi everyone,
I want to upgrade our ElasticSearch from version 5.6 to 7.10. I read already the migrat
Hi everyone, I want to upgrade our ElasticSearch from version 5.6 to 7.10. I read already the migration guide and started to update the modules. We have some PageMapExpanderPlugins, for example one that implements \Spryker\Zed\ProductPageSearch\Dependency\Plugin\ProductPageMapExpanderInterface. This one is deprecated…
-
Hi,
is there a property for products to mark them as not discountable, so that no voucher will ever
Hi, is there a property for products to mark them as not discountable, so that no voucher will ever work on them?
-
Hi there !
I'm currently checking the OOTB possibilities of the CMS module.
And I w
Hi there ! I'm currently checking the OOTB possibilities of the CMS module. And I was wondering how you guys are working with content images. For example this Content Item uses an image which it references by an URL, so it needs to be uploaded/placed somewhere by someone, which from my point of view does not sound like an…
-
hi , im trying to access the current customer within a custom quote-expander plugin
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…
-
Hello Community. A couple of questions about Carts. Some of our users are leaving carts open on our
Hello Community. A couple of questions about Carts. Some of our users are leaving carts open on our store and this is generating a good amount of product reserves on our availability making it impossible for other users to purchase that inventory. (Some carts sometimes may take a day or tow to be concluded) * Is there a…
-
Can anybody guide on what to take next step for this red marked error
Can anybody guide on what to take next step for this red marked error
-
Hi there!
I am facing a problem with a cron job. I have a job that is grabbing some data and create
Hi there! I am facing a problem with a cron job. I have a job that is grabbing some data and creates a report out of it. This should only happen on the production environment. Therefore I defined the job like this in jenkins.php: $jobs[] = [ 'name' => 'daily-reports', 'command' => '$PHP_BIN vendor/bin/console…
-
Hi all,
I recently set up your B2C demo shop.
After I created a new user, I wanted to set a new pass
Hi all, I recently set up your B2C demo shop. After I created a new user, I wanted to set a new password for him, but I faced the following error. Do you have any suggestions why it keeps failing?
-
Moved: Configure propel to create an index for every foreign-key automaticaly?
This discussion has been moved.
-
Hi. we’re busy with the spryker upgrade to latest version 202108.0 and I am facing a problem which m
Hi. we’re busy with the spryker upgrade to latest version 202108.0 and I am facing a problem which makes me a bit confusing. Among other modules we have updated spryker-shop/cart-page to 3.29.0 and frontend:yves:build is throwing an error: ERROR in…
-
(Untitled)
-
Hello#help Iam trying to set up the react app example from the documentation but i keep getting the
Hello#help Iam trying to set up the react app example from the documentation but i keep getting the CORS error for /guest-cart s. can somebody tell me where exactly i need to set the access-control-allow-origin and access-control-allow-credentails headers. i tried setting them in…
-
Hello guys,
is there a possibility to add terms to products that can help the search capabilities. S
Hello guys, is there a possibility to add terms to products that can help the search capabilities. Sort of a term cloud we can associate to products to help search. We are trying to do this to account for common typos on some product names.
-
Hey, Im getting `The process "vendor/bin/console transfer:generate" exceeded the timeout of 600 se
Hey, Im getting The process "vendor/bin/console transfer:generate" exceeded the timeout of 600 seconds. while running sdk up command. Is there a possibility to change that value of timeout?
-
Hi , I'm pretty sure, that I found a bug in the GiftCard-Module. To verify this, I
Hi , I'm pretty sure, that I found a bug in the GiftCard-Module. To verify this, I need a working giftCard in the demoshop (http://www.de.b2c.demo-spryker.com/). Does anybody know how to create one (and get the cardcode)?
-
Hi 🙂
I have a detailed question concerning the implementatio
Hi 🙂 I have a detailed question concerning the implementation of a payment method with Computop. Can you name me one of the developers so that I can address my question directly? It concerns the order of calls (URLSuccess/Failure and URLNotify) - and how to cope/react when e.g. URLSuccess call is not made 🙂 e.g. because…
-
hello, do you know if any good documentation about glue api testing exists?
hello, do you know if any good documentation about glue api testing exists?
-
Hello everybody,
we currently facing an issue when deleting an image from an abstract product image
Hello everybody, we currently facing an issue when deleting an image from an abstract product image set. When we delete a single image, there is a message on the publish queue which looks like the following { "listenerClassName":…
-
Hello All,
I have created a footer navigation link in zed and made it active, but it doesn't reflect
Hello All, I have created a footer navigation link in zed and made it active, but it doesn't reflect in Yves. Do I want to do anything more?
-
Hello All,
I am trying to add a newsletter type form in my Yves, followed the below document but am
Hello All, I am trying to add a newsletter type form in my Yves, followed the below document but am getting called to an undefined method error. Can anybody say how to reslve this?