-
I need help.
I created a new page template according to the manual:
I need help. I created a new page template according to the manual: https://documentation.spryker.com/docs/ht-create-cms-templates#cms-page-template. The manual is quite clear and I don't think I've made an error somewhere during following these, very simple, instructions. As you can see on the screenshot, the file name…
-
Another problem.
The products in spryker have two fields for images: large and small images. I neede
Another problem. The products in spryker have two fields for images: large and small images. I needed one more type of images in the products (icons), so I added one more field, external_url_tiny (this required from me to make changes in 10 places, btw). However, when I tried to use this field in twig templates, I received…
-
Hello all,
what is the best/recommended solution to access the translations from glossary in typescr
Hello all, what is the best/recommended solution to access the translations from glossary in typescript? Furthermore when I use addSuccessMessage or the other messaging methods to output a message, these are not translated by default. Even for standard features like password change…
-
We are facing an issue that the reservation count is not counting an order item if its in a reserved
We are facing an issue that the reservation count is not counting an order item if its in a reserved state of a “sub” process, it works correctly if the order item is in “main/active” process. Is this a known issue that is fixed in recent update?
-
Hi all again! Does anyone know how to create a sub-steps in one checkout step? Like I have “Step 1”
Hi all again! Does anyone know how to create a sub-steps in one checkout step? Like I have “Step 1” as a main step of the checkout and inside I would like to go with user through some sub-steps (Step 1.1, 1.2, 1.3…) before he will hit the “Step 2" (could be Address for example). Any ideas about how it should/can be…
-
Would anyone know how I can increase the timeout for the vendor/bin/console data:import command duri
Would anyone know how I can increase the timeout for the vendor/bin/console data:import command during the initial setup using docker?
-
Hi all,
we are using the B2C Shop in a B2B Scenario (fits the customer better). However we have the
Hi all, we are using the B2C Shop in a B2B Scenario (fits the customer better). However we have the issue, that the /cart Route can not handle more than ~180 Products in the cart. Our Customer is using the quickorder feature and sometimes there can be huge orders around 200+ items. When accessing the cart, we get the…
-
After updating to 202009 we have a problem with MerchantStorage. All fields of a merchant's address
After updating to 202009 we have a problem with MerchantStorage. All fields of a merchant's address are null.
-
Hey! I am looking for a possibility to set a custom translated "invalid csrf token" message for all
Hey! I am looking for a possibility to set a custom translated "invalid csrf token" message for all the forms used in our shop. Since it is symfony/form as underlying package it is possible to set this in general in the corresponding configureOptions method as $resolver->setDefaults([ 'csrf_message' => 'some message',]);…
-
Hey guys I have some questions about session handling in spryker:
1. It feels very strange to acces
Hey guys I have some questions about session handling in spryker: * It feels very strange to access session vars directly, so how would i save things the user session? * is there a hook that is triggered on session invalidation? * is there an easy way of attaching to the logout process?
-
Hi everyone, hello spryker guys. In a current project we have a problem with CMS Pages and their URL
Hi everyone, hello spryker guys. In a current project we have a problem with CMS Pages and their URLs. 2 locales de_DE and de_AT. I cannot import one of the two urls because of the unique constraint on spy_url. What is a good solution?
-
Hi everyone. I have a short question regarding the "TolerableProcessException", which is part of the
Hi everyone. I have a short question regarding the "TolerableProcessException", which is part of the spryker middleware. Normally an exception is an untolerable error which is supposed to break stuff and in the middleware process it leads to the current item beeing ignored. But, the name "TolerableProcessException"…
-
Hello,
We have the following situation:
• Some products got deactivated
• Somehow the P&S did n
Hello, We have the following situation: • Some products got deactivated • Somehow the P&S did not remove the documents from ElasticSearch during P&S (or there is a race condition). • The “spy_product_abstract_page_search” rows were deleted during P&S. • Given the documents are still in ElasticSearch, they are causing…
-
Hey guys,
I just installed Spryker 202009. When using the dump function in Twig templates I get the
Hey guys, I just installed Spryker 202009. When using the dump function in Twig templates I get the data dumped, but just with a regular PHP var_dump ... vendor/twig/twig/src/Extension/DebugExtension.php:70 How can I get the data dumped with the pretty Twig dump which was working in older versions.. like here…
-
Morning all
I am starting with Spryker. Creating module (HelloSpryker) but I have errors like this `
Morning all I am starting with Spryker. Creating module (HelloSpryker) but I have errors like this Class 'Generated\Shared\Transfer\CmsBlockTemplateTransfer' not found' but I made transfer:generate and this file exists... any idea?
-
Hey guys,
we are facing an issue with error logging on local machines vs stages: some fatal errors (
Hey guys, we are facing an issue with error logging on local machines vs stages: some fatal errors (mostly null-pointers) are not visible in local environment, neither in the browser, nor in the logs. The moment code gets deployed to dev, yves frontend falls apart and only shows stacktrace. There must be something messed…
-
Hello,
i recently tried to install spryker with vagrant and a custom git repo. During the installati
Hello, i recently tried to install spryker with vagrant and a custom git repo. During the installation I get an error, that there is a problem mounting the project folder: The following SSH command responded with a non-zero exit status.Vagrant assumes that this means the command failed!mount -o vers=3,nolock,noatime,async…
-
Hi, is it known issue that in current version of b2c demoshop I can only remove the first customer a
Hi, is it known issue that in current version of b2c demoshop I can only remove the first customer address. https://www.de.b2c.demo-spryker.com/en/customer/address If I try to remove second, third, etc. I will always receive an error “customer.address.delete.failed” (I think this is happening because only the first remove…
-
Hi everyone, we plan to use the Spryker PaaS environment. Unfortunately I was not able to find any s
Hi everyone, we plan to use the Spryker PaaS environment. Unfortunately I was not able to find any specific channel to PaaS. Is there any PaaS specific channel?
-
Hello, after `spryker/sales` update to 11.17.0 I have the following exception when going to ZED /sal
Hello, after spryker/sales update to 11.17.0 I have the following exception when going to ZED /sales/detail page: Neither the property "salesOrderConfiguredBundle" nor one of the methods "salesOrderConfiguredBundle()", "getsalesOrderConfiguredBundle()"/"issalesOrderConfiguredBundle()" or "__call()" exist and have public…
-
Has anyone modified the regex pattern for wishlist names to allow special characters? Did you experi
Has anyone modified the regex pattern for wishlist names to allow special characters? Did you experience problems with doing so?
-
hello together,
how can i modify CatalogSearchQuery to prevent finding certain product_abstract ids
hello together, how can i modify CatalogSearchQuery to prevent finding certain product_abstract ids, is there a method like '$query->setBlacklist()'
-
Good day everyone, I have a question related to Spryker Touch feature. We have two imports running -
Good day everyone, I have a question related to Spryker Touch feature. We have two imports running - product import and category import. The imports use facade methods for certain operations, which then execute updates against spy_touch table. What we’re experiencing is that sometimes simple update query UPDATE "spy_touch"…
-
Hello
We want to upgrade our Spryker version to the latest release. Currently we have the one from l
Hello We want to upgrade our Spryker version to the latest release. Currently we have the one from last year (201907.0), and there are two major releases since then (202001 and 202009). Do you think it’s ok to upgrade to latest release directly or should we rather do it in parts? (Jarvis tool says that my next target is…
-
Hello, why is the `CategoryFacade::getCategoryByKey` being deprecated? Is there any performance issu
Hello, why is the CategoryFacade::getCategoryByKey being deprecated? Is there any performance issue? What is the suggested workaround besides copying that same method into project level classes?
-
Good morning! I was wondering, if I create an abstract product, but don't add any super attributes t
Good morning! I was wondering, if I create an abstract product, but don't add any super attributes to it before saving, is it possible to go back and add more super attributes to it at a later stage? We seem to have no way to configure more super attributes to a previously saved abstract product, which means we can't then…
-
Hello guys,
we are experiencing a dead lock between merchant modules:
`spryker/merchant-gui:3.2.0`,
Hello guys, we are experiencing a dead lock between merchant modules: spryker/merchant-gui:3.2.0, spryker-shop/merchant-switcher-widget:0.4.1 and merchant-relationship-gui1:1.6.0 packages require spryker/merchant-profile:0.2.0 spryker/merchant-profile-storage:0.1.4 (our current version and there is no updates for this…
-
Hi guys, I have a question if there is some kind of command or way to check all the routes registere
Hi guys, I have a question if there is some kind of command or way to check all the routes registered by router in Spryker , like debug:router in Symfony?
-
Hello
Is it possible to load a widget with a dynamic attribute name? For example
```{% widget data.w
Hello Is it possible to load a widget with a dynamic attribute name? For example {% widget data.widgetName args data.widgetParams only %}{% endwidget %}
-
Hello All, I am unable to ping from within vagrant environment, getti
Hello All, I am unable to ping github.com from within vagrant environment, getting request timed out error, but it works perfectly fine from when i try from browsers. Anybody faced this issue before, if so could you please help to fix this.