-
Hallo all,
If search is not working, what should I check ? is there a good document about search in
Hallo all, If search is not working, what should I check ? is there a good document about search in Spryker and how it works and how do I debug it? By not working I mean, that I search for a product and I get an empty result set Thanks
-
Hi there 🙂
I have a question concerning data import - scenario is two stores,
Hi there 🙂 I have a question concerning data import - scenario is two stores, A and B, same Codebase. StoreA has DE and EN, StoreB has only EN - and now the problem kicks in. I have to separate the data, as StoreB das not understand the locale DE. I solved the problem by renaming the csv files and attaching the storeName…
-
Hi, could it be possible that you have intruced a new bug in spyker/sales?
Hi, could it be possible that you have intruced a new bug in spyker/sales? https://github.com/spryker/sales/blob/dc04c502ca4d11b6175dd680cf257d303fe17507/src/Spryker/Zed/Sales/Business/Model/Order/OrderHydrator.php#L160
-
Good morning. Ive been looking for a module to generate Order reports in Spryker. Didnt find any. Do
Good morning. Ive been looking for a module to generate Order reports in Spryker. Didnt find any. Does somebody maybe know one? tnx
-
Is there a way to get the current Symfony Request object from a plugin?
Is there a way to get the current Symfony Request object from a plugin?
-
Hello, does anybody else has problems using the spryks with php 7.4? Seems there are some deprecatio
Hello, does anybody else has problems using the spryks with php 7.4? Seems there are some deprecation warnings with 7.4 in roave/better-reflection in 3.5.0 when generating code. There were some changes in roave/better-reflection 4.x regarding this deprecation warnings but the spryks package locks them down to 3.x … any…
-
Hi guys. I was wondering, is there some way to extend spryker tests or run them? You know, it's the
Hi guys. I was wondering, is there some way to extend spryker tests or run them? You know, it's the same system we extend on, this way it would be nice to check if code that I extended breaks something down.
-
Hello all,
im trying to add a molecule to the starting page of the shop ui. The content of the twig
Hello all, im trying to add a molecule to the starting page of the shop ui. The content of the twig gets loaded normally, but the the typescript I added is not being loaded. I registered it in the index.ts file: export default register('greeting', () => import(/* webpackMode: "eager" */'./greeting')); and during the…
-
Hallo all,
How can we make Spryker generate URLs for store that has two english locales? like en_GB
Hallo all, How can we make Spryker generate URLs for store that has two english locales? like en_GB and en_IE,
-
Hi again 🙂
In `stores.php` we have :
`storesWithSharedPersistence`
`countries
Hi again 🙂 In stores.php we have : storesWithSharedPersistence countries can some one please help me understand how do these values affect the operation of Spryker? thanks a lot
-
I have an interesting issue. @SprykerDevs
In our project sometimes during deployments we get unexpec
I have an interesting issue. @SprykerDevs In our project sometimes during deployments we get unexpected Propel migration failures. Executing migration PropelMigration_xxxxx upPropel\Runtime\Exception\RuntimeException - Exception: Failed to execute SQL "CREATE SEQUENCE "spy_product_set_storage_pk_seq"". Aborting migration.…
-
hallo again 🙂
can someone please tell me how does `*_storage` tables get fille
hallo again 🙂 can someone please tell me how does *_storage tables get filled?
-
Hi, so no one knows it? Since we dropped the deprecated stuff and use scheduler plugin with schedule
Hi, so no one knows it? Since we dropped the deprecated stuff and use scheduler plugin with scheduler jenkins plugin our job wont run properly. 'enable' => false,run_on_non_production' => false, Both are not working. Every disabled job is running and disabled jobs on staging are running aswell
-
Hi
where can I get a documentation how fetching product-set from glue via catalog-search
Hi where can I get a documentation how fetching product-set from glue via catalog-search
-
Another little question here: Is there any way I can link up my IDE with docker/sdk so I can run tes
Another little question here: Is there any way I can link up my IDE with docker/sdk so I can run tests from within the IDE?
-
Hello all,
if we use the same sku for both abstract and concrete would it be an issue for spryker?
Hello all, if we use the same sku for both abstract and concrete would it be an issue for spryker?
-
I assume there is no way to conditionally _completely disable_ a checkout step?
I assume there is no way to conditionally completely disable a checkout step?
-
Hi all,
is there a default functionality from Spryker B2B where we can list all orders and quotes r
Hi all, is there a default functionality from Spryker B2B where we can list all orders and quotes requests and all orders that needs approval for one customer in one view ? Example: I am a customer, I open my customer overview page, and I see all the orders thers: 1. the orders I have made, 2. the orders pending my…
-
Hi, can someone explain me whats the purpose of merchant_reference and merchant_key and its usages?
Hi, can someone explain me whats the purpose of merchant_reference and merchant_key and its usages? Their differences etc...
-
Can someone provide me access to the b2c demo shop please where I can verify some things?
Can someone provide me access to the b2c demo shop please where I can verify some things?
-
Hi, I have 2 questions:
1. We're building our own Server for a spryker "Test Project" and our admin
Hi, I have 2 questions: 1. We're building our own Server for a spryker "Test Project" and our admin wants to build it with Apache, does anyone know if there's a guide for that? Or does someone have any tips? 2. For deployment on our servers we use Jenkins, and I want to build a Jenkinsfile that caters to webpack, etc..…
-
Hi!
is it possible to "distribute" the maintenance state across machines without changing large par
Hi! is it possible to "distribute" the maintenance state across machines without changing large parts of the maintenance module (e.g. via a database flag)? Is there maybe an eco module to do this? Thanks!
-
hi,
I have question
How to get information about product by his id, without information about abstra
hi, I have question How to get information about product by his id, without information about abstract or concrete.
-
Hi, is there a module for paysafe available or planed? I found the empty page
Hi, is there a module for paysafe available or planed? I found the empty page https://spryker.com/de/technology-partners/paysafe/
-
Is there a way in spryker to configure label expressions for the jenkins jobs? (so the jenkins can b
Is there a way in spryker to configure label expressions for the jenkins jobs? (so the jenkins can be scaled using master-agent)
-
👋
👋 https://github.com/spryker-shop/b2c-demo-shop/blob/master/src/Pyz/Yves/Twig/TwigDependencyProvider.php#L97 shouldn’t this be loaded only when development mode is enabled?
-
Quick question:
```> PhantomInstaller\Installer::installPhantomJS
sh: /data/vendor/bin/phantomjs:
Quick question: I keep seeing this happening on different projects while running composer install. Is there any way to fix it?
-
Hi, I have a problem with the frontend build process. I use *docker/sdk console frontend:yves:build*
Hi, I have a problem with the frontend build process. I use docker/sdk console frontend:yves:build "Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory" Laura Kishimoto wrote 6 months ago that this is due to multi themes. She also had that problem. What can I do to solve it ? Isn't…
-
Hello. Where do I put module js and scss? Either in Pyz/Zed/MyModule/assets/js / Pyz/Zed/MyModule/as
Hello. Where do I put module js and scss? Either in Pyz/Zed/MyModule/assets/js / Pyz/Zed/MyModule/assets/scss or in public/assets/Zed/MyModule/ js (scss) ?
-
Hello. I have a question about configuration. Is it a bad practice to use config values from other m
Hello. I have a question about configuration. Is it a bad practice to use config values from other modules *Config.php? Should we provide config values through facade methods to use them from different module?