-
Hello,
can anybody tell me, what the field “price_data” in “spy_price_product_store” is intended to
Hello, can anybody tell me, what the field “price_data” in “spy_price_product_store” is intended to be? Seems there must be json inside, i have seen various json encode/decode operations. Best
-
Hello.. Guys anyone knows how I can add id_product_concrete to product in Product List Page ?
Hello.. Guys anyone knows how I can add id_product_concrete to product in Product List Page ?
-
Moved: A smart way to “force” some entity to be flagged as “updated” without overriding propel enti…
This discussion has been moved.
-
Hey guys, when i run the command propel:install i get an error and after these error i get the infor
Hey guys, when i run the command propel:install i get an error and after these error i get the information that ""Class 'Generated\Shared\Transfer\SpyAvailabilityAbstractEntityTransfer' not found"? Can somebody help me? It is a complette new installtion withour any customizations.
-
Hi All, does anyone done the setup in Ubuntu 20.14 without Docker and Virtual box? I will be facing
Hi All, does anyone done the setup in Ubuntu 20.14 without Docker and Virtual box? I will be facing some issues in the setup. No jobs imported in Jenkins and the storefront has the resource bundle keys displayed. Thanks in advance.
-
(Untitled)
-
Short question: I am writing an implementation of the `QueryExpanderPluginInterface`. To properly ex
Short question: I am writing an implementation of the QueryExpanderPluginInterface. To properly expand the query, I need some functionality from Spryker\Client\SearchElasticsearch\Query\QueryBuilder. My question is: do I copy the functionality (sounds wrong?), or do I expose the createQueryBuilder method from the factory…
-
Is there a cli command to generate unit test classes?
I'm doing the developer bootcamp and in the TD
Is there a cli command to generate unit test classes? I'm doing the developer bootcamp and in the TDD chapter at a certain point it says to add the unit test class. From the docblock I would say some sort of cli command was used to generate it. Does anyone know which one is it?
-
Is there a way to append to an existing file using the filesystem service?
Is there a way to append to an existing file using the filesystem service?
-
Hi everyone,
any ideas how it could be that I'm getting "category with key xxx could not be found" e
Hi everyone, any ideas how it could be that I'm getting "category with key xxx could not be found" errors during a category import even though said category is in the db, and exactly with that xxx key? Even in the import file (of course) category with key xxx comes first, and only afterwards follow any subcategories that…
-
Hello
I have another question regarding transitions this time.
Excerpt from
Hello I have another question regarding transitions this time. Excerpt from https://documentation.spryker.com/docs/state-machine-cookbook#transitions "The event element can be omitted. This way an external call like saveOrder or triggerEvent is finished. That means that the control flow of the code goes back to the…
-
Hello
I'm looking at the docs here
Hello I'm looking at the docs here https://documentation.spryker.com/docs/state-machine-cookbook#states For a given state in a state machine the reserved attribute is used <state name="new" reserved="true"/> Does anyone know what does this attribute do? Many thanks
-
Hello Everyone,
i am trying to update(ALTER) my existing table i have made the changes into the XML
Hello Everyone, i am trying to update(ALTER) my existing table i have made the changes into the XML schema but when i try to hit the console propel:install command getting this issue. Any suggestions ?
-
Hello All, I added a new store TS into stores.php as below and also added the corresponding config_d
Hello All, I added a new store TS into stores.php as below and also added the corresponding config_default file but the newly added store is not showing up in the backoffice stores page, please advise. $stores['TS'] = [ 'storesWithSharedPersistence' => ['US'], ] + $stores['US'];
-
Hi, does Spryker have any kind of functionality/module that would be responsible for generating site
Hi, does Spryker have any kind of functionality/module that would be responsible for generating sitemaps? Couldn't find anything so far 🤔
-
We have several `*.schema.xml` files with columns like this:
```
We have several *.schema.xml files with columns like this: <column name="soft_deleted_at" type="TIMESTAMP" default="NULL" required="false"/> But the generated Transfer only accepts string|null as a parameter: * @param string|null $softDeletedAt * * @return $this */ public function setSoftDeletedAt($softDeletedAt) We would…
-
Also, in Storefront, the resource bundle key is getting displayed, not the values
Also, in Storefront, the resource bundle key is getting displayed, not the values
-
(Untitled)
-
Hello Everyone,
does anyone knows the command to import configuration(cronjob setup) into Jenkins
co
Hello Everyone, does anyone knows the command to import configuration(cronjob setup) into Jenkins console setup:jenkins:generate this didn't worked for me
-
I have noticed a really urgent issue with our Spryker setup. 2 days ago we had the problem, that the
I have noticed a really urgent issue with our Spryker setup. 2 days ago we had the problem, that the disk was full. This issue is resolved. But it seems that rabbitmq stopped to work. Lots of Jenkins jobs are crashing, especially "DE__queue-worker-start" PhpAmqpLib\Exception\AMQPConnectionClosedException - Exception:…
-
Is there a way to extend Zed views (like `vendor/spryker/category/src/Spryker/Zed/Category/Presentat
Is there a way to extend Zed views (like vendor/spryker/category/src/Spryker/Zed/Category/Presentation/View/index.twig) without copying the whole file to the project folder? I’ve tried {% extends '@Category/View/index.twig' %} but then I’m getting redirected back to the list. I guess this doesn’t work because the twig file…
-
Good Morning, is there any known issue after upgrading *Rabbitmq* from *3.6.15 to 3.8.2*? We are usi
Good Morning, is there any known issue after upgrading Rabbitmq from 3.6.15 to 3.8.2? We are using B2B and after upgrade we have issue with glossary sync.storage.translation for multi-store sync
-
Hi! Just wondering if this is a known issue - we have noticed in the Product Attribute GUI module th
Hi! Just wondering if this is a known issue - we have noticed in the Product Attribute GUI module that there seems to be an erroneous character in one of the twig templates: product-attribute-gui/src/Spryker/Zed/ProductAttributeGui/Presentation/View/_partials/add-attribute-form.twig On line 17 after the endembed directive…
-
Hello,
we would like to integrate PayOne via the Plugin/Module in the documentation:
Hello, we would like to integrate PayOne via the Plugin/Module in the documentation: https://documentation.spryker.com/docs/payone-v1-1 But our project is a headless project completely without Yves. So the question is if there is a guide to integrate Payone via Glue only and if not, can you please provide us with it? We…
-
Hello,
is there a reason why there are so much deprecated functions left in the sprykers “category”
Hello, is there a reason why there are so much deprecated functions left in the sprykers “category” core facade? I usually observe this kind of massive deprecation when the complete module should be replaced/removed step by step. Especially we were searching for a function that gets the category by key, but it seems this…
-
Hi Guys,
I have a zed table and I want to optimize the query builder to load the data into table. I
Hi Guys, I have a zed table and I want to optimize the query builder to load the data into table. I have to save up also the network transfer and therefore i want to select only the table fields displayed in zed table list... I just make smth so: ....$query->clearSelectColumns();$query->select([ <array of fields via…
-
Hi! I want add block in specific a page to my shop and I add from zed cms. But when i make a change
Hi! I want add block in specific a page to my shop and I add from zed cms. But when i make a change this not updated. I was tried clear cache and not updated. what's wrong? Image 1: In zed | Image 2: Edit Placeholder | Image 3: In my shop
-
HI Team. What is Widget on bellow addcart buttion.
HI Team. What is Widget on bellow addcart buttion.
-
Hi Spryker,
here `vendor/spryker/publish-and-synchronize-health-check/src/Spryker/Zed/PublishAndSync
Hi Spryker, here vendor/spryker/publish-and-synchronize-health-check/src/Spryker/Zed/PublishAndSynchronizeHealthCheck/Persistence/PublishAndSynchronizeHealthCheckPersistenceFactory.php there is a typo error... Class not found.. wrong use statement. Thank u! Fyi: @valerii.trots
-
Hello:
Hello: https://documentation.spryker.com/docs/cms-feature-integration-guide#4--configure-export-to-redis-and-elasticsearch has the function in Pyz\Client\RabbitMq\RabbitMqConfig changed from getQueueOptions -> getQueueConfiguration ? So far the installation seems to have taken care of most of the new functions but…