-
Why Spryker's Jenkins container doesn't have SWAP configured?
Hello, I found that Jenkins container in AWS does not use SWAP. It seems to be a big problem, because whenever queue worker takes more processes, then Jenkins is completely killed or stuck. Even official documentation () says that queue worker can start plenty of processes, which in total can take GBs of memory. Solution…
-
Get all values of a type from Redis
Hi, I need to read all merchants from the Redis in performant way. I tried to use \Spryker\Client\Storage\StorageClientInterface::getKeys with kv:merchant:* wildcard , but it is blocking Redis, so whole system slows down. I tried \Spryker\Client\Storage\StorageClientInterface::scanKeys as well, but it's too slow in big…
-
Best Way to integrate 2FA in Yves
Hello, Has someone experience implementing a 2FA auth for the yves login? Or an idea how to implement it?
-
Custom tags
Hello, do you know if is it possible to add custom tags in CommerceQuest? Most tags which I tried are unavailable and from "popular tags" only few are related to development/code topics.
-
How to use this Oryx for Zed and What's this exactly ?
Hello Everyone, I read this documentation and not able to use this things so can you please tell me like how can i use this ?
-
Moved: Delay with Glue API calls made from Oryx framework
This discussion has been moved.
-
How to achieve environment specific robots.txt
Hi Team, Can you please how can we create environment specific robots.txt? The requirment is to avoid crawling of lower environments and allow only PROD environment. Please suggest. Thanks Vikram
-
Is it possible to reset the quote with all calculated discounts?
Hey together 👋 I developed a console command, which is calculating discount percentages for all existing products with given cart rules. At first, I created a big quote and added each concrete product separately as cart item. After that, I'm calling the discount facade, pass the quote and let it calculate all discounts.…
-
Can I change attribute_key directly in the database?
Hello. I'm trying to create an Akeneo import. To map Akeneo attributes to Spryker attributes I need to have same keys. But I have different attribute keys in Spryker and in Akeneo. I can't change the key in Akeneo. In Spryker backoffice this field is also disabled. But I can change it directly in DB. So, my question is:…
-
How can fetch Set products sets using CMS Page By Glue API.
I created a page cms page in backoffice in which in content i insert a content item as Product set basically add a product Set i this Now i am fetching that CMS using Glue API…
-
Spryk commands and arguements
I want to know what the parameters and arguments passed in DataImport Spryk is there any example or anything that can help me to create a custom data import module through Spryk.
-
How are codeBuckets used for Presentation Layer in Zed?
Hi there, We are currently managing a multi-store setup that requires the display of distinct templates within the back office gui. To facilitate this requirement, we have implemented a store-specific bundle named ShipmentGuiXX. Within this bundle, we have expanded an existing form by incorporating a new field. This…
-
Orders with many line items result in long frontend response times
Hello everyone, A problem we encountered during Black Friday was that customers who place large orders waited a long time for an order confirmation in the frontend. To debug this issue I looked into the checkout process and measured the times of some methods. I discovered that the call of the runStateMachine method inside…
-
Spryker API's
Do I need premium version for using Glue API for a local project which requires api and auth,if not where to get the api documentation
-
Backend api
Hi guys, I have cloned 202311.0 b2b marketplace and i was trying to access http://glue-backend.de.spryker.local/ http://backend-api.de.spryker.local/ and i have checked the modules all the modules are there and all the glue related commands are working but my api endpoint is not working the backend api route is showing no…
-
Best practice to test glue implementation.
Is there a spryker recommendation how to test my custom glue implementation with codception maybe?
-
Promotion rule for product description page
I am using spryker b2b marketplace. I can create promotion that can be applied at cart page. My requirement is that I want to show promotion/discount on product details page itself. I am not able to find any relevant solution yet and need help in achieving the same .
-
Just curious - what conferences/events are you planning on next year?
Hey all! Now that 2024 is basically here 🤯 ….I'm just curious if you already have plans for some conferences or events you'd like to attend next year? I don't really have a full picture of the dev event scene and would like to get more involved. A few I'm looking into, for reference - WeAreDevelopers World Congress (17-19…
-
Your Fave MacOS Launcher & Automation! 🤖
Hey there! In this fast-paced world all about efficiency and productivity, I'm super curious about your local development setup. More specifically, I'd love to know which Launcher App you like to use on MacOS. So, what's your pick? Is it Spotlight, Alfred, Launchbar, Raycast, or perhaps a secret launcher that only you know…
-
Filtering products on specific super attributes?
For context: I'm in the middle of implementing a feature where I have to update the stock for products sharing a specific super-attribute, and that share another super-attribute. I ended up in the SpyStockProduct::doUpdate() method. Example: Product A has superAttribute1 = blue and superAttribute2 = wood Product B has…
-
Mobile compatible banners
Hi Experts, As we know, we can have only one image URL in a banner (content item). But it is not necessary that that url can be compatible with mobile or small screens. In other eCommerce solutions, there are multiple images can be linked with a banner which can be used according to the screen sizes. Is there any way to…
-
How to get the order and order item detail using orderIdReference in OMS system?
Hello @team Thank you for doing great and amazing things….!! I am stuck on OMS system on partial return i.e. if I have 2 items in one order and customer only return one item then it will be consider as partial return and the same with shipment and cancellation, for the same; how could I get the order and item detail if I…
-
How to generate an OMS event on order cancellation from backoffice or customer end?
Hello Team! I am just stuck on an enhancement; I need one event when the order cancelled from back-office or customer end. Please help me! Regards, Jitesh Sinha (@jsinha)
-
💡Would you like to try a Spryker usability testing? 10 minutes only.
Hi everyone, I am very happy to be here. I am Lu, the Senior UX Designer of Spryker. 👋 And I am currently focused on improving developer experience. Would you like to join our usability testing and help us improve the developer experience in Spryker ACP? Don't worry if you are not familiar with ACP. You are our favorite…
-
Searching in Spryker PHP-sessions in Redis
Hi everybody! Yesterday I have finished a small publication about a Spryker live shop maintenance task regarding searching in PHP-sessions, stored in Redis. I proposed an approach to the maintenance task of searching in large amount of values stored in Redis. A real use-case of applying the approach is described. A working…
-
Download query optimization on Zed
I'm trying to modify the sales table on zed by adding a country name column to it. It seems to work relatively well on the main table itself, but trying to download a csv leads to a request of >60s, which seems to trigger the default client connection of 60s, thus dropping the connection. At least that's my hypothesis. The…
-
How do Category Filters work through GLUE?
I i'm trying to use these but I'm confused how they work through the Glue API. I don't see any way they are utilized, the valueFacets in catalog-search or category-nodes endpoints doesn't seem to change at least. Should this work? Is there an example I can follow?
-
Reserving products in cart
Is there an OOTB feature to reserve products the customer adds to their cart for X amount of time?
-
Step engine - execute with overlay
I need to integrate overlay in checkout step process on-click of next step , like once user inputs address data in address step and on click of submit button the form data is validated and shows overlay with radio options and on click of submit inside overlay the page redirects to shipment step. The overlay cancel button…
-
AWS deployment of spryker for dev/testing
Guys, I've been following this guide to deploy Spryker shop on AWS. I could find some useful tips there, but it seems like the documentation is quite outdated. It shows the usage of AWS ElasticSearch (which is change to OpenSearch) and talks about installing php7.2(old version). Also it talks about the production…