-
I have extended the customer field in database and form.
but when I save customer then this field da
I have extended the customer field in database and form. but when I save customer then this field data not goes to database table. I think I miss any insert related query. Please help me for save custom field ('AWANNO DISCRIPTION') data in database.
-
Moved: The container is running on docker and I can only reach the backoffice endpoint
This discussion has been moved.
-
Hi Team
How can I check logs from logger in spryker
I have used
`use Symfony\Component\HttpKernel\Lo
Hi Team How can I check logs from logger in spryker I have used use Symfony\Component\HttpKernel\Log\Logger; and using logger like this: $this->logger->log($e->getPrevious()->getMessage(), LogLevel::INFO); But where I can check the logs?
-
Hi Guys! Has anyone done an import configuration file based on store? I have read the documentation
Hi Guys! Has anyone done an import configuration file based on store? I have read the documentation but there is not a lot of information for import from multiple configuration files: https://docs.spryker.com/docs/scos/dev/data-import/202204.0/importing-data-with-a-configuration-file.html
-
Seems like product bundles docs are not updated with correct ER diagram
Seems like product bundles docs are not updated with correct ER diagram https://docs.spryker.com/docs/scos/user/features/202204.0/product-bundles-feature-overview.html#characteristics-of-product-bundles now spy_product_bundle has both fks to spy_product instead of one fk to spy_product and one to spy_product_abstract
-
Hi,
Is there a way to make RabbitMQ Queues default to Lazy?
Hi, Is there a way to make RabbitMQ Queues default to Lazy?
-
Hi guys, i got this error on back-office login, anyone can help? thanks
i tried to stop and start do
Hi guys, i got this error on back-office login, anyone can help? thanks i tried to stop and start docker containers and also used up again but nothing happend
-
hi,
is it possible or not recommended to run b2b and b2c in same spryker PaaS instance, for example:
hi, is it possible or not recommended to run b2b and b2c in same spryker PaaS instance, for example: b2b -> store.shop.spryker.pro b2c -> store.shop.spryker.com multidb setup, routed on same instance load different configs, one region several stores
-
Hey everyone if I want to move all the files related to the product module from `/vendor` directory
Hey everyone if I want to move all the files related to the product module from /vendor directory to src/Pyz/Zed how can I do that??
-
I’m running Spryker in M1 and I got this issue today when trying to build yves
Can someone please he
I’m running Spryker in M1 and I got this issue today when trying to build yves Can someone please help me quickly?
-
Hii Everyone
I am learning the basics of OS and performing
Hii Everyone I am learning the basics of OS and performing THIS TASK, but it is not going as per the documentation. I'm getting the error attached in the screenshot. Can someone please help me quickly??
-
Anyone else having issues with the summary redirect to the place order step in the checkout? Especia
Anyone else having issues with the summary redirect to the place order step in the checkout? Especially in chrome and edge. We have seen some strange behavior and could track it down to the browser denying access to forms that do a redirect afterwards, as done by the summary step in the checkout. This is most likely caused…
-
Hello!
I have a question regarding the _spryker/state-machine_ package. In version 2.15.1 the _pack
Hello! I have a question regarding the spryker/state-machine package. In version 2.15.1 the package-lock.json in assets/Zed got removed. Please note that version 2.15.0 still has it. This change causes the vendor/bin/console frontend:zed:install-dependencies command to fail with an exception when installing the…
-
Hey guys, I'm looking to modify the existing secure password policy to reduce the number of failed l
Hey guys, I'm looking to modify the existing secure password policy to reduce the number of failed login attempts. It's mentioned on this page but i can't find the setting anywhere in the app config. Could someone point me in the right direction for modifying the number of login attempts and lock out time?
-
Hey can anyone point me at the 202108.0 -> 202204.0 upgrade guide? cannot find it in the docs
Hey can anyone point me at the 202108.0 -> 202204.0 upgrade guide? cannot find it in the docs
-
Hi Everyone! I have a question regarding `check-oms-conditions` and `check-oms-timeouts` on a multis
Hi Everyone! I have a question regarding check-oms-conditions and check-oms-timeouts on a multistore setup. I have 8 shops but only for default store there are the check-jobs in Jenkins. The jobs are taking all orders that are waiting in OMS no matter from which Shop. With that I am facing an issue with your emails because…
-
Does this page load very slowly or at all to everyone else:
Does this page load very slowly or at all to everyone else: https://docs.spryker.com/docs/scos/dev/back-end-development/console-commands/getting-the-list-of-console-commands-and-available-options.html
-
Did anyone figure out how "dynamic" arguments can be added in jenkins? Trying to setup a job where a
Did anyone figure out how "dynamic" arguments can be added in jenkins? Trying to setup a job where a command with an argument has to be run $jobs[] = [ 'name' => 'custom-import-product-data', 'command' => ' UPDATED_SINCE=$(date -d "1 hour ago" +%F %H:%M:%S); $PHP_BIN vendor/bin/console custom:import:product-abstract…
-
Hello
I'm customizing homepage Twig template. There's a thing I cannot find in Spryker nor Symfony d
Hello I'm customizing homepage Twig template. There's a thing I cannot find in Spryker nor Symfony documentation. What is the meaning follwing? {% extends view('home', '@SprykerShop:HomePage') %} or {% extends template('page-critical-path') %}
-
Hey all…
When trying to use the checkout endpoint on Glue, I’m getting this error:
```Spryker\Shar
-
Can I pass paratameters to jenkins jobs (from code?)?
Can I pass paratameters to jenkins jobs (from code?)?
-
I updated `spryker/git-hook` recently and my pre commit hook is failing now with:
```ERROR: the "APP
I updated spryker/git-hook recently and my pre commit hook is failing now with: ERROR: the "APPLICATION_ROOT_DIR/phpcs.xml" coding standard is not installed. The installed coding standards are MySource, PEAR, PSR1, PSR2, PSR12, Squiz, Zend, config, mpdf, SlevomatCodingStandard, decimal-object, development,…
-
Hi. Is there some documentation on how to add custom sniffs to Spryker's code sniffer?
Hi. Is there some documentation on how to add custom sniffs to Spryker's code sniffer?
-
Good morning,
short question regarding DB maintenance.
I observed, that especially spy_oms_transitio
Good morning, short question regarding DB maintenance. I observed, that especially spy_oms_transition_log can grow quite big quite fast. How do handle that?
-
Hello people,
Did someone implement PurgeCSS in a Spryker project before?
I've done a simple impleme
Hello people, Did someone implement PurgeCSS in a Spryker project before? I've done a simple implementation, but it breaks some pages.
-
Hi Spryks! I’m wondering if anyone know’s why I can’t run sdk up without getting this error:
```Sec
Hi Spryks! I’m wondering if anyone know’s why I can’t run sdk up without getting this error: Section build-static-development Command yves-build-frontend [vendor/bin/console frontend:yves:build] (0.8s)Command zed-build-frontend [vendor/bin/console frontend:zed:build] (In progress...)Store: DE | Environment:…
-
Hi Team,
I have created custom attribute for category i want to make these attributes visible to cat
Hi Team, I have created custom attribute for category i want to make these attributes visible to category nodes API endpoint "/category-nodes/{categoryNodeId}". Can anyone please advise me on this ?
-
Hello Everyone ,
I had already extend the database column for custom fields in product table (databa
Hello Everyone , I had already extend the database column for custom fields in product table (database). But, when I am trying to get (render) these custom field in the product section in Backoffice, we are not able to show the fields . I have attached the screenshot where we want to show the custom field. I have followed…
-
Hi Team i wonder how filters in product list is working as i am changing from Back office still its
Hi Team i wonder how filters in product list is working as i am changing from Back office still its not reflecting in front end can one help on this ? its getting changed in Database but not in front end web app
-
Hello team,
I made some changes to one of the SCSS files, but cannot see changes.
Can you help me re
Hello team, I made some changes to one of the SCSS files, but cannot see changes. Can you help me re-build those styles?