-
Have implemented step engine for multi forms, but the data is not getting saved to database on submi
Have implemented step engine for multi forms, but the data is not getting saved to database on submit, any views please
-
Hello all! I am trying to run codecept in my local environment for my own test units, and I get thes
Hello all! I am trying to run codecept in my local environment for my own test units, and I get these errors: In ConnectionFactory.php line 42: Unable to open connection In PdoAdapter.php line 72: Unable to open PDO connection In PdoConnection.php line 64: SQLSTATE[08006] [7] could not connect to server: Connection refused…
-
I am just trying things out, and I wanted to share an open question that I still have:
In a *Factory
I am just trying things out, and I wanted to share an open question that I still have: In a Factory, instead using the getProvidedDependency(...) to get the Facade of another Module, if I instantiate the Facade it seems to work just fine 🤔 For example: Instead of doing this return…
-
Hi All, I am working on step engine and refered Quote module for the same. But receiving the below e
Hi All, I am working on step engine and refered Quote module for the same. But receiving the below error, Can anyone suggest where I am going wrong Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException thrown with message "Neither the property "legal_name" nor one of the methods "getLegalName()",…
-
Hello!
I would like to make a redirect from `Yves` to the merchant portal. I would like to redirect
Hello! I would like to make a redirect from Yves to the merchant portal. I would like to redirect <https://yves.de.spryker.local/merchant> to <http://zed.de.spryker.local/security-merchant-portal-gui/login> . Using AbstractController::redirectResponseExternal would work but seems like not the best solution for this. Is…
-
Good morning,
we have problems with too much fields in the page index during the sync into Elastics
Good morning, we have problems with too much fields in the page index during the sync into Elasticsearch. Elasticsearch answers with Error in one or more bulk request actions:.. caused Limit of total fields [1000] in index .. The dynamic key for categories (e.g. category:12653 ) in value.integer-sort are the problem. How…
-
Hey there, it seems that Spryker is prepared to handle database connections to read replicas [1], [2
Hey there, it seems that Spryker is prepared to handle database connections to read replicas [1], [2]. Can we assume that it's working out of the box? Is there anything to consider using it? [1] https://github.com/spryker/propel/blob/3.29.1/src/Spryker/Shared/Propel/PropelConstants.php#L166 [2]…
-
(Untitled)
-
Hi Guys,
How can we create a multi-step form in Yves, should I need to integrate the step-engine for
Hi Guys, How can we create a multi-step form in Yves, should I need to integrate the step-engine for that, or is there another way to make it?
-
Docs update:
Docs update: https://github.com/spryker/documentation/pull/259
-
Hi Guys, I have a question concerning *sync:data* and *redis* and *missing mappings.*
When using th
Hi Guys, I have a question concerning sync:data and redis and missing mappings. When using the quickorder I enter an inputTerm, the quick-order searches Reddis for a hit. Behind the scenes a mapping is done like sku:inputTerm. But the concrete products are stored in redis like this kv:product_concrete:de_de:XX, XX…
-
Anyone else had the problem, that you cant assign company unit addresses anymore since spryker 20200
Anyone else had the problem, that you cant assign company unit addresses anymore since spryker 202009 i added a screenshot after hitting submit i still only have one assigned address.
-
hi, I new to spryker...I have followed installation process of demo b2b in windows platform. I am su
hi, I new to spryker...I have followed installation process of demo b2b in windows platform. I am successfully able to run backend of demo shop but not able to load frontend it show " Site can't be reached". Can anyone help me with this?
-
Hi there! Has someone experience with copying data from Spryker to a BI tool like Qlik or Tableau? W
Hi there! Has someone experience with copying data from Spryker to a BI tool like Qlik or Tableau? What approach did you take?
-
Good morning,
we have more than 30 stores in our Spryker instance. What is your suggestion for the
Good morning, we have more than 30 stores in our Spryker instance. What is your suggestion for the structure of the redis dbs? At the moment we are using db1 in a single redis instance for storing the sessions of all stores - but we think about to use a single redis db for every store (+ than we have to split it to 3-4…
-
hi there,
`spy_oms_order_item_state_history` and `spy_oms_transition_log` are the biggest tables in
hi there, spy_oms_order_item_state_history and spy_oms_transition_log are the biggest tables in our database. Is it safe + is it ok to remove old entries from both tables? e.g. with: DELETE FROM spy_oms_transition_logWHERE created_at < CURRENT_DATE - interval '90' day;
-
Hello All,
Does anyone know how to inactivate product (abstract and concrete) so it is not returned
Hello All, Does anyone know how to inactivate product (abstract and concrete) so it is not returned in Glue anymore? I have two stores. I detached it from both store via Zed panel but I can still see it in GET /catalog-search Glue endpoint.
-
Hi dear community! I'm happy to announce that there is a publicly available release history!
Hi dear community! I'm happy to announce that there is a publicly available release history! https://api.release.spryker.com/release-history 🎉 Hopefully this will be helpful to many of you. Thanks to our team! cc @UL65CH0MC
-
After a recent composer update I noticed an undefined Constant (`CategoryEvents::ENTITY_CATEGORY_PUB
After a recent composer update I noticed an undefined Constant (CategoryEvents::ENTITY_CATEGORY_PUBLISH) which was referenced in spryker/product-page-search@3.22.0 (github-link). This constant is defined in spryker/catalog@5.0.0 (github). Problem for me seems to be, that spryker/product-page-search@3.22.0 does not…
-
Hello there!
I was wondering if there is a reason why *registered customers cannot change their own
Hello there! I was wondering if there is a reason why registered customers cannot change their own emails, or at least admin-users cannot change customer-email fields up-on-request 🤔 I would assume that the email is just an input (for logging, that’s true), but the real identifier is the id_customer number. Is there any…
-
Heya ran through the Xdebug thing recently, made some updates to the docs:
Heya ran through the Xdebug thing recently, made some updates to the docs: https://github.com/spryker/documentation/pull/246 Couldn't add pictures here they are: 1. <Debugger Pane Pic>2. <Configuration Pic>
-
Hi, while opening zed backend, i am getting below expection
Hi, while opening zed backend, i am getting below expection
-
Hello,
can somebody tell me, what the ShipmentGroupsSanitizerPluginInterface in the shipment-extensi
Hello, can somebody tell me, what the ShipmentGroupsSanitizerPluginInterface in the shipment-extension was intended for? Can’t find any valid usage example … the verb “sanitize” tells me to do some cleanup, but since you get the whole shipmentGroupCollection I am not sure that there is no other intention … are there other…
-
Good morning, everyone,
is there any documentation about the concept of quotes? What is the exact id
Good morning, everyone, is there any documentation about the concept of quotes? What is the exact idea behind them? What differentiates them from orders? When are they created? What are they good for?
-
I am creating a form following
I am creating a form following https://documentation.spryker.com/docs/en/t-working-forms#create-the-formtype, getting the below error Call to undefined method getFormFactory()
-
Hey guys! Do you already have a guide on using Opcache Preload from PHP 7.4 and Spryker?
Hey guys! Do you already have a guide on using Opcache Preload from PHP 7.4 and Spryker?
-
Hi, Can anyone please suggest what might be the reason to receive below error.
Hi, Can anyone please suggest what might be the reason to receive below error.
-
Hello Everyone,
Is there a way to trigger synchronization of CMS pages to Redis?
I have a new store
Hello Everyone, Is there a way to trigger synchronization of CMS pages to Redis? I have a new store stetup. I have a CMS page attached to two stores, old and new. It's visible in Zed. But Glue returns the page for old store, for new it returns 404.
-
Hello everyone... It's me again bugging you about product import 😛
I've asked mysel
Hello everyone... It's me again bugging you about product import 😛 I've asked myself what are the minimum amount of publish events that a product needs to be "shopable"? If no one has an anwer, I'll just check the SQL Writers myself but maybe someone has an appropriate answer. Thanks in advance, again!
-
Hello Spryker folks!
I found some threads describing issues with MacOS that were caused by the Big
Hello Spryker folks! I found some threads describing issues with MacOS that were caused by the Big Sur Update. Before upgrading my machine I wanted to ask, if it's safe to do so, or if I should be aware of some possible complications? Best Regards