-
Spryker User Group May: Documentation Roadmap, Partner Portal & Feature Showcase!
Hi folks, we got another jam-packed User Group for you happening on the 27th of May š«¶š¼ Don't miss out on getting up to speed regarding Spryker documentation, preview of the partner portal & witnessing a showcase of a new feature from the ecosystem. Check it out šš¼ 1ļøā£ Spryker Documentation - Roadmap Let's listen what theā¦
-
Spryker Developers ā We Want Your Feedback!
Hey Spryker devs! At Spryker Academy, weāre constantly working to improve our learning materialsāwhether itās how-to guides, instructor-led training, or other educational content. To make sure weāre addressing real-world challenges, weād love to hear from you: What have been your 5 biggest pain points when developingā¦
-
š ļø Reworked Community Extensions & Tools List - Your input is needed š§°
Heyhey and happy new year!! š„ We used the calm days to rework our Community Tools list šŖand the following features are now added to make it more useful: Tags Filter for Tags, License and Creator Search Sorting/Ordering of columns You will find the list here: CQ Community Extensions & Tools With this list we want to provideā¦
-
Use code buckets based on authenticated user data
Hi! I was wondering if anyone had a solution for an issue we are encountering. We would like to use different code buckets based on the authenticated users type. The recommended way of having different domains for different code buckets just doesn't work for us as the session does not get shared between them, or at leastā¦
-
Behat/Gherkin missing i18n issue
Did a monthly composer update, and it broke our CI pipeline. Seems to be related to https://github.com/Behat/Gherkin/issues/317 The error we got was: $ bash docker/sdk testing codecept fixtures -d ⦠require(/data/vendor/behat/gherkin/src/../../../i18n.php): Failed to open stream: No such file or directory inā¦
-
Product Bundle Dependency Provider Bridges?
Hi spryker team, I'm currently using "spryker-feature/product-bundles": "^202410.0" Is there an update planed to remove all the "bridges" from the DependencyProvider? I'm talking about Spryker\Zed\ProductBundle\ProductBundleDependencyProvider Thanks
-
skip shipping step
Can anyone help me to skip shipping step while checkout in b2b marketplace model.
-
smtp setting for gmail
I am working on sending mail through gmail smtp but dont know where to do the smtp settings for the same, can anyone help me please. i tried to do settings in config_default but i dont thing it is the correct place.
-
How to integrate a self signed root ca certificate into docker/sdk?
Our network security has activated SSL-Decryption in our company. As a result I neet to add a self signed root ca certificate into docker/sdk. I have no idea how to do this without manipulating all generated docker files. What I want is to add these commands to basically all containers: COPY config/certs/my-company-ca.crtā¦
-
I want to know how to add a custom form on the shipment page.
Hey everyone, I'm new to Spryker and learning this amazing technology day by day. I want to add a new custom form on the shipment page and handle saving it to the database. Can anyone help me implement this?
-
I want to know how to add a custom form on the shipment page.
Hey everyone, I'm new to Spryker and learning this amazing technology day by day. I want to add a new custom form on the shipment page and handle saving it to the database. Can anyone help me implement this?
-
Class constructor property promotion
Spryker has recently introduced class constructor properties in the customer model vendor/spryker/customer/src/Spryker/Zed/Customer/Business/Customer/Customer.php This seems like a big problem when it comes to extending the class in the Pyz code. As far as I am aware you can't just replace e.g. the $customerConfig with theā¦
-
Unique token to prevent multiple orders and unwanted quote validation
Dear Spryker Community, I hope this message finds you well! Weāre currently working on a Spryker-based shop that utilizes a PWA for both mobile and desktop users. Recently, weāve encountered two main challenges: Long quote validation times The risk of a cart being ordered multiple times To address the duplicate orderā¦