-
Adyen Payment integration payment method form not displaying
Hi , I am working on payment integration on my local B2B instance I have followed Spryker document as well as Adyen. Implemented required changes. I can only see Adyen payment options on checkout but form is not loading. Please help me what are the required thing I am missing. PFA screenshot Adyen side I have configured…
-
Does it possible to open a customer order form on click of a transition in state machine?
We are using OMS module and all state/transition/event are defined within a xml file. I did't get way out that make it possble or feasible to open a customer form on click of a transition. please provide your suggestion.
-
How to create custom Shipping Method using script not with Manually by admin.
Hi Team, I want to create custom Shipping Method using script not with Manually by admin. Please tell me how to do that. Thanks in advance.
-
Where is the Sort Order saved?
Can you please where is the data stored in the database for the Sort Order field for image sets?
-
Payone Credit card workflow with pre-authorization runs twice (?)
Hello, we are currently integrating PayOne as PSP with direct debit and credit card at the moment. We followed the current documentation, where a PayoneCheckoutPostSavePlugin should be registered. Its responsible for doing the authorization/ pre-authorization for credit card for example. Also the OMS flow for credit card…
-
What are Spryker owned variables?
Following this documentation there are Spryker owned variables and customer owned variables, but sadly it is not described how to identify those. My first guess would be that every variable that is needed by Spryker OOTB is a Spryker owned variable therefore the reserved name pattern SPRYKER_*, and every other one is owned…
-
Hi Team, how to allow CORS origin for glue API.
i had configured $config[GlueApplicationConstants::GLUE_APPLICATION_CORS_ALLOW_ORIGIN] = '*'; i can able to access on postman and endpoints on browser but when i was glue api endpoint i was getting the cors error
-
glue-backend token request
I followed documentation for installing glue backend api, executing request on this route: https://glue-backend.de.spryker.local/token/ with data in x-www-form-urlencoded for admin@spryker.com and change123 as password, results with 404 not found. Can someone help me how can I make valid request?
-
Adyen Payment provider Integration core plugin do not have required function
Hi , I have integrated Adyen payment provider as in spryker documentation. On frontend side it showing below error Call to undefined method SprykerEco\Yves\Adyen\Plugin\Router\AdyenRouteProviderPlugin::getRouter() AdyenRouteProviderPlugin do not have getRouter() method how to correct it please guide.
-
Spryker Backend API to access spryker backoffice.
Hi Team, I want to create backend resource to access backend api and i have created endpoint backend-api.us.spryker.local and defined its entry-point beackendApi. created moduleRestApi and registered. but failed to access http://backend-api.de.spryker.local/moduleendpoint and it is showing error like this…
-
Composer constrainer is not able to handle class_alias()
I got a quite specific use case within my code, where I create an anonymous class extending another class dynamically. Our pipelines fail since Spryker's composer-constrainer cannot handle this. class_alias($class, '\AnyClass'); // value of $class is only known at runtime $extendedClass = new class () extends \AnyClass {…}…
-
Typo in the documentation
There is a bug in the command for installation package for customer-account-management, space before version causes an issue. 1) Install the required modules using Composer Install the required modules: composer require spryker-feature/customer-account-management: "202212.0" spryker/oauth-customer-connector:"^1.6.0"…
-
Oauth setting for spryker
Hello, can someone help me with setting up Oauth account for glue backend api?I am following documentation, but I am getting this error when doing setup:init-db Could not find config key "OAUTH:OAUTH_CLIENT_CONFIGURATION" in "Spryker\Shared\Config\Config" Where can I obtain this key?
-
Is there any document which has the steps to create a form in zed?
-
Adding locale
Hey I want add a new locale to our shops. I can add the locale to the import file but should I add it also somewhere in the code?
-
How to create a custom product attribute using script without manual creation by admin
Please help me to create a custom product attribute using program script. We will create it manually by admin. But i need the same to be created via programatically.
-
shipping
Hi Team, I want to create custom Shipping Method using script not with Manually by admin. Please tell me how to do that. Thanks in advance.
-
Want to login in backoffice through code.
Hi team , i am working on Backoffice login , basically i am integrating with Okta SSO , using OIDConnect , so i am getting a berrier token after successfully authenticate so i want to store that in coockies and make login to backoffice by code and store that token . After some R&D i got there is an cookies which set and…
-
I want to customize the sales return after pressing the execute return button after customer return
As the execute button appears in the image, as I want to hook or customize the code as per my requirement which returns customer loyalty points after triggering this button. Please help me I am not able to find the solution. My Requirement as below: 1. I need order reference 2. I need customer data Please help me to find…
-
Merchant portal logo update
Hi Experts, Can someone please guide how we can change the logo for merchant portal? Also, we are using multistore setup where there are separate merchant portals for the stores. We want to have different logo for each merchant portal. Thanks
-
Is there any document available about uploading a file functionality in storefront?
-
How to add authentication to download package from private repository in composer.json
Hi Team, Can someone please suggest how we can provide authentication parameters to download a package from private repository. We tried auth.json just parallel to composer.json which is working fine on local but failing on staging. Another way we tried to follow is But this is also not working. The parmeter we added is:…
-
Changing the default locale leads to failing tests
Were trying to set the default locale of our instance to de_DE (changing the order in stores.php), which leads to a situation where a lot of acceptance tests are failing, because they expect english strings in their assertions. How can we approach this issue in a clean way? a) Fix all failing tests and test with german? b)…
-
Shipment Price Plugin Implementation
Hello Team, I am currently attempting to implement a shipment price plugin, but I am facing an issue where I am unable to retrieve the delivery method details. Let's say I have two delivery methods: Express and Standard. My question is, do I need to create two separate plugins to handle each delivery method, or is it…
-
I want to add a table view in Merchant Portal of Spryker. Any help will be appreciated.
I want to display a list of customers, who have purchased an item at least from merchant. I've written the business logic, but facing an issue for Presentation layer. I'm unable to create this js file. If anyone can help, or provide any documentation or reference link, please let me know.
-
What is the best way to extend/overwrite Currency symbol code?
If I want f.e. change the currency symbol code of the Romanian Leu from RON to LEI what do I need to do? I have debugged down an saw that for Twig the symfony/intl package is used to get the currency symbol. The spryker/money package is using the phpmoney/money package for currency information and for the DB table…
-
Currency symbol is not changing
Hi I am trying to update the currency symbol from A$ to $. have uodated the same in currency.csv but it is not working. Please suggest. Thanks
-
Need to remove checkout summary step
Hi Team, I am implementing a new payment method as credit card and I need to place order after payment page itself as per requirement. So if there any tutorial available, how can I remove summary step and place order at payment page.
-
Why was field type changed to TextArea in AddressForm?
We just realized after upgrading that the field type of the City field was changed from TextType to TextAreaType which had an impact to us. We realized it during QA so no effect to customer but don't get the reason for it. Was it done by purpose? Check this URL…
-
How do I get a dump of PaaS environment database to local machine
I want to debug a certain error case on my PaaS environment, therefore I would like to work with this on my local machine. How do I create a dump of the database to be able to use it on my local machine?