-
`console cache:empty-all` doesn't seem to clear Zed navigation cache for me, I've had to run `naviga
console cache:empty-all doesn't seem to clear Zed navigation cache for me, I've had to run navigation:cache:remove to see changes I've made to Zed nav bar, Is this my fault, like I've misconfigured something?
-
How can I re-generate or update the classes in `src/Generated/Router/codeBucketDE/Pyz` ? Using docke
How can I re-generate or update the classes in src/Generated/Router/codeBucketDE/Pyz ? Using docker b2b shop.
-
anyB setup xdebug for their spryker project using vscode on mac osX?
Think I'm decently close
1. V
anyB setup xdebug for their spryker project using vscode on mac osX? Think I'm decently close * VSCode > Install PHP Debug felixfbecker.php-debug * brew install php * pecl install xdebug * run php -m -c bash...[Zend Modules]XdebugZend OPcache * setup configuration through vscode with launch,json { // Use IntelliSense to…
-
Hello everyone,
I'm using a custom client to consume the Glue API. While developing, I sometimes run
Hello everyone, I'm using a custom client to consume the Glue API. While developing, I sometimes run into exceptions in Spryker. This means that Glue responds with a 500 response, which is fine, but gives no further information on the error. Can you please explain or point me to the documentation on how to change my config…
-
Hey all, i am trying to do a proper crefopay-intrgration into a clean spryker setup following
Hey all, i am trying to do a proper crefopay-intrgration into a clean spryker setup following this instructions from the spryker documentation. I had to make some adjustments because the instructions are partly incorrect (sometimes methods have an incorrect parameter count) and had to make a few guesses whether the…
-
Good morning all, we have a feature that needs to make a Zed request from Yves _after_ Yves has sent
Good morning all, we have a feature that needs to make a Zed request from Yves after Yves has sent the response. We do this so Yves TTFB is not effected by the Zed call. In the Spryker silex days we used the Silex finally hook and this worked well. For the latest version of Spryker we switch to using the…
-
Hey! Does anyone know how to debug tests?
Hey! Does anyone know how to debug tests?
-
is there a way to namespace transfers to avoid name collision? or all of them belong to common names
is there a way to namespace transfers to avoid name collision? or all of them belong to common namespace and thers is nothing one can do about that?
-
(Untitled)
-
I get plenty of these errors while running phpstan:
``` 26 Method
Pyz\Zed\ProductLabel
I get plenty of these errors while running phpstan: 26 Method Pyz\Zed\ProductLabelStorage\Persistence\ProductLabelStorageQuery ContainerInterface::queryProductConcreteLocalizedByIds() return type has no value type specified in iterable type Orm\Zed\Product\Persistence\SpyProductLocalizedAttributesQuery. 💡 Consider adding…
-
Hello guys, I think the Spryker\Gui has broken styles/logic for button groups. In documentation ther
Hello guys, I think the Spryker\Gui has broken styles/logic for button groups. In documentation there is no mention of it but AbstractTable supports it and CmsGui module is an example which uses Button groups. The problem is when I try to add the button groups extending @Gui layout, expanding the dropdown breaks the table…
-
Hello, how can I configure the brand facet filter on the search result page? i would like all brands
Hello, how can I configure the brand facet filter on the search result page? i would like all brands to be shown and not only 10. I found this documentation https://documentation.spryker.com/docs/t-working-filter-facets but there is no FacetConfigTransferBuilderPlugin for brands, so that i could just set the size in the…
-
is there a migration guide for getting rid of spryker/auth ?
is there a migration guide for getting rid of spryker/auth ?
-
describes that event listeners should implemen
https://documentation.spryker.com/docs/event-listen describes that event listeners should implement EventListenerInterface, but I've installed spryker/event recently and there is only EventHandlerInterface I suspect that this is the same thing, but could use some confirmation?
-
what could be the reason for cms blocks missing from `spy_cms_block_storage` for specific store?
sav
what could be the reason for cms blocks missing from spy_cms_block_storage for specific store? saving block doesn't put it there, running sync:data doesn't help either
-
is there a way to check which ZED routers are registered currently?
is there a way to check which ZED routers are registered currently?
-
what commands should I run for the Zed controller to appear after registering new namespace? this wo
what commands should I run for the Zed controller to appear after registering new namespace? this worked automatically long ago, but now doesn't seem to
-
there seems to be no customer related event constants, like CustomerEvents::SPY_CUSTOMER_ENTITY_CREA
there seems to be no customer related event constants, like CustomerEvents::SPY_CUSTOMER_ENTITY_CREATE, is there a reason for that like CmsBlockEvents::ENTITY_SPY_CMS_BLOCK_CREATE i was asking about earlier? @UKBTMFXMJ?
-
Good Morning. Can somebody tell me how to add Assets to Zed Backend, there is no example in the Demo
Good Morning. Can somebody tell me how to add Assets to Zed Backend, there is no example in the Demoshop. I want to add my Font (eot File) to Zed also, so it will be available in the Email templates. Searched the Documentation already, without luck
-
Good Morning,
does anybody in this round has some practical experience with performance of P&S p
Good Morning, does anybody in this round has some practical experience with performance of P&S process for on-demand requested items? How long takes it in real to get the data from saving the database entry to redis/elasticsearch and is this timing stable? So for my theoretical understanding, the data could “wait” up to…
-
Hello everyone,
Is there any implemented way to delete products with relationships?
Thanks
Hello everyone, Is there any implemented way to delete products with relationships? Thanks
-
all right, hear me out
there is this class CustomerTransferUsernameExpanderPlugin
from spryker/custo
all right, hear me out there is this class CustomerTransferUsernameExpanderPlugin from spryker/customer-user-connector which has 2 methods, both accept single CustomerTransfer as input param now imagine you are working on this module (or any other module that relies on transfer classes) how do you generate those transfers?…
-
why does spryker/publisher-extension require spryker/event only as a dev requirement when PublisherP
why does spryker/publisher-extension require spryker/event only as a dev requirement when PublisherPluginInterface clearly extends EventBulkHandlerInterface?
-
Hello 🙂
I am using standard Spryker's fronted (with twig and components). I h
Hello 🙂 I am using standard Spryker's fronted (with twig and components). I have to create some reactive element.. let's say it's similar to todo list with add and remove item. Problem is that these items are custom components and after cloning they are not initialized. I could use invoke mountCallback method, but then…
-
Hello everyone,
I need to handle the following scenario's in my custom payment plugin with the righ
Hello everyone, I need to handle the following scenario's in my custom payment plugin with the right way(Either checkout hooks or handler or any.,). i) Display the payments based on merchant configuration already exist(config_default.php) or specific country/customer/cart value. ii) After getting the payment information…
-
Heya, is there a good example somewhere of a middleware build? maybe in the core zed namespace?
Heya, is there a good example somewhere of a middleware build? maybe in the core zed namespace? https://documentation.spryker.com/docs/spryker-middleware#how-the-middleware-works
-
Hello everyone,
it's me again ;D
Is there any convenient way to re-sync EITHER the search engine OR
Hello everyone, it's me again ;D Is there any convenient way to re-sync EITHER the search engine OR the kv-storage? So far, I only know of sync:data, which will re-sync both. Thanks!
-
Creation of super-attributes after product import
Hey everybody, we are working on an automatic pro
Creation of super-attributes after product import Hey everybody, we are working on an automatic product import from a third-party source into Spryker, right now. To simplify our import logic more, we would like to create (super-)attributes (via ZED or programmatically) right after the import of a product. This works really…
-
in theory changes are backward compatibl
in theory changes https://github.com/spryker/shipment/compare/8.5.1...8.5.2 are backward compatible with priceplugins following the old interface, but that doesn't seem to be true.
-
Hey there..
did anyone ever stumbled upon this kind of exception?
```Spryker\Zed\PriceCartConnector\
Hey there.. did anyone ever stumbled upon this kind of exception? Spryker\Zed\PriceCartConnector\Business\Exception\PriceMissingException - Cart item "..." can not be priced. in "/var/www/spryker/releases/current/vendor/spryker/price-cart-connector/src/Spryker/Zed/PriceCartConnector/Business/Manager/PriceManager.php::127"…