-
Hi there,
after updating our project's npm packages according to the
Hi there, after updating our project's npm packages according to the b2b-demo-shop (which it is based on), we're having issues building Zed: @import '~bootstrap-sass/assets/stylesheets/bootstrap';^ File to import not found or unreadable: ~bootstrap-sass/assets/stylesheets/bootstrap. in…
-
Hi there, I'm currently upgrading the `spryker/discount` module and therefore need also to upgrade t
Hi there, I'm currently upgrading the spryker/discount module and therefore need also to upgrade the spryker/gui module. The command to build the frontend is failing now after the upgrade: $ docker/sdk cli npm run zed:build[...]♈ @spryker/oryx 1.4.0♈ @spryker/oryx 1.4.0♈ @spryker/oryx-for-zed 2.8.1[...]build● using webpack…
-
Hi, I have a question regarding the IndexGenerator.
When we run the IndexGenerator it will create so
Hi, I have a question regarding the IndexGenerator. When we run the IndexGenerator it will create some schema definition files in Pyz/Zed/IndexGenerator/Persistence/Propel/Schema where missing indices will be defined. However when you run the IndexGenerator once again, it will delete those files. I assume this happens,…
-
Hi Team,
How can I check whether the env variable from the aws parameter memory is really passed on
Hi Team, How can I check whether the env variable from the aws parameter memory is really passed on to yves / zed. In the meantime we have had the case at least twice that user-defined environment variables were not set correctly. So far, Spryker support has always helped me, but I cannot access the partner portal at the…
-
The Discounts module has a new ‘Priority’ feature as of 9.20.0 - is there any documentation for it?
The Discounts module has a new ‘Priority’ feature as of 9.20.0 - is there any documentation for it? I’m having trouble understanding how it works
-
Good morning,
there is a major bug in the checkout forms:
Good morning, there is a major bug in the checkout forms: https://github.com/spryker-shop/customer-page/blob/master/src/SprykerShop/Yves/CustomerPage/Form/CheckoutAddressCollectionForm.php#L189-L196 If the user unchecks Save new address to address book / Neue Adresse in Adressbuch speichern on the address page, the address…
-
Hi all...
I recently upgraded my mac to the new M1... I had the B2C demoshop running well on the In
Hi all... I recently upgraded my mac to the new M1... I had the B2C demoshop running well on the Intel mac. But since upgrading, I'm getting this error on docker/sdk up: *ERROR [internal] load metadata for docker.io/library/spryker_b2c_dev_base_app:dev* *------* *> [internal] load metadata for…
-
Good morning,
We want to setup a project with the PHP 8.0 alpine docker container from Spryker
```im
Good morning, We want to setup a project with the PHP 8.0 alpine docker container from Spryker image: tag: spryker/php:8.0-alpine3.13 But we get the following error on frontend:project:install-dependencies Install Project dependencies[info] npm[info] WARN[info] prepare removing existing node_modules/ before…
-
Hi,
in Zed Backend at /maintenance/zed-config there is a PHP Config Key "PROJECT_TIMEZONE".
But this
Hi, in Zed Backend at /maintenance/zed-config there is a PHP Config Key "PROJECT_TIMEZONE". But this is marked as deprecated without replacement: Spryker\Shared\Application\ApplicationConstants /** * Global timezone used to for underlying data, timezones for presentation layer can be changed in stores configuration * *…
-
Hi guys,
I have a small question for my understanding:
I understand, that we can customize yves by o
Hi guys, I have a small question for my understanding: I understand, that we can customize yves by overwriting stuff in src/Pyz/Yves/ShopUi/Theme/default/... This is overwriting stuff from vendor/spryker-shop/shop-ui/src/SprykerShop/Yves/ShopUi/Theme/default. My question is: Why do we have so many files in the Pyz area…
-
Hi, I have the following issue:
I want to override a specific twig-template (login.twig) for a speci
Hi, I have the following issue: I want to override a specific twig-template (login.twig) for a specific store only. Therefore I created a module named "CustomerPage2B" which contains only the mentioned twig-file (same directory structure of course). After clearing the cache, everything works fine when accessing this page…
-
Hey I have some trouble getting the authentication token für the glue rest api.
I have createt a age
Hey I have some trouble getting the authentication token für the glue rest api. I have createt a agent user with admin rights, and I can login with this user via the backend (zed). Then i try the following: POST Request against glue api endpoint /agent-access-tokens Request Body is { "data": { "type":…
-
Hi all,
I'm trying to login as a customer via the Glue API. I have 2 questions...
Using OAuth 2.0
Hi all, I'm trying to login as a customer via the Glue API. I have 2 questions... Using OAuth 2.0 (Docs) I keep getting an error: Client authentication failed ...even though I know the credentials are correct (I'm able to login to Yves with these creds) is there a list of the "grant_type"'s that are available... I'm using…
-
Hey there!
Is there some better documentation for spryker-eco/payone available or can someone explai
Hey there! Is there some better documentation for spryker-eco/payone available or can someone explain whats the difference between PayonePrePaymentSecurityInvoice.xml and PayoneSecurityInvoice.xml is? How does the check for the allowed countries (Germany, Austria and Switzerland) happen? Is it correct that there is no…
-
Team,
Getting the below page for b2c when running both b2c and b2b on a single server using docker c
Team, Getting the below page for b2c when running both b2c and b2b on a single server using docker containers..
-
Hi Friends,
I have a query regarding the spryker application.
I was doing a demo on running both b2c
Hi Friends, I have a query regarding the spryker application. I was doing a demo on running both b2c and b2b application in the same server using docker containers. However, the b2c is getting terminated when b2b is made up and viceversa. We used the b2b,b2c and docker-sdk repo specified in the Github itself. Please let me…
-
Hi guys I ve just upgraded my mac with M1 and when i am trying to build up Spryker this is what I am
Hi guys I ve just upgraded my mac with M1 and when i am trying to build up Spryker this is what I am getting Pulling cli (myworld_b2c_dev_run_cli:dev)...ERROR: pull access denied for myworld_b2c_dev_run_cli, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
-
Hi all... Using the Glue API ... Can anyone help me with retrieving a list of products (or product S
Hi all... Using the Glue API ... Can anyone help me with retrieving a list of products (or product SKUs) based on category NodeID? I've checked the docs over and over and can't see a way of doing this.
-
Hey guys,
I've got a question about theming of an Yves shop.
Our goal would be to create some kind o
Hey guys, I've got a question about theming of an Yves shop. Our goal would be to create some kind of blueprint theme, what we can "apply" at the start of a project, so that all shops have some kind basic functionality by using/inheriting that theme. How would you do something like that in spryker? I understood, that we…
-
Hi all... I'm getting this error on the Glue API call to get Access Tokens:
*Exception: Validation
Hi all... I'm getting this error on the Glue API call to get Access Tokens: Exception: Validation cache is enabled, but cache file is not found. I've a B2C demo shop set up and the endpoints are configured and working otherwise. All other non-restricted API calls are working fine.
-
Hey guys i need some help...I'm trying to update spryker to php 8 but i have a problem with `codecep
Hey guys i need some help...I'm trying to update spryker to php 8 but i have a problem with codeception/lib-innerbrowser because the custom repo that is used in spryker is not updated as the base repo and the requirment for php is php >=5.6.0 <8.0
-
Good morning, somehow the API endpoint `/guest-cart-items` is missing in swagger, but instead some o
Good morning, somehow the API endpoint /guest-cart-items is missing in swagger, but instead some other endpoints are listed here. The endpoint works, but is just not documented in swagger. We're using version 5.13.2 of the spryker/carts-rest-api module. Do we need to configure something in our project or is there a problem…
-
hello everybody, is there a way to overwrite the receiver/sender of emails that are about to be sent
hello everybody, is there a way to overwrite the receiver/sender of emails that are about to be sent? i am working on an environment which prohibits emails being sent to non-verified users (in AWS) and its really starting to hurt.
-
I am getting 502 for
works well
I ve
I am getting 502 for https://zed.us.spryker.local/ http://yves.us.spryker.local/ works well I verified the endpoints deploy.dev.yml no logs in http://spryker.local/ selected zed
-
Hi all,
I created a new OMS state where I explicitly defined that `reserved="false"` . And yet, alt
Hi all, I created a new OMS state where I explicitly defined that reserved="false" . And yet, although the state change itself seems to happen smoothly and the orders that need to get into this new state, get there alright, but the products they held reserved are still not released from reservation. What am I missing…
-
Hi everyone,
when I import the product option prices. The data is imported to the database and also
Hi everyone, when I import the product option prices. The data is imported to the database and also the storage table is updated. The data is deleted from redis and new data is not synchronized with redis, but the data is synchronized, when I run console sync:data Any idea how I can snych the data without running console…
-
Hey!
I have a problem setting up the marketplace demo.
After docker/sdk up, I'm only able to access
Hey! I have a problem setting up the marketplace demo. After docker/sdk up, I'm only able to access backoffice and yves applications. Accessing http://mp.us.spryker.local/ results in a "No route found for "GET http://mp.us.spryker.local/" (from "http://spryker.local/")" error. Has anyone experienced this before?
-
Hey!
How can I remove items in the backoffice in the content tab?
Maybe a console command or in the
Hey! How can I remove items in the backoffice in the content tab? Maybe a console command or in the backoffice itself?
-
Hi, I have one question about the backend-api Endpoint Spryker offers (e.g. backend-api.de.spryker.l
Hi, I have one question about the backend-api Endpoint Spryker offers (e.g. backend-api.de.spryker.local ). Where is it exactly for and for what can it be used. The documentation was not helpful here (or I am searching wrong). Thanks for your help
-
Zed Route Security / Auth:
Hi, can someone maybe point me in the right direction :slightly_smiling_
Zed Route Security / Auth: Hi, can someone maybe point me in the right direction 🙂 Basically I want to have a Zed Controller to consume Akeneo Webhooks and disable the default Zed Auth and instead check the request signature. I found the \Spryker\Shared\SecurityExtension\Dependency\Plugin\SecurityPluginInterface which…