-
Non support related question. I was wondering what monorepo tool Spryker uses? I've used some in the
Non support related question. I was wondering what monorepo tool Spryker uses? I've used some in the past but they all bumped versions at the same time, but each Spryker module has its own semantic version. That's very cool and interesting. Where could I look around? 🙂
-
Hello all,
I have added a new field in `ItemTransfer` and I would like to populate this field when
Hello all, I have added a new field in ItemTransfer and I would like to populate this field whenever something is added in the cart. Later, I would like to use this field in my Calculator Stack plugin. Can someone please advise where should I look for it?
-
Hello all,
I just reset my Spryker B2C installation via `docker/sdk reset` . The frontend is not lo
Hello all, I just reset my Spryker B2C installation via docker/sdk reset . The frontend is not loading anything even though I have the demo data at the backend. Can someone please advise?
-
There was a question about authenticating with /token (as opposed to /access-tokens) not working, so
There was a question about authenticating with /token (as opposed to /access-tokens) not working, so thought I'd share some notes on that:
-
PHPStorm always complains that `phpstan: no rules detected...` is there some special config that nee
PHPStorm always complains that phpstan: no rules detected... is there some special config that needs to be made?
-
is there a way i can complete the data transfer
is there a way i can complete the data transfer
-
Hi,
general question:
How is the backend-gateway supposed to be protected from calls outside of Zed
Hi, general question: How is the backend-gateway supposed to be protected from calls outside of Zed (direct calls to the url)?
-
Hey guys,
did someone experience an issue with sometime not delivered mails via AWS?
AWS seems to ti
Hey guys, did someone experience an issue with sometime not delivered mails via AWS? AWS seems to timeout during sending mails (sometimes): [2022-11-28T18:41:13.247335+00:00] Zed.CRITICAL: Swift_TransportException - Expected response code 250 but got code "451", with message "451 4.4.2 Timeout waiting for data from…
-
Hi all,
I am trying to add my own namespace called "Unicorn" in the Spryker inside composer.json fi
Hi all, I am trying to add my own namespace called "Unicorn" in the Spryker inside composer.json file like this: ..."autoload": { "psr-4": { "Generated\\": "src/Generated/", "Orm\\": "src/Orm/", "Pyz\\": "src/Pyz/", "Install\\": "src/Install/", "SprykerConfig\\": "src/SprykerConfig/", "Unicorn\\" : "src/Unicorn/" } },...…
-
Hello all,
I am trying to extend DataImport by creating my own Importer Module that imports data fr
Hello all, I am trying to extend DataImport by creating my own Importer Module that imports data from the Queue. Everything works fine except the triggering of the Publishing event $this->addPublishEvents(.... Here is the code for the writer step: class AntelopeWriterStep extends PublishAwareStep implements…
-
Hello all,
I added a step in the checkout following this tutorial:
Hello all, I added a step in the checkout following this tutorial: https://docs.spryker.com/docs/pbc/all/cart-and-checkout/tutorials-and-howtos/tutorial-checkout-and-step-engine.html#add-the-voucher-step Everything works OK(ish) except I see breadcrumbs 2 times. Can someone please advise.
-
Hello Team,
We want to create Glue Api endpoint (
Hello Team, We want to create Glue Api endpoint (http://glue.pxs-int.demo-spryker.com/site/breadcrumbs). We have added all things related to it in custom module plugin. But it is not working and we are getting 404 for it. When we pass any parameter between site and breadcrumbs like this…
-
Hey, Just got my b2b demo shop running locally and trying to do a data import. But then I get a: `co
Hey, Just got my b2b demo shop running locally and trying to do a data import. But then I get a: console: Unable to connect to 127.0.0.1:3109 Did I forgot some step?
-
i want to do some changes in the shop ui, but when i change some of the scss to ch
i want to do some changes in the shop ui, but when i change some of the scss to check if it reflects directly or not but it didn't , so do i have to configure anything or any push command on ubuntu? The shop is also in development mode.
-
Hello All,
I want to create a css file for my module in Zed, I have tried by creating the file in th
Hello All, I want to create a css file for my module in Zed, I have tried by creating the file in the module at MyModule/assets/css/filename.css and run the command console frontend:zed:build but its not getting generated in public/Zed/assets, can anyone please help here and let me know if i am doing something wrong here…
-
Hi we have a external system for promotions that sets the promoted price for each product individual
Hi we have a external system for promotions that sets the promoted price for each product individually and I'm struggling to model this with spryker, efficiently at least. Suggestions?
-
Hello all,
can someone please advise me on the right way to add helper files in the modules? For ex
Hello all, can someone please advise me on the right way to add helper files in the modules? For example adding a MyModuleHelper.php with static helper functions in a module named MyModule. How would you do that? Thanks in advance, Sven
-
Hi everyone. I have a question regarding `cart rule discounts`.
I created 2 example percentage cart
Hi everyone. I have a question regarding cart rule discounts. I created 2 example percentage cart rule discounts, which are successfully applied to the given cart items. If I increase the quantity of a cart item, the calculatedDiscounts will be applied twice, but with quantity 1. Why? Is there a reason why the quantity…
-
Hi guys! I want to implement some Glue Backend Api resources on an existing Spryker application. Rig
Hi guys! I want to implement some Glue Backend Api resources on an existing Spryker application. Right now we already have some old glue endpoints but they are using deprecated classes. (like \Spryker\Glue\GlueApplication\Rest\Request\Data\RestRequestInterface which is deprecated). We want to migrate to the new approach. I…
-
Hey, is there a clean way, to requeue messages if something is missing (or maybe another idea how to
Hey, is there a clean way, to requeue messages if something is missing (or maybe another idea how to solve this)? In my case, we want to add the concrete product url to search. the buildConcreteUrl is part of the productStorageClient and relies on the data of the product storage. But for newly imported products, the search…
-
Hello all,
I am extending the CheckoutPage module inside Yves and added the CheckoutPageFactory.php
Hello all, I am extending the CheckoutPage module inside Yves and added the CheckoutPageFactory.php. But the CheckoutController is resolving CheckoutPageFactory from the vender folder instead of the current folder. Any tips to fix this? This is my CheckoutController.php code: <?phpnamespace…
-
Hey Guys!
I'm currently thinking of how to restrict some ContentPages with a password.
Context:
Th
Hey Guys! I'm currently thinking of how to restrict some ContentPages with a password. Context: The useCase is that some pages are just for customers who bought a special product. But there is no technical relation between customer and the bought product because the product could be bought elsewhere. So we have a complete…
-
Hi everyone,
I have to create a new language FR for a shop but even if i have traduce the glossary.c
Hi everyone, I have to create a new language FR for a shop but even if i have traduce the glossary.csv and all the .csv files that need to be traduce i have this error : Zed.CRITICAL: Spryker\Zed\DataImport\Business\Exception\DataSetBrokerTransactionFailedException - The key "title.fr_FR" was not found in data set.…
-
I have cloned spryker b2b-demo-shop on docker + ubuntu on windows but i am unable
I have cloned spryker b2b-demo-shop on docker + ubuntu on windows but i am unable to open the code files on VSCode, I tried opening it from container option open in VScode and it shows me a blank file in vs code, i can open it from the downloaded git but is it this correct?!! . what is the right way to open the demo shop…
-
Hey everyone,
is there an overview for all the Spryker Modules somewhere?
I have did a little search
Hey everyone, is there an overview for all the Spryker Modules somewhere? I have did a little search and found only the suite repository on github. Does the composer.json file of the project include ALL the Modules? Appreciate the help ^^
-
Hi, i am facing this error while opening
Hi, i am facing this error while opening http://backend-gateway.de.spryker.local/ and http://glue.de.spryker.local/ on my browser.
-
Hi Team,
Good Morning & Good Evening.
I am new to Sryker and just started my training.
I follow
Hi Team, Good Morning & Good Evening. I am new to Sryker and just started my training. I followed the steps mentioned in this video to bind a newly created theme to a store ('green' theme to be applied to 'DE' store) however the change was not reflecting on storefront.…
-
This is my XML file to generate the transfer object, please let me know is there are any mistakes? c
This is my XML file to generate the transfer object, please let me know is there are any mistakes? console transfer:generate command is not creating a file for same.
-
Can someone please guide me how to add a sub-resource in Glue API? I have a resource with `
Can someone please guide me how to add a sub-resource in Glue API? I have a resource with [glue.de](http://glue.de).spryker.local/pickup and I would like to add a[glue.de](http://glue.de).spryker.local/pickup/add endpoint as well. Is it possible to do it in the same module? Following is the glimpse of my…
-
Hi, i have followed the spryker documentation for installation Ubuntu + Docker, an
Hi, i have followed the spryker documentation for installation Ubuntu + Docker, and it was successfull, but now i dont know how to access the Backoffice, i tried the link of Backoffice in spryker.local but i dont know the id, password!! , where can i get that.?