-
Hello everyone,
we tried setting up out local development environment with a Mac M1 machine and our
Hello everyone, we tried setting up out local development environment with a Mac M1 machine and our Project (Yves and Zed). For this we used both • 1 try: docker/sdk on master branch + update deploy.dev.yml like…
-
Hey I'm new with Spryker, can someone guide me from where I can start learning it??
Hey I'm new with Spryker, can someone guide me from where I can start learning it??
-
Hello everyone,
i have a problem with the user-roles in the backoffice. I have configured the user r
Hello everyone, i have a problem with the user-roles in the backoffice. I have configured the user rules via the ACL configuration. The user with the appropriate rule can log in, but then gets an "Access denied". The user can then do everything that I have enabled him. How do I get rid of the "Access denied" after login?…
-
Hello Everyone,
Is there any API to get the category data for a specific category id or key ?
Hello Everyone, Is there any API to get the category data for a specific category id or key ?
-
Hi everyone! Does anyone know what is the recommended approach in Spryker to replace the *Image URL*
Hi everyone! Does anyone know what is the recommended approach in Spryker to replace the Image URL field with a file upload when creating/updating a product?
-
Hi Team
I am getting product details from third-party API. I need to create product in spryker from
Hi Team I am getting product details from third-party API. I need to create product in spryker from the details getting from API, Please let me know which approach should I use to create product.
-
Hello, I have created a new console command and i want that command to be run during deployment so f
Hello, I have created a new console command and i want that command to be run during deployment so for that where i should add my command? Any help?
-
We are facing this issue when run console propel:install command. After creating Schema for extend c
We are facing this issue when run console propel:install command. After creating Schema for extend customer table..
-
Hello, just wondering if anyone else has encountered an error related to `docker/sdk console data:im
Hello, just wondering if anyone else has encountered an error related to docker/sdk console data:import the category import is throwing an error Store: DE | Environment: docker.devStarting import with /data/data/import/local/full_EU.yml configuration file.Error - Exception: Call to undefined method…
-
Hey guys, I perform an ajax call via the ajax provider molecule and render a component asynchronousl
Hey guys, I perform an ajax call via the ajax provider molecule and render a component asynchronously. However, if I do that, the javascript/ css of that component isn't loaded properly. I assume because at the moment the page is requested, it isn't needed and thus not loaded. Can someone point me into the right direction…
-
Hi , we would like to change checkout process so that one initial step is run every time customer be
Hi , we would like to change checkout process so that one initial step is run every time customer begins with checkout. * we need this step to be called only once in the beginning, it should not iterate on every subsequent step. * when customer exits checkout (goes on the homepage for example) and then starts with the…
-
Hi Team
Please let me know which layer should be used to consume third-party APIs.
Hi Team Please let me know which layer should be used to consume third-party APIs.
-
Hello Everyone,
Query related to custom attribute/field against Category:
We have custom data based
Hello Everyone, Query related to custom attribute/field against Category: We have custom data based on locale like long_description, short_description for category. Also we have custom data on category level like is_erp_active, is_b2b etc. How we can handle custom attributes value in category? Do we need to add columns in…
-
Hello, I was wondering if someone could explain where the data comes from to populate `spy_locale` t
Hello, I was wondering if someone could explain where the data comes from to populate spy_locale table within the database. there doesn’t seem to be a related .csv file, so I’m just wondering how it works. thanks in advance.
-
Hello Everyone,
I am trying to save data into table but I am getting below error:
Unable to execute
Hello Everyone, I am trying to save data into table but I am getting below error: Unable to execute INSERT statement [INSERT INTO pyz_bsl_data_range_channels_details (id_channel_detail, fk_id_category, key, title, seo_alias, fk_locale) VALUES (:p0, :p1, :p2, :p3, :p4, :p5)]; INSERT INTO pyz_bsl_data_range_channels_details…
-
Hi everyone 🙂
We are using spryker cloud, do you have any good solution to log
Hi everyone 🙂 We are using spryker cloud, do you have any good solution to log exceptions/application metrics? We thought about using logstash and kibana, what do you think about this? Do you have any better solution for spryker cloud, any php libraries to log exceptions (other than monolog), etc?
-
I am new to Spryker and have a General Question:
How do we decide when to use Client, Yves, Zed, Ser
I am new to Spryker and have a General Question: How do we decide when to use Client, Yves, Zed, Service, Shared etc. I understand Yves is used for frontend funcitonality of a module and Zed for Backoffice part. But Im not sure if this is correct understanding. The first module we are making is a common Class which would…
-
Hello Team,
We are using Spryker Middle ware to process data. In our case, we are getting category d
Hello Team, We are using Spryker Middle ware to process data. In our case, we are getting category data from third party API (JSON Format). How we can process this data into Spryker using Middlerware. We have additional category attributes and additional custom data as well (Which is link with category id)? Is there any…
-
Hi everyone! I'm trying to implement multiple payment options. I now have AfterPay and Klarna. When
Hi everyone! I'm trying to implement multiple payment options. I now have AfterPay and Klarna. When i'm in checkout process on payment step i have < ul> element with list items in it. (Picture 1). When i select on let's say afterPay and press button to go to "Summary" step. Both of Sub Forms get validated even though i…
-
Hello Team,
If we want to create attribute against category, then which is best approach? For produc
Hello Team, If we want to create attribute against category, then which is best approach? For products, we have option in admin section to create new attribute, but not for category. If we add new column in spy_category_attribute table then will it work? Please let us know. Thanks
-
Anyone help me on extend the Inventory. Actually, I need to add custom fields in Inventory. Please l
Anyone help me on extend the Inventory. Actually, I need to add custom fields in Inventory. Please let me know how we can add custom fields.
-
Is there an easy way to execute random php code in a loaded Spryker environment?
As a newbie I often
Is there an easy way to execute random php code in a loaded Spryker environment? As a newbie I often find myself wanting to test out some part of my code (often concerning getting other modules' facade or client and testing them out) but I don't want to bother getting the prerequisites right (a certain order of XY items or…
-
Hi everyone! Is there a way to authenticate another application when integrating with the Glue API?
Hi everyone! Is there a way to authenticate another application when integrating with the Glue API? I've been looking at the docs (this page specifically) and I can only see 3 types of users you can be authenticated as (customer, company user, agent assist). I'm trying to do some operations that don't require a specific…
-
Hey guys, has anyone so far adjusted the editor of the CMS section inside ZED? We've tried everythin
Hey guys, has anyone so far adjusted the editor of the CMS section inside ZED? We've tried everything to override the entry and file, but nothing has proven successful so far. It still takes the files from vendor.
-
Hi,
I was observing Jenkins job and I noticed some of the builds for Queue:worker:start command fail
Hi, I was observing Jenkins job and I noticed some of the builds for Queue:worker:start command failed many times with following message: curl: (52) Empty reply from serverBuild step 'Execute shell' marked build as failureFinished: FAILURE I noticed it's happening when new data is imported and those data sent to rabbitmq…
-
Hi, can anyone tell me where I can see code coverage reports?
For example I'm running tests for `Cal
Hi, can anyone tell me where I can see code coverage reports? For example I'm running tests for Calculation module with conception command: vendor/bin/codecept run -c tests/PyzTest/Zed/Calculation --coverage-html . All tests pass but I cannot see the generated html file in the _output folder. Does anyone know where this…
-
Good Morning together,
I just got a new Macbook (ARM-based) and tried to setup my current project. S
Good Morning together, I just got a new Macbook (ARM-based) and tried to setup my current project. So far all containers started, i can see the frontend etc. (used this documentation here:…
-
Hello Everyone,
I am preparing some test cases for the zed module and i am getting this error while
Hello Everyone, I am preparing some test cases for the zed module and i am getting this error while running. Can someone help me on this ?
-
Hi, after an upgrade to the latest spryker release, we have issues with the paypal payments over pay
Hi, after an upgrade to the latest spryker release, we have issues with the paypal payments over payone. In checkout, after placing order, the redirect does not happen. When I debug through the process the correct (external) redirect url to paypal will be set and even the redirect request to this url is correct but the…
-
We are getting this popup message after we are adding an additional column in database (I mean exten
We are getting this popup message after we are adding an additional column in database (I mean extend the customer table). Can anyone help me to fix this issue.