-
hi, I've got a question regarding OMS: what does it mean that a path is happy?
hi, I've got a question regarding OMS: what does it mean that a path is happy?
-
`Spryker\Yves\Kernel\Controller\AbstractController->redirectResponseExternal()` is deprecated and
Spryker\Yves\Kernel\Controller\AbstractController->redirectResponseExternal() is deprecated and the doc block advises me to use Spryker\Yves\Kernel\Plugin\EventDispatcher\RedirectUrlWhitelistValidationEventDispatcherPlugin instead. But there's no such class available. What package do I need to update to get it?
-
Hello,
for the merchant relationship feature, there is a `spy_merchant_relationship` table which rep
Hello, for the merchant relationship feature, there is a spy_merchant_relationship table which represents the m:n mapping between the spy_merchant and spy_company_business_unit using the the ids of both as foreign key in spy_merchant_relationship … However, there is another table…
-
Hey Guys,
I'm facing issue while login in Yves and Zed UI. Anyone have solution for this.
Hey Guys, I'm facing issue while login in Yves and Zed UI. Anyone have solution for this.
-
I'm looking at generated order transfer and many (if not all) methods related to shipment are marked
I'm looking at generated order transfer and many (if not all) methods related to shipment are marked as deprecated, what should I use instead?
-
FYI:
FYI: https://github.com/spryker/product-attribute-gui/blob/master/src/Spryker/Zed/ProductAttributeGui/Presentation/View/_partials/add-attribute-form.twig#L17 there is an accidental c which shows up when managing attributes for an abstract product
-
Hello community,
after a recent update (spryker/product-management 0.19.16 > 0.19.17) the product
Hello community, after a recent update (spryker/product-management 0.19.16 > 0.19.17) the product-management GUI in zed stopped working. The ajax-request which fetches the table-data fails with this error: Cannot determine the column to bind to the parameter in clause "SpyProductAbstractLocalizedAttributes.fkLocale = ?". I…
-
Hey when I am extending a db table can I not add a unique column?
```
Hey when I am extending a db table can I not add a unique column? <table name="spy_stock"> <unique name="spy_stock-other_id"> <unique-column name="other_id" type="VARCHAR" size="10" required="false"/> </unique>... Executing migration PropelMigration_1615322855 upPropel\Runtime\Exception\RuntimeException - Exception:…
-
hi,
I had to override one of customer facade methods, but it seems that when I call this method in
hi, I had to override one of customer facade methods, but it seems that when I call this method in one of my modules, the original method is called, in my module Im uding factory getContainer()->getLocator()->customer()->facade() to access customer facade, am I doing something wrong? what do I have to do to use my custom…
-
Hey Guys,
is there any way for pass first form transfer object to second form, like checkout process
Hey Guys, is there any way for pass first form transfer object to second form, like checkout process, I'm creating multi-step form. Anyone have solution/idea please share, thanks
-
Hello,
i noticed that there is a new version of the module “category” i tried to update. It is 5.0 b
Hello, i noticed that there is a new version of the module “category” i tried to update. It is 5.0 but the category-gui module depends as before on >4.0 <5.0. Is the category-gui just not adjusted yet or is it not planned to support category-gui “as it is” in future anymore? Or is it still under construction right now?…
-
hello, i am new to spryker. So what is the best way to install spryker in local system Docker or Usi
hello, i am new to spryker. So what is the best way to install spryker in local system Docker or Using vagrant? is there any video source available for installation
-
Hello,
in spryker it seems the redis storage client has some kind of caching functionality that migh
Hello, in spryker it seems the redis storage client has some kind of caching functionality that might be senseful in most cases. However, i would like to access a redis value in one spryker module, that was short time before written by another module to redis. Unfortunately, the new value is in redis (set breakpoint and…
-
Hey! I try to set up permissions for a user to use Return Management in the back office. Does anyone
Hey! I try to set up permissions for a user to use Return Management in the back office. Does anyone know which controller/action is needed to trigger the state machine? I used bundle 'sales-return-gui' to access the page, but clicking the button is not allowed
-
Hey.. I’m facing an issue where only 10 facet values are visible in my search filter. Is there any c
Hey.. I’m facing an issue where only 10 facet values are visible in my search filter. Is there any configuration I’m missing out which limits the values in the yves to 10 ?
-
Hello,
we have a problem with twig-files and a second namespace beside "Pyz". (Let's it call "OwnNS
Hello, we have a problem with twig-files and a second namespace beside "Pyz". (Let's it call "OwnNS") With the current spryker-codebase the "Pyz" is preferably used before "OwnNS". Looking into the .pathCache-File, i can see, it recognizes the second namespace, but not in the correct way. In the config-files, the namespace…
-
I'm trying to use `SprykerTest\Shared\Sales\Helper\SalesDataHelper->haveOrderFromQuote()` to crea
I'm trying to use SprykerTest\Shared\Sales\Helper\SalesDataHelper->haveOrderFromQuote() to create a test order. Seems to work basically, but I'm running into issues when using custom pre save plugins. In Pyz\Zed\Sales\SalesDependencyProvider->getOrderItemExpanderPreSavePlugins() there is a plugin which is located in a…
-
Hi, can anyone tell me why Spryker added or changed the extends on Twig files?
not at all files but
Hi, can anyone tell me why Spryker added or changed the extends on Twig files? not at all files but on many: {% extends model('component') %}{% import model('component') as component %} when do we use this import?
-
Heya, Anyone out there with some in-depth product/middleware knowledge, was experimenting with linki
Heya, Anyone out there with some in-depth product/middleware knowledge, was experimenting with linking together the middleware to write products to the db, but with the standard shop setup it chokes on setting up the DE store
-
Hello Team, could you please help how can we implement SSO for Spryker. We have a requirement from c
Hello Team, could you please help how can we implement SSO for Spryker. We have a requirement from client to implement sso for agent's access.
-
Hi there is it possible to define a filename in a `OutputStreamPlugin` and use that same generated n
Hi there is it possible to define a filename in a OutputStreamPlugin and use that same generated name in a PostProcessorHookPlugin in the Middleware?
-
Hi everyone,
my colleagues have made me aware of the following bug: After switching to the code view
Hi everyone, my colleagues have made me aware of the following bug: After switching to the code view in the DemoShop's WYSIWYG editor in Zed, the text is barely readable (dark grey text on a dark grey background). Is this a known bug/is there a fix for it? I also just created a Support Case for it. Thanks, Florian
-
Hi guys,
in our B2B shop we want to allow B2C customers to purchase as well. So far everything is wo
Hi guys, in our B2B shop we want to allow B2C customers to purchase as well. So far everything is working BUT placing in order. This requires the PlaceOrderWithAmountUpToPermissionPlugin permission which comes from the CompanyRule package. Is there any way we can enable B2C customers to purchase in a B2B shop?
-
Hi everyone,
how can I create a self-referencing one-to-one relationship?
```
Hi everyone, how can I create a self-referencing one-to-one relationship? <table name="spy_tax_rate"> <column name="fk_parent_tax_rate" type="INTEGER" required="false"/> <foreign-key name="spy_tax_rate-fk_parent_tax_rate" foreignTable="spy_tax_rate" phpName="ParentTaxRate" refPhpName="ChildTaxRate"> <reference…
-
Hello everyone,
we are playing around with some AJAX content. Therefore we are using Ajax-Provider a
Hello everyone, we are playing around with some AJAX content. Therefore we are using Ajax-Provider and Ajax-Renderer to place new content in the DOM. https://github.com/spryker-shop/shop-ui/blob/master/src/SprykerShop/Yves/ShopUi/Theme/default/components/molecules/ajax-provider/ajax-provider.ts…
-
Hello!
Can someone tell me why getCategoryByKey in the CategoryTreeReader is deprecated and how I am
Hello! Can someone tell me why getCategoryByKey in the CategoryTreeReader is deprecated and how I am supposed to find categories by their keys in the future?
-
Hey guys, I have a very deep technical question, but I hope maybe someone here can help me.
Hey guys, I have a very deep technical question, but I hope maybe someone here can help me. Here on the OrderStateMachine, the reservation will be updated for an item that is in the OMS and stays on the same OMS state and the target state is reserved. Why is that? Why should the reservation be updated if the state stays…
-
Hello, the frontend and backend urls for B2C demo shop application are not working any more, getting
Hello, the frontend and backend urls for B2C demo shop application are not working any more, getting below errors, please help to fix it. ZED Exception Error - Class 'Whoops\Run' not found in /data/vendor/spryker/error-handler/src/Spryker/Zed/ErrorHandler/Communication/Plugin/Application/ErrorHandlerApplicationPlugin.php…
-
Hello again 🙂
when using the step engine in yves, there is a last “successStep
Hello again 🙂 when using the step engine in yves, there is a last “successStep” which will display a “thank you for your order” phrase. We want also to display the order number of the current finished order. Unfortunately, the success execute step clears the quote before the getTemplateVariables() method gets called. So we…
-
I have an issue with the generated transfers. After switching branches I run `docker/sdk build codeb
I have an issue with the generated transfers. After switching branches I run docker/sdk build codebase. After that I get random errors like Error Class 'Generated\Shared\Transfer\RedisConfigurationTransfer' not found. What I noticed is that after Section buildCommand generate-transfers [vendor/bin/console…