-
Hello everyone,
Tried to use Spryker Docker SDK (on Mac with Docker desktop). The environment start
Hello everyone, Tried to use Spryker Docker SDK (on Mac with Docker desktop). The environment started, I see containers are running. I've also added entries to hosts file. Unfortunately, when I try to visit any shop url, I only see nginx welcome page 😭. Does anyone has any ideas what I might have missed?
-
Hello. I'm new in Spryker (Frontend), is it possible to use the standard twig `{{ dump() }}` method
Hello. I'm new in Spryker (Frontend), is it possible to use the standard twig {{ dump() }} method without getting the Fail Whale, anyway is it possible to disable the Fail Whale? Currently I use the docker/sdk logs, but it's a bit bad readable, so a debug (Stack Trace) or Twig dump would be very great 👍 I'm would be…
-
Hi together. I made some changes to our frontend and after that I was running "npm run yves:producti
Hi together. I made some changes to our frontend and after that I was running "npm run yves:production". Now I have the problem that many users have problems with the site. Since the problem can always be solved by deleting their browser cache, I am wondering if there is a method to invalidate client caches on the server…
-
Hi,
I need to call 3rd part api from zed and I'm thinking which approach will be better:
1. call 3rd
Hi, I need to call 3rd part api from zed and I'm thinking which approach will be better: 1. call 3rd part api directly from the Zed using for example Guzzle Http Client 2. implement communication with 3rd part api in Client module (also using for example Guzzle) and call Client from Zed 3. other? Is Client designed for…
-
Hello,
I need to call 3rd part api from zed. Do you know how to make it the best way? Is there any h
Hello, I need to call 3rd part api from zed. Do you know how to make it the best way? Is there any http client module in spryker?
-
Hello,
looking at , modules
Hello, looking at https://github.com/spryker-shop/b2c-demo-shop/blob/master/composer.json, modules are pulled via feature packages. But also the single modules are specified again. For example spryker-feature/tax which is fetching spryker/tax-storage:^1.20 … why is this package also explicit pointed out again in the…
-
Hi there,
I've got another question on testing: I finally managed to create test fixtures for my GLU
Hi there, I've got another question on testing: I finally managed to create test fixtures for my GLUE-Tests without any error and the generated fixture-file looks like I would expect it to look. I afterwards executed queue:worker:start for the devtest env but got the output: sh: 1: ps: not found . So the test won't work…
-
I am wondering, what was going on in the developers head when he wrote this:
I am wondering, what was going on in the developers head when he wrote this: https://github.com/spryker/product-page-search/blob/master/src/Spryker/Zed/ProductPageSearch/Business/Model/ProductPageSearchWriter.php#L66-L85 I guess it sounds something like this - hmm, there is a possibility of race conditions when same event…
-
spryker, please stop using statics and global constants. It's a nightmare to unit test. And please d
spryker, please stop using statics and global constants. It's a nightmare to unit test. And please depracate/remove LoggerTrait and ErrorLogger, as it is braking https://en.wikipedia.org/wiki/Dependency_inversion_principle.
-
so guys since you are still ignoring me i will repeat my question:
why are you saving only net or on
so guys since you are still ignoring me i will repeat my question: why are you saving only net or only gross prices in order items? It depends from the price mode. But i need both prices. So in gross mode i will never know the exact net price? and vice versa. or how it works?
-
Hey guys,
using the GLUE API I am making a post request to `
Hey guys, using the GLUE API I am making a post request to <http://glue.de.spryker.local/carts/${cartUUID}/items?include=items>, this gives me some info on the items in the cart, however not the string title of the products, is there anyway to get them in the same request, if not what would be the best to get all of them.…
-
hello guys. few questions about taxes and net/gross prices.
1. Why net price is always empty in orde
hello guys. few questions about taxes and net/gross prices. 1. Why net price is always empty in order items and in order items option? See screenshots 2. I'm wondering if I should always set net and gross prices manually when creating a product? Why it is not calculated automatically accroding to assigned tax set and tax…
-
Hello everyone,
I am currently trying to get products from the Glue API.
This is the endpoint I am
Hello everyone, I am currently trying to get products from the Glue API. This is the endpoint I am trying to hit. http://glue.de.spryker.local/catalog-search?q=camera This endpoint returns no results, changing the query to other products that are being rendered in yves doesn't work either, so somehow my glue api isn't…
-
Hello. I just completed the code for the Attribute-Cart-Based Catalog Personalization lesson of the
Hello. I just completed the code for the Attribute-Cart-Based Catalog Personalization lesson of the Bootcamp but when I navigate to <http://www.de.b2b-demo-shop.local/en/cameras-&-camcorders/digital-cameras> I get a 404 page. When I instead search for red items and click on one, there is no ability to add to my cart. Is…
-
Hello again. In the bootcamp I'm on "Content & Search - Personalized Catalog Page - Challenge".
Hello again. In the bootcamp I'm on "Content & Search - Personalized Catalog Page - Challenge". I've just finished creating all the code for #2 and when I navigate to http://www.de.b2b-demo-shop.local/de/personalized-product/12 I get: YVES Exception Error - Call to a member function search() on null in…
-
Hello - is there anyone that can tell me if there is a 'leasing' module for Spryker?
Hello - is there anyone that can tell me if there is a 'leasing' module for Spryker?
-
Hi! Does anyone knows how to use quotation marks inside translations for ZED?
Hi! Does anyone knows how to use quotation marks inside translations for ZED?
-
Hi Community, has anyone ever experienced PHPStorm v2020 not finding method usages even though they
Hi Community, has anyone ever experienced PHPStorm v2020 not finding method usages even though they are being used? On my System e.g. usages of QuoteTransfer::getQuoteRequestVersionReference() are not being found while usages of e.g. QuoteTransfer::getItems() can be found.
-
Good morning, is there any example of `groupBy`-queries? I tried the automatically generated functio
Good morning, is there any example of groupBy-queries? I tried the automatically generated functions, but they have no effect on the result of the query. E.g: public function findUniqueImportReports(): ObjectCollection{ $query = $this->getFactory()->createImportReportRepository() ->groupByType() ->groupByErrorMessage();…
-
Good morning everyone,
is only for un
Good morning everyone, is https://documentation.spryker.com/v4/docs/t-testing-tdd-scos only for unit test or should it be possible to implement tests, that e.g. write to the database as well?
-
Hi everyone.
I'm trying to update some packages and now reached a deadlock. One of the packages I'm
Hi everyone. I'm trying to update some packages and now reached a deadlock. One of the packages I'm updating is spryker/availability to ^9.0.0 , which in turn needs spryker/oms ^11.0.0. The problem is that we have spryker-middleware/oms-middleware-connector installed, which only allows spryker/oms at most at ^10.0.0. Would…
-
Hello, guys! I got a little bit stuck on a matter of routes and translations, with multistores.
The
Hello, guys! I got a little bit stuck on a matter of routes and translations, with multistores. The shop context is as follows: there is only one domain [www.domain.com](http://www.domain.com) , and the different shops can be accessed by adding the store identifier, for example /de-store for the DE shop. Concrete example:…
-
hi...iam working on the bootcamp and get this error . Any ideas.?
hi...iam working on the bootcamp and get this error . Any ideas.?
-
Hi all! Anyone knows how to change order of facets coming from ElasticSearch in Catalog page? I need
Hi all! Anyone knows how to change order of facets coming from ElasticSearch in Catalog page? I need to set some of them in particular order
-
Hi Guys,
I am trying to add a new Ressource for the Zed api but it seems like the route is not corre
Hi Guys, I am trying to add a new Ressource for the Zed api but it seems like the route is not correctly resolved. When I access /api/rest/my-ressource it tries to access the myRessourceAction of the RestController instead of the index action. What am I missing?
-
Hi all, has anyone ever had problems with the `spy_oms_transition_log` filling up?
We have millions
Hi all, has anyone ever had problems with the spy_oms_transition_log filling up? We have millions of rows in this table 😮 We have a state that waits for status from an ERP, and this ends up polling the same state every minute until there is a change and we move to the next state.
-
Hello everybody,
does anyone has an idea why the web profiler for zed isn’t working anymore?
The re
Hello everybody, does anyone has an idea why the web profiler for zed isn’t working anymore? The request zed.de.dev.local/_profiler/d66fd9 seems to work for example, but all other elements in the toolbar like zed.de.dev.local/_profiler?token=d66fd9&panel=request does not The web profilers are enabled via the spryker config…
-
hello together, Spryker b2c 202001.0 frontend via glue
on checkout process should assigned 2 shippi
hello together, Spryker b2c 202001.0 frontend via glue on checkout process should assigned 2 shippingmethods, a fix fee that is not choosable and always assigend and a method like pickup or ups with several costs. Where could i expand expense stack that i can use configured shippingmethods from backoffice (zed). currently…
-
Hi
when I try to run `vendor/bin/console setup:init-db` I get this error
`PhpAmqpLib\Exception\AMQP
Hi when I try to run vendor/bin/console setup:init-db I get this error PhpAmqpLib\Exception\AMQPProtocolConnectionException - Exception: NOT_ALLOWED - access to vhost '/AT_dev_zed' refused for user 'admin' Even though the VHost is created and the permissions are granted beforehand. Any ideas? Thanks
-
Dear Spryker Team,
how can I setup different tax rates per store in a multistore environment?
Given
Dear Spryker Team, how can I setup different tax rates per store in a multistore environment? Given I have 3 stores (DE 19%, CH 20%, AT 20%) in the same databases, configured by stores.php. How can I connect a taxrate in zed to a specific store? I want the same product to be charged with 19% when accessing it in DE store,…