-
Spryker Core Module Redefined
From the 2nd version of Spryker Commerce Framework, the commerce products (B2B, B2C, B2B MP, B2C MP, Unified Commerce) based on the framework had high level of module granularity. You can find modules like Category, CategoryStorage, CategoryPageSearch, CategoryDataImport, CategoryDataExport, CatalogPage etc. This was a…
-
How you deal with test coverage in your project. E2E, functional, unit, so on.
Hello dear community! Let's have some test automation related discussion to share your best practices. As everyone knows that every feature should be tested. In Spryker we follow concepts of TDD To balance between full test coverage and development speed I usually prefer to fit implementation process with agile testing…
-
Variable OMS execution time
I need to check the status of payments with the OMS as follows every minute for the first 6 hours (this is the default) every 15 minutes from 6 hours to 48 hours. How can I do this with the OMS? I tried to modify the getStateMachineLockerTimeoutInterval() from the OmsConfig but if I change it to 15 minutes it's applied to…
-
Symfony Rate limiter
Ey-o, does anyone have any experience integrating the Symfony Rate limiter into Spryker? At the moment it's mainly about rate limiting 1-2 custom Glue endpoints for me (so I can just do one-off type custom code this time), but more generally it'd be interesting to know how one would go about configuring and integrating new…
-
How to access the data for Custom created table in merchant portal gui module.
I have created a custom database table in TestArticle Module → PyzTestArticle now i want to fetch data for that table in Merchant portal Gui module i have setup all the things using facade dependency but always i get 0 data row from that table not able to acess the data for that table . what ACL entity or ACL metrchant…
-
Sort by relevance option in catalog search not exist in glue api
Any one suggest how to add search by relevance in catalog search by category id from glue api
-
Limitation in code buckets and tests
Hello, We are currently using a multi-DB setup for our stores (DE, EN, CH), where each store has its own database. When running tests via docker/sdk cli -t or docker/sdk testing, the default store is used. In our case, it is DE (as defined in the deploy.ymlfile under docker:testing:store:). We have reached a point where we…
-
I'm trying to remove the price display from search results
Hi everyone, I'm trying to remove the price display from search results. I attempted to remove the ProductPriceQueryExpanderPlugin from Pyz\Client\Catalog\CatalogDependencyProvider::createCatalogSearchQueryExpanderPlugins, but the changes don’t seem to reflect. Is there a specific command or step needed to apply these…
-
Using getLocator autocompletion not working with custom namespace?
Hi! I set a new namespace for my new project modules. I created a directory under src/, added it to composer autoload, and it works on normal execution. But neither the IDE or Phpstan manage to resolve the client I created. Here's the namespace config: Adding it as a dependency: You can already tell custom() can't be found…
-
Glue Backend Request Validation
Hello everybody, is there a way to validate a request to the glue backend api in the same way that is described for the storefront api here ?
-
We've set max qty of product to 1 in cart despite this multiple qty added in cart while we add to ca
We've set max qty of product to 1 in cart despite this multiple qty added in cart while we add to cart from product details page, while we're going to checkout we received error for max qty. we've define "quantity_max": 1, while import from csv and also define "product_concrete.is_quantity_splittable":0 From what we've…
-
Do we have any rest apis available for operations in company user module ?
Hi Team Hope you are doing well ! I have one query, Do we have any rest apis available for operations in company user module ? Actually currently company users list and details apis are available , but there is not any APIs available to update/delete/enable/disable for the company users. Any help would be appreaciable.…
-
redirects with uri path/parameters in deployment file?
In our project we have defined www and certain domain redirects. Currently, the redirect will ignore the provided path and redirect to the destination host's homepage. The documentation just mentions "defines redirect rules" but I can't seem to find any specification or examples. I.E. I have the following in our deployment…
-
Include custom API relation to Customer Rest API
We're working on headless approach and create custom API to subscribe/unsubscribe to newsletter, API is working fine, now we want to include newsletter status to customer Rest API, for that we've added to relationship dependency $resourceRelationshipCollection->addRelationship( CustomersRestApiConfig::RESOURCE_CUSTOMERS,…
-
Info: Elastic search repository gone
Heyhey, some of you have maybe already noticed, the elasticsearch repo is gone. https://packagist.org/packages/elasticsearch/elasticsearch This package's canonical repository appears to be gone and the package has been frozen as a result. Lets see when this will be fixed. You can follow news about that in the elastic…
-
After configuring s3-import, we're facing issue while import from local
We've configureds3-import with help of this article https://docs.spryker.com/docs/ca/dev/configure-data-import-from-an-s3-bucket.html, s3-import is working fine, but now we're facing issue from local import ed.CRITICAL: Spryker\Zed\DataImport\Business\Exception\DataReaderException - File…
-
How login_check works for backoffice and merchant portal.
I want to know the login flow works for backoffice and merchant portal , is for both login same endpoint hit or same stategy follows for login backoffice or merchant portal. how login_check works for backoffice and merchant portal i want to do some customzation while login_check so how can do.
-
how to disable multi cart b2b marketplace demo shop in storefront and glue apis
how to disable multi cart b2b marketplace demo shop in storefront and glue apis any one help me on this. Thanks
-
Extending query from spryker/vendor to pyz
Hi Team, I am trying to add an extra column in the spyOmsOrderItemStateHistory table while changing the state from the backoffice. I discovered that entries for this history table are internally generated from the spySalesOrderItem. The issue seems to stem from a call generated by ORM, specifically invoking the method…
-
Getting issue with queue import
We've implemented data import with queue with help of this article Import is working fine , but if we get any error in queue , we're not getting any error in error queue, we've created 2 queue . Also after successful import , product data is not visible on frontend/API we've to trigger publish event manually.
-
Error Related to Session During Checkout with SSO (OKTA)
Hello Team, We are encountering an error during checkout related to session handling. We are using SSO through OKTA, and the error log we are seeing is as follows: Uncaught exception 'Spryker\Shared\SessionRedis\Handler\Exception\LockCouldNotBeAcquiredException' with message…
-
How can I expand full-text-boosted for a product concrete with new column from db?
I've tried using search preferences but my concrete in elastic with corresponding fields doesn't change. I always have just name and sku.
-
Monitoring Backend and Storefront Glue
Hi, is New Relic monitoring not possible for backend and storefront Glues or do I have something misconfigured? From my code digging it looks like the monitoring functionality is tied to the event dispatcher, and seems that in \Spryker\Glue\GlueApplication\ApiApplication\ApiApplicationProxy::run if the application is…
-
How to add custom drop down filed to cms page back office form
How to add custom drop down filed to cms page back office form Any one help me on this.
-
Is it possible to extend the redis-key
I want to extend the category_node_storage by a "stock" column that should be written to the key-value of redis. category:store:locale:stock:fk_category_node It works as intended, but the propel:schema:validator throws this message: Since vendor spy_category_node_storage.xml has fk_category_node as key_suffix_column. Whats…
-
how to show all product in merchant portal product section which are not related to loggedin merchan
In merchant portal we shows product list for edit which is related to merchant only , i want to show all the product which is assigned to that merchant or not , how can i show all product, i tried to remove idMerchant filter but it gives the result same there is not any chnages in that. I saw that it works based on login…
-
Having issue in merchant user creation
Hi team, I'm encountering an error while creating merchant user from merchants->merchantEdit->add merchant user . (this issue occurs sometimes not always) Error : "Uncaught exception 'ValueError' with message 'Bcrypt password must not contain null character'" when using the following function: password_hash($password,…
-
Personalizing the homepage based on customer groups
Hi everyone, I'm working on personalizing the homepage based on customer groups using the CMS, but I'm running into a challenge. Specifically, I'm trying to get the customer group data and use it to conditionally render content in the CMS templates. What would be the best approach to pass the customer group data and match…
-
Wishlist Items not returning product attributes data ?
Hi, we have added concrete items to wishlist, and when retrieving the data them its not returing the products attribute in Included section, data is already in backend for the products. can anyone please guide me , where i am missing anything ?
-
Tax is not included in grand total
Tax is not included in grand total any one help on this
-
Need to merge guest cart quote items to customer active cart quote while logging
Need to merge guest cart items to customer cart while logging from guest to customer, currently its adding guest cart items as separately added to customer cart. Can we merge guest cart items to customer active cart? any one please help me with this issue.
-
how to change order prefix in spryker
how to change order prefix in spryker any one please suggest how to change the order prefix.