-
Moving to SymfonyMailer
After I moved from current Mailer to SymfonyMailer for mail sending, I've occured a problem with AWS parameters on staging and prod. Locally with mailcatcher it works as supposed, but when I deploy it to STAGE and try I get this: ``` Symfony\Component\Mailer\Exception\TransportException - Connection could not be…
-
Can I remove the id/variable between parent and child Glue route URL?
After following the tutorial above, I get the following URL for my child resource: https://glue-storefront.mysprykershop.com/module/1/bar. is there a way to remove /1/ from the URL? Ideally, the url should be …/module/bar/…
-
Spryker: How to implement ES index recreation by switching the index on fly?
We want to update ElasticSearch synonyms in “page” index. With current implementation, we first delete the index and then run ES reindex. This causes ~2h gap that all products aren’t visible. $PHP_BIN vendor/bin/console elasticsearch:index:delete $PHP_BIN vendor/bin/console search:setup:sources $PHP_BIN vendor/bin/console…
-
Restricting Storefront Access for Anonymous Customers
Hi Spryker community, I'm currently working on configuring my Spryker storefront to restrict access for anonymous customers, redirecting them to the login page. I've come across a configuration for this purpose, but I'm facing some challenges in modifying the regex patterns. The current configuration I'm using is as…
-
Backend Api Key Authorization
Hi, I'm trying to figure out how api key authorization works. I'm trying to follow this doc But looks like the the instructions are quite inadequate. The example in the doc doesn't even compile, there is no setController method in Ruoute and RouteCollection add api is not correctly used. Is there a fully functional example…
-
How can give permission to route to access it without login in merchant portal.
I have one custom route which i want to acess it in merchant portal without login in merchant portal , like we are using login and login_check route . How can i do that.
-
How can i setup SSO for merchant portal for Okta Integration .
I want to integrate Okta SSO for merchant portal login we have OAuth User module for backoffice name SecurityOauthUser for using SSO login , but if i want the same for merchant portal login so how can i do that . Is there any build in module availabel or i have to create custom for that , i created same module with some…
-
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.
-
Yves payload too large
Hello, when I try to upload file bigger than 1MB I get an error on Yves side that the Payload is too large. Where that can be configured?
-
How to display merchant portal on yves?
Hello everyone, I want to display merchant portal url http://mp.de.spryker.local/ on yves in controller $merchantPortalHost = Config::get(MerchantPortalConstants::BASE_URL_MP); output is "http://" please help me.
-
Hello everyone, I want to display merchant portal url on yves
-
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…
-
Spryker + OpenSwoole or other PHP network frameworks
Hi everyone, Recently I tried out to implement the OpenSwoole framework in my local dev setup of the B2B demo shop. OpenSwoole is a event-driven, asynchronous network framework with non-blocking I/O. The big advantage you have with the framework (in addition to other features like coroutines) is that the rather costly…
-
Rounding errors in tax calculation
Hi there, while in the process of integrating payment providers and accounting software, we noticed that there are rounding errors for the tax calculation which we could also verify to happen in the demo-shop: (check the different gross prices) Is this a known issue? As our accounting and payment solutions calculate their…
-
product sets listing page
Hey Team, I want to configure the product sets listing page as shown in the attached image can anyone guide me on how I can do this
-
Merchant portal console JavaScript error
Hello, I have the following error in console after security updates. Error: LocaleService: Cannot switch to unknown locale <pt> Before login or after login.
-
Yves: Best way to wait for CDN scripts to be load?
We use some third party integrations in our application which are provided by a CDN (e.g. Sentry). The docs here describe how to include such libraries. But the second part does not work for us when we try to access the library: in general: How should import nameOfLibrary from './name-of-library' be configured to work if…
-
Save the Date for our Spryker Hackathon (March 13-14)!
Hey all, I just shared the latest information about our next Hackathon coming up in March - just click here to read all about it and sign up if you're able to join us! 🤩
-
duplicate config in stores.php?
I can't help but notice that in the demoshop stores.php, the contents is almost duplicated, having a if (getenv('SPRYKER_ACTIVE_STORES')) { statement at the beginning of the first block. I don't seem to find any documented explanation to this behaviour. Can someone explain why is this?
-
How can i install the ACP framework on Ubuntu VM(external server)?
Hello everyone, Recently i got a ubuntu 22.04 VM on a external server and i have to install the ACP framework on it. Unfortunately, the ports 80, 443 and 3000 are already used and i have to use others for the ACP docker containers. I changed the host ports for the Nginx container in the…
-
How to Setup SSO in Yves for Customer login in b2b marketplace.
I want to setup SSO Login or Third party login for Yves for login my customer with third party like Okta. I want to integrate Login with okta in my yves for customer. So is there any module present for Oauth for yves like in backoffice we have a module for third party login. So how can i integrate in yves for Okta SSO…
-
How to integrate the paypal into Spryker B2C?
hello Everyone I saw B2C demo site and see there're 2 default payment methods Credit card and invoice I check the OMS process documentation also but wonder how to integrate the paypal - payment gateway into the Spryker B2C. Is there any OOTB supporting application or We have to develop it Ourselves ?
-
Can't checkout newly created custom product without creating it's merchant from backoffice?
I have created a custom product for my custom category. while checkout payment option is not available for that particular product. as I created offer by the merchant for that product. then only, the payment option will be there . so , is there any way to checkout that product without creating any merchant offer.
-
Need Help with Payment System in Spryker Project
Hi everyone, I hope you all are doing good. I am working on a project with Spryker and need to add a payment system to it. I checked Spryker's guide and saw they have some payment partners like Payone, Unzer, and Braintree. But, to test them, we need to talk to their sales team for some special access. I tried adding…
-
How can i write a seprate js or ts in Yves module and use them as assets anywhere in application.
I want to write client side js ts file in yves apart from component js and use them in any view file.
-
How can we print data coming from controller in homepage?
Hi Everyone, I am trying to print a simple Hello World data coming from controller and wanted it to be printed on homepage/frontend(same as in the hello world backoffice https://safari.spryker.com/learn/course/339/play/2465/hello-world-page-task-description;lp=83)but in fontend. For that i created a folder (Demo) in…
-
How do you create a new module on the project?
Every new feature on the project is supposed to be developed inside a new module. Either a ProductMatrix, CustomSearch or Sms. How do you approach the new module in the beginning? My options are: use an existing module that resembles needed functionality and perform a cleanup use Spryks I'm more than happy too hear your…
-
Hide a oms transition for specific customer
I m using oms state machine that have transition common for new and exiting customer. I want to hide a transition for exiting customer. how can I do that?
-
Error in build step during aws codepipeline deployment
hi team i was setting up my codebase in aws and i am facing this error [Container] 2024/01/25 10:37:59.736086 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: docker login -u ${DOCKERHUB_USERNAME} -p ${DOCKERHUB_PASSWORD} || true
-
Login prevention
Hello Team, I am looking for a way to prevent non-logged-in customers from accessing my Spryker shop. I want to know where the first script runs or where the session check occurs so that I can set up login prevention without adding logic to each controller. Is there an entry point where I can implement this?