silly-motherboard-93855
04/23/2021, 11:20 AMhappy-addition-42792
04/26/2021, 5:27 PMpublish:trigger-events
. Now our products are without prices.polite-lunch-97479
04/27/2021, 7:00 AMdocker/sdk console storage:delete
docker/sdk console elasticsearch:index:delete
docker/sdk console search:setup:sources
docker/sdk console publish:trigger-events
Redis and Search are being populated again, but suddenly prices are missing. Data in db is unchanged, so it's still all there.
Are we missing something?happy-addition-42792
04/27/2021, 9:10 AMkv:unauthenticated_customer_access
to Redis?important-market-27247
04/27/2021, 9:46 AMstocky-insurance-30459
04/28/2021, 2:21 AMwide-wolf-99519
04/28/2021, 7:20 AM@deprecated Use SaveOrderTransfer directly/decoupled from the checkout response
how am I supposed to use SaveOrderTransfer directly with checkout facade?happy-addition-42792
04/28/2021, 1:53 PMkv:product_search_config_extension
to Redis?quaint-midnight-78937
05/02/2021, 12:54 PM/introduction
or just do nothing in case the cookie is set. My first attempt was to look into RouterDependencyProvider
and manipulate the routes depending on the cookie, but I think it's a dead end.
Any suggestions how I could implement such a route manipulation?glamorous-salesmen-23019
05/03/2021, 6:56 AMCompletionQueryExpanderPlugin
and CompletionResultFormatterPlugin
in the CatalogDependencyProvider
Â
• use edge-ngram
as filter in page.json
to provide the starting tokens of our words from the index —> this works fine 🎉
• Spryker docs say that the completion words will be picked from the completion_terms
field in `page.json`: but we don’t have such a field, instead the completion terms are being picked from the index as expected (because we have edge-ngram) ✅
To introduce spelling suggestion, we:
• use SpellingSuggestionQueryExpanderPlugin
and SpellingSuggestionResultFormatterPlugin
in the CatalogDependencyProvider
• Spryker docs say that all suggestions will be picked from the suggestion_terms
field in page.json
-> can we avoid this and pick from the index instead?
• can we not specify sth (e.g. fuzzy
) in page.json
to get spelling suggestions from the index ❓ 🙇ancient-arm-53696
05/03/2021, 10:41 AMblue-horse-99684
05/03/2021, 2:31 PMWishlistEntityManager
also filter by the WishlistID
if only the SKU
is given?great-cpu-16911
05/03/2021, 9:14 PMbest-sundown-96727
05/04/2021, 6:50 AMrhythmic-eve-12751
05/04/2021, 2:23 PMslots.twig
file uses the {% widget 'ProductConcreteSearchGridWidget' args [data.productConcreteCriteriaFilter] %}
. data.productConcreteCriteriaFilter
is a ProductConcreteCriteriaFilterTransfer
object with idProductList
and ipp
properties set. But inspecting the ProductConcreteSearchGridWidget
implementation it calls the CatalogClient
with fullTextSearch
method call, which seems to not use the idProductList
in its search, returning all products in the shop despite the user have selected a specific ConfigurableBundleSlot
. Is that the expected behavior, or am I missing a package update?stocky-lizard-37635
05/04/2021, 5:40 PMfresh-tent-43300
05/05/2021, 12:39 PMsync:data
fails with broken pipe in StreamIO.php on write. Any ideas?brief-furniture-46086
05/05/2021, 2:35 PMgentle-journalist-88390
05/06/2021, 7:41 AMhelpful-france-37845
05/06/2021, 9:18 AMConfig::get()
as explained here https://documentation.spryker.com/docs/configuration-management
I have set the timezone on stores.php
Is there any way of accessing that value from stores.php from the code?great-cpu-16911
05/06/2021, 5:39 PMancient-apartment-59274
05/07/2021, 2:10 PMspy_product_abstract_localized_attributestable. But the translation for a predefined value is defined in the attributes management section, right? So i would suggest when i define here an attribute key “key.color” with the value “value.red” and i defined for the key for german “Farbe” and english “Color” and for the values “Rot” and “Red” that this gets displayed according to the selected language on my PDP. But it wont. It seems that value is still the default “key.color” no matter what language selected. When i look into the “spy_product_abstract_storage” table into the “data” fields json, i normally would suggest that here the magic already happened since this is what redis will get. But here is the key for both language entries the key “key.color” and “value.red” which should be Farbe or Color in my eyes (according to the language) … So my question, where does the translation actually happen? Before publish? Or is there always the “technical key” published and the translation happens via translation service in Twig? Any other suggestions? Best regards and have a nice weekend
great-cpu-16911
05/07/2021, 9:54 PMnutritious-angle-64267
05/10/2021, 4:41 AMhelpful-france-37845
05/10/2021, 8:11 AM/refresh-tokens
end point, right after some customer's personal information has been updated, the returned JWT still contains the unchanged values after decoding it. Is this a bug or its supposed to work like this?green-motorcycle-81841
05/11/2021, 6:49 AMaverage-continent-3379
05/11/2021, 11:51 AM.ts
file, what is the simplest, fastest way to put those changes into effect? Surely there must be something better than rebuilding the entire Yves frontend every time...?plain-iron-29049
05/12/2021, 9:03 AMastonishing-lamp-41374
05/12/2021, 5:48 PM╰─$ console cache:class-resolver:build
Store: US | Environment: docker.dev
Fatal error: Could not check compatibility between Pyz\Yves\ContentBannerWidget\ContentBannerWidgetFactory::createContentBannerTwigFunction(Twig\Environment $twig, string $localeName): SprykerShop\Yves\ContentBannerWidget\Twig\ContentBannerTwigFunction and SprykerShop\Yves\ContentBannerWidget\ContentBannerWidgetFactory::createContentBannerTwigFunction(Twig\Environment $twig, string $localeName): Twig\TwigFunction, because class SprykerShop\Yves\ContentBannerWidget\Twig\ContentBannerTwigFunction is not available in /data/src/Pyz/Yves/ContentBannerWidget/ContentBannerWidgetFactory.php on line 23
plain-iron-29049
05/13/2021, 10:07 AM