-
Hello. I'm still working through the Bootcamp and am having another issue with creating a CMS page.
Hello. I'm still working through the Bootcamp and am having another issue with creating a CMS page. I've defined the my-offers.twig file and created the CMS page in backend but whenever I try and browse to /de/my-offers or /en/my-offers I get a 404 page. Here is my twig file…
-
Hi all! Short question: Is it possible to enable/disable customers storewise? So the scenario: one d
Hi all! Short question: Is it possible to enable/disable customers storewise? So the scenario: one database with all customers but like with products, they are just available for selected stores? Best regards
-
Symfony toolbar gives an error 500 in Zed dashboard. After opening the URL in a new tab, I see that
Symfony toolbar gives an error 500 in Zed dashboard. After opening the URL in a new tab, I see that the URL differs from what we have in Yves: http://zed.de.oneal.local/cms-gui/edit-page/_wdt?token=5fb54a VS http://zed.de.oneal.local/_profiler/_wdt?token=5fb54a
-
Hi guys, the symfony web profiler bundle from version 4.4.11 does not work in the current suite. The
Hi guys, the symfony web profiler bundle from version 4.4.11 does not work in the current suite. The reason for this is the following line: https://github.com/symfony/web-profiler-bundle/compare/v4.4.10...v4.4.11#diff-77fe531b58ebebb9b089a09099112ab7R425
-
Hi all, I have a general question, what would be the best way to add concrete products to the catalo
Hi all, I have a general question, what would be the best way to add concrete products to the catalog search. We would like to display the concrete products grouped with the abstract products in the list view. Has anybody ever implemneted this? I thought of using a parent/child relationship in elasticsearch, but I would…
-
Hey folks!
I have a problem with my Spryker installation. I just bootstrapped and booted a new docke
Hey folks! I have a problem with my Spryker installation. I just bootstrapped and booted a new docker installation on my Macbook. It seems the messages in my RabbitMQ event queue are not being processed. Jenkins jobs are progressing as normal, but don't seem to work on any messages. After a docker/sdk reset, I have over…
-
Hi there, I have problem with a middleware ValidationRuleSet
```/**
* @return array
*/
protected
Hi there, I have problem with a middleware ValidationRuleSet /** * @return array */protected function getRules(): array{ return [ 'meta_info.errcode' => [ ['EqualTo', 'options' => ['value' => AgErpConstants::AG_ERP_NO_ERROR]], ], 'meta_info.aes' => [ ['InList', 'options' => ['values' =>…
-
is it possible to override package.json from a module inside vendor (let's say spryker-gui's package
is it possible to override package.json from a module inside vendor (let's say spryker-gui's package.json) The repo name for package pace changed and it is neccessairy in spryker/gui. You can see that https://git@github.com/hubspot/pace.git#c6846cbf6b928e9903b569269fa9fbf32f2554f4 redirects you. I was wondering if…
-
Hey guys, did you encounter any errors while trying to install the b2c shop using vagrant? I have th
Hey guys, did you encounter any errors while trying to install the b2c shop using vagrant? I have this error that I can’t get past:
-
Hello there 👋
I have a wonderful questions for wonderful Spryker experts. On my current project
Hello there 👋 I have a wonderful questions for wonderful Spryker experts. On my current project I've faced a little confusion. As you're already know when we are talking about total price calculation at checkout process we always working with TotalsTransfer. TotalsTransfer contains several price properties but I'm…
-
Hello! I'm trying to implement data publishing, however, it looks like Spryker generates incorrect S
Hello! I'm trying to implement data publishing, however, it looks like Spryker generates incorrect SQL query for one of my entities: Schema: <table name="oneal_dealer_store_storage" phpName="DealerStoreStorage"> <column name="id" type="integer" autoIncrement="true" primaryKey="true" /> <column name="dealer_store_id"…
-
Hey together, I extended the agent functionality so that users can be searched by a id that we store
Hey together, I extended the agent functionality so that users can be searched by a id that we store in each BU. My problem is that the search is supposed to show all the users that match the search with their corresponding BUs and if you click on them it is supposed to impersonate the user in the specific BU. I’ve not…
-
Hi together, is there any way to only copy over CMS-related over to another fresh system? We tried s
Hi together, is there any way to only copy over CMS-related over to another fresh system? We tried so with importing only selected spy_cms_* tables, but this breaks most of Zed functionality.
-
Hello together, is it possible to suppress spryker architecture-sniffer for one specific line (like
Hello together, is it possible to suppress spryker architecture-sniffer for one specific line (like e.g. for phpcs per comment)?
-
Hi all,
did anybody implement a deposit for certain products? I was thinking about abusing product o
Hi all, did anybody implement a deposit for certain products? I was thinking about abusing product options, however it would not be optional 😉 Glad about any thoughts on this topic.
-
Hi all!, Is there any integration between spryker and algolia?
Hi all!, Is there any integration between spryker and algolia?
-
Hi all,
We created our internal composer module (package) for spryker and now we have little proble
Hi all, We created our internal composer module (package) for spryker and now we have little problem with unit tests. One class which we need to test works on and creates transfer objects. As long as this module was just in Pyz namespace, there was no problem, because transfer objects are generated by spryker and visible.…
-
hey folks, short general question: On the docs page for the WebProfiler module[
hey folks, short general question: On the docs page for the WebProfiler module[1], it says: composer require spryker/web-profiler --dev and: So, the package is being installed with --dev, but it should be added normally to the ApplicationPlugins... Now my question: Does this mean we always should deploy Spryker with…
-
Hello! Is there an available list of design elements for spryker? Buttons, columns, rows, input fiel
Hello! Is there an available list of design elements for spryker? Buttons, columns, rows, input fields
-
Hello everyone!
We've just completed upgrading Spryker to the latest release (202009.0).
Now I'm st
Hello everyone! We've just completed upgrading Spryker to the latest release (202009.0). Now I'm still getting these when I run composer update: Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.Package guzzlehttp/ringphp is abandoned, you should avoid using it. No replacement…
-
Another question, our frontend developers experience: after running the `npm run yves:watch` , for s
Another question, our frontend developers experience: after running the npm run yves:watch , for some reason, all slots are stopping to render (which is generally makes page to become pretty much blank with only a few components on it). Restarting the docker container fixes the issue, still. How can we solve that, since it…
-
Hello everybody,
does somebody know if its possible to have more than just a flat key->value stru
Hello everybody, does somebody know if its possible to have more than just a flat key->value structure for product attributes? Something like nested attributes? Background: Our concrete products consists (phyisically) of multiple items which are not sellable in spryker but necessary for determining a price. So we have to…
-
I updated composer dependencies. Everything went fine, however, when trying to open a website, I rec
I updated composer dependencies. Everything went fine, however, when trying to open a website, I receive the following error, why? (see the screenshot)
-
Moved: Confused on how could I run `propel migration:down` command
This discussion has been moved.
-
Another problem with a CMS page...
After renaming the directory 'template' to 'templates', I've mana
Another problem with a CMS page... After renaming the directory 'template' to 'templates', I've managed to create and publish a template-based page. The URL for the de_DE locale has been set to /de/unternehmen. Pressing the button "At the shop" redirects me to that URL, but it gives me a 404 Not Found error. The page…
-
Happy Friday everyone,
I've got a question regarding GLUE Tests with fixtures like it's done
Happy Friday everyone, I've got a question regarding GLUE Tests with fixtures like it's done here. My question is: Do you use a dedicated redis (or redis db) for the test data?
-
Hello everyone!
Yesterday, I've made the demo stand installation, and everything seemed to be OK, ye
Hello everyone! Yesterday, I've made the demo stand installation, and everything seemed to be OK, yet today I started to see the index issue each time I'm trying to access just any category: Search failed with the following reason: no such index [index: de_page]. Query:…
-
I know the question sounds too simple, but can someone explain the difference between these two role
I know the question sounds too simple, but can someone explain the difference between these two roles from a customer perspective? • Place Order (without limit) and • Buy up to grand total (without limit) Both are required to place an order, but how do you explain that to a customer? Thx!
-
Hello all, is there any way to display all routes? I tried already the inviqa/spryker-debug-package,
Hello all, is there any way to display all routes? I tried already the inviqa/spryker-debug-package, but the version of the spryker shop is outdated.
-
Hey guys, I am wondering if the B2B Suite has the opportunity to configure multilevel navigations wi
Hey guys, I am wondering if the B2B Suite has the opportunity to configure multilevel navigations with preview images like the B2C Suite. Here is what I would like to have (from B2C) and what I see in B2B