-
Hello,
when the customer is on cart page (/cart) we want to remove a explicit cart item when it has
Hello, when the customer is on cart page (/cart) we want to remove a explicit cart item when it has no price. It seems this works when a cart operation is executed before like add or remove, but it does not seem that a simple reload of the cart page will notify the cart of absent prices … However, we want to ensure that a…
-
I'm running the architecture sniffer and getting an error that I don't understand. It's about attach
I'm running the architecture sniffer and getting an error that I don't understand. It's about attached interface and its implementation. Command output keeps telling me that the bridge method is different from the one defined in the interface. docker/sdk console code:sniff:architecture -vvv--> DEVELOPMENT MODE Store: DE |…
-
Hi all,
I'm trying to extend a test class from SprykerEco for an additional test. Even though every
Hi all, I'm trying to extend a test class from SprykerEco for an additional test. Even though everything looks good in PHPStorm, all the paths and namespaces match, there are no typos, no error is found anywhere, when I try to run the test it still always says that it can't find the base class: Error: Class…
-
Is there a way to prevent `[02-Jun-2021 08:54:58] WARNING: [pool worker] child 15 said into stderr:
Is there a way to prevent [02-Jun-2021 08:54:58] WARNING: [pool worker] child 15 said into stderr: "[2021-06-02T08:54:58.797681+00:00] Yves.CRITICAL: Spryker\Shared\SessionRedis\Handler\Exception\LockCouldNotBeAcquiredException - Spryker\Shared\SessionRedis\Handler\SessionHandlerRedisLocking could not acquire access to the…
-
Good morning,
we have updated some packages in b2b, including spryker-shop/shop-ui and now get error
Good morning, we have updated some packages in b2b, including spryker-shop/shop-ui and now get errors with our twig templates: YVES ExceptionTwig\Error\RuntimeError - Variable "component" does not exist.in /data/src/Pyz/Yves/CheckoutPage/Theme/default/templates/page-layout-order-submitted/page-layout-order-submitted.twig…
-
Sorry, for deleting my former post. But, since there is to much risk of exposing a possible XSS vuln
Sorry, for deleting my former post. But, since there is to much risk of exposing a possible XSS vulnerability in ZED, we decided to not talk publicly about it. The report is on it's way to security@
-
One question about having a form inside a widget: How would you make the form keep its state after s
One question about having a form inside a widget: How would you make the form keep its state after submission? I can't see that this has been solved properly yet. In…
-
Hi everyone,
I wonder if there is an easy (or preferred) way to start a middleware process from with
Hi everyone, I wonder if there is an easy (or preferred) way to start a middleware process from within the code. Does anyone have experience with this?
-
Hello,
does somebody know whats the purpose having multiple merchant relations possible to the same
Hello, does somebody know whats the purpose having multiple merchant relations possible to the same merchant? Having a relation as “business unit 1” to a “Merchant A” and another one to “Merchant B” makes totally sense in matter of different price conditions … but creating two relations from “business unit 1" to “Merchant…
-
Hi all,
I have a question regarding to Schedule price feature, I defined *Start from* and *Finish at
Hi all, I have a question regarding to Schedule price feature, I defined Start from and Finish at , but after the sales end (finish time), the price of product could not back to the original price. Do I need to do or I missing something? Thanks!
-
hi,
does jenkins configuration from config/Zed/cronjobs/jenkins.php follow the same rules as other c
hi, does jenkins configuration from config/Zed/cronjobs/jenkins.php follow the same rules as other configurations (described in https://documentation.spryker.com/docs/configuration-management), so I can have jenkins-live_DE.php for example?
-
Hey when you are setting up an email trigger in the oms, what are you looking for as a marker that y
Hey when you are setting up an email trigger in the oms, what are you looking for as a marker that your email plugin was successful? is the system configured to catch emails in a log somewhere or will the email actually go out? In my OMS state machine I’m triggering a command: $commandCollection->add(new…
-
Hi all,
have any of you ever had the case and wanted to create a URL for a concrete product? If so,
Hi all, have any of you ever had the case and wanted to create a URL for a concrete product? If so, do you have any tips for me on how best to start? The background is that we need to find a way to call up a concrete product directly. So that we can, for example, call up the selected variant directly from the cart.
-
Hey y’all triggering an email/notification send in my OMS state tree, it’s sending an email but it l
Hey y’all triggering an email/notification send in my OMS state tree, it’s sending an email but it looks like it’s not wired up correctly to the CMS to run the template. I’m using the standard spryker OMS confirmation. but maybe it’s not keyed correctly? The type is being set to…
-
Hi there!
I am facing an issue after updating some modules related to the merchant portal, but most
Hi there! I am facing an issue after updating some modules related to the merchant portal, but most notably the package zed-ui:0.4.1. However, this - somehow - implicitly updated symfony-security-core from 4.4.24 to 5.2.6 as well. This leads now to the following error on Zed: ErrorException - FATAL ERROR - Declaration of…
-
Hello all,
I am currently trying to make a CMS Page only available to logged in users. A _working_
Hello all, I am currently trying to make a CMS Page only available to logged in users. A working solution of mine was to do something like this in a new CMS Template: {% if app.session.get('customer data') %} <p>Show Stuff</p>{% endif %} It works, but I feel like that is not the proper way to do it. How would one do it…
-
hello,
I am getting following error when trying to display state machine graph
```Argument 2 passed
hello, I am getting following error when trying to display state machine graph Argument 2 passed to phpDocumentor\GraphViz\Edge::__construct() must be an instance of phpDocumentor\GraphViz\Node, null given, called in…
-
Is it possible to also configure and trigger the Xdebug Function Trace or Xdebug Profiler on our dev
Is it possible to also configure and trigger the Xdebug Function Trace or Xdebug Profiler on our development setup? In vendor/spryker/zed-request/src/Spryker/Shared/ZedRequest/Client/AbstractHttpClient.php there is a constant defined protected const DEFAULT_XDEBUG_PROFILER_NAME = 'XDEBUG_PROFILE'; Can you show an example…
-
Hi,
Is there any chance to display completly different product detail page for the specific product
Hi, Is there any chance to display completly different product detail page for the specific product in Spryker? In catalog page I can select template. Do you know if there is similar feature, or for example product types for detail page?
-
Hi all,
a colleague of mine is having a really weird issue and I'm running out of ideas. He's set u
Hi all, a colleague of mine is having a really weird issue and I'm running out of ideas. He's set up his local shop and everything seemed to have run well, but apparently the shop can't get the environmental variables. Inside his VM, when he just does printenv from the console, the output is exactly as it should be, all…
-
Hello,
im using Windows with the Vagrant Demoshop with PHPStorm. I want to debug some plugin within
Hello, im using Windows with the Vagrant Demoshop with PHPStorm. I want to debug some plugin within a Module (Screenshot 1), but it doesnt seem to reach my breakpoint that i've set. When i reload the page with debug enabled i get this result (Screenshot 2). Anyone got an idea, how to reach my breakpoint within xdebug?…
-
Hello there, we're running `oms:check-condition` every minute, but we have some Conditions, that we
Hello there, we're running oms:check-condition every minute, but we have some Conditions, that we don't want to check every minute, like if an invoice was paid, since this can take a few days and fills the database with a lot of log messages. Is it somehow possible to check certain conditions only say every hour or once a…
-
Hello All,
getting this error while installing a spryker project in my system i have tried to update
Hello All, getting this error while installing a spryker project in my system i have tried to update the composer also but there also i am getting an error. Do anyone have something for this ? Thanks.
-
Hello ->
state machine/OMS
It sound like using reserved and other elements in state can effect
Hello -> state machine/OMS It sound like using reserved and other elements in state can effect perfomance: https://documentation.spryker.com/docs/order-process-modelling-state-machines#general-performance-recommendations So what are they for? reserved is a flag used in the system somehow ? display is sounds like is for…
-
Good Morning Community,
we are currently starting to work with the Product Measurement Unit feature.
Good Morning Community, we are currently starting to work with the Product Measurement Unit feature. Specifically, we use these file: product_measurement_sales_unit.csv Question: How can I delete data once it has been imported? 🤔
-
Hi!
Where should be generated this class?
```Orm\Zed\Antelope\Persistence\PyzAntelopeQuery```
I went
Hi! Where should be generated this class? Orm\Zed\Antelope\Persistence\PyzAntelopeQuery I went through all the steps in DataImport study but this class is not created
-
Hi All,
I am trying to add a new store UK which will share the database with DE store. I have follo
Hi All, I am trying to add a new store UK which will share the database with DE store. I have followed the Spryker documentation https://documentation.spryker.com/docs/multiple-stores. As per the documentation I have added the below code snippet inside store.php (complete store.php attached). $stores['UK'] = [ 'contexts'…
-
Hi All,
Very soon I will be having technical discussion with the client using Spryker platform. I t
Hi All, Very soon I will be having technical discussion with the client using Spryker platform. I tried to find the answers for the following questions on Spryker documentation but no luck. Hence reaching out to the awesome Spryker community. * Does Spryker Glue API has salesforce connector? * Does Spryker support click…
-
Hi All,
Due to my company policy I am not allowed to install docker and run Spryker on it. My IT De
Hi All, Due to my company policy I am not allowed to install docker and run Spryker on it. My IT Desktop team is trying to find a solution. Is there any way to install Spryker without docker either on Mac or Window ? Best regards, Vivek
-
Hi everyone, i have a problem when i create a cms page always receive 404. What is wrong?
In this mo
Hi everyone, i have a problem when i create a cms page always receive 404. What is wrong? In this moment I try with "docker/sdk trouble && rm -rf vendor && rm -rf src/Generated && docker/sdk sync && docker/sdk up" 🤔