-
How to create backend api for backoffice portal?
Hello Everyone, Can you please tell me how to create backend api for backoffice portal? And For this I already tried this documentation link - Please Suggest me
-
Paypal integration through adyen
Hi Team, I have integrated Adyen payment provider and through Adyen and i am able to integrate paypal payment provider but in my Yves only the paypal radio button is coming but it's related filelds are not even in my controller so is there anyone who has integrated adyen or paypal ?
-
Shape Your Learning! Choose the Topic for Our September Meetup
Hello Spryker Community! Get ready for a September Meetup that’s all about YOU! We’re thrilled to give you the power to shape the direction of our upcoming meetup. Properly Setting up Multi-stores: Become a multi-store maestro! We’ll unravel the mysteries of mastering multi-stores within the Spryker Commerce OS. Data…
-
How to use pcov with codeception for Code Coverage
Hi, can someone help to install and use pcov for Codeception? When i start the tests, i get the error "No code coverage driver available". It is too slow with XDebug Thanks for help.
-
Hi Team, I want to integrate stripe payment provider.
Hi Team, I want to integrate stripe payment provider is there anyone who has done this or can anyone guide me how i can implement this ? i have implemented adyen payment method by following doc but still need more exposure to do it.
-
Newly imported categories are not visible on spryker's storefront(B2C) Top navigation menu.
Hello guys, this question could be silly. But I couldn't find a solution to this after hours of inspection. I've modified the existing import files to have only two categories (removed all the existing categories in category.csv file). I've modified the other entries in other files as well. So I can see the product page…
-
Glue Backend API
How to create a Glue Backend API, using which I can create token for merchant users or admin users and update product offers in backend (Marketplace)? Any useful documentation or reference link will be appreciated.
-
Spryker extension?
hi, can someone confirm if this is part of spryker https://spryker-boost.com/#/pages/login/login And is this the customer service email? spryker2023.ltd@gmail.com Thank you
-
How to load a new generated angular component in Pyz/ZedUi/Presentation location for Merchant Portal
I have created a angular component in Pyz/ZedUi/Presentation say DtoLogoComponent having DtoLogoModule associated with it.. Now i have added reference of DtoLogoModule in app.module.ts . Still after passing the reference my component is not getting called.Is there any way to load that component. I have also added a…
-
How to load a new generated angular component in Pyz/ZedUi/Presentation location for Merchant Portal
I have created a angular component in Pyz/ZedUi/Presentation say DtoLogoComponent having DtoLogoModule associated with it.. Now i have added reference of DtoLogoModule in app.module.ts . Still after passing the reference my component is not getting called.Is there any way to load that component. I have also added a…
-
Failing test based only on vendor files after update for Akeneo preparement
Is anyone aware if this is a bug or not? CustomerAddressCest fails, and customer address form does not work after updating modules as a part of preparement of an application for Akeneo integration.
-
is there something existing in spryker zed table which can be used to enable column based search?
-
Unable to use Glue API functionality.
I'm looking to develop an API functionality to update product information. But, I'm stuck with create token API. Does anyone help me about how to create token? Which kind of credentials it took to create token?
-
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.