adamant-oil-10501
09/09/2020, 3:03 AMfew-wall-85517
09/09/2020, 7:14 AM<http://www.domain.com|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: on homepage, the route is defined as `/{root}`_,_ where root
accepts nothing or allowedLocales
. The url for homepage should, in the end, look like <http://www.domain.com/de-store/nl|www.domain.com/de-store/nl>
. The prefix /de-store
of the routes is added in YvesBootstrap, where the mounting of controller providers takes place.
If I access the hompage url with the newly selected language, nothing happens – no errors, still landing on homepage in the browser, but no translations for the new language (NL) are applied.
Does anyone ever encountered something simillar or maybe has an idea of where should I look next?
Thank you!flaky-afternoon-98068
09/09/2020, 1:38 PMspryker/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 it be possible for you to do a small update on spryker-middleware/oms-middleware-connector
to allow spryker/oms
^11.0.0 as well?
Thankshappy-sundown-90511
09/09/2020, 2:28 PMloud-rainbow-44827
09/09/2020, 3:19 PM\Spryker\Zed\ProductPageSearchExtension\Dependency\Plugin\ProductAbstractMapExpanderPluginInterface
and add search result data inside? like you did for exmaple here \Spryker\Zed\ProductPageSearch\Communication\Plugin\ProductPageSearch\Elasticsearch\ProductImageMapExpanderPlugin
. is it a correct way?dazzling-yacht-89663
09/10/2020, 6:39 AMcareful-country-34175
09/10/2020, 6:54 AMgroupBy
-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();
return $query->find();
}
Adding count()
or max()
- selects unfortunately does not change the result either.loud-rainbow-44827
09/10/2020, 11:59 AMchilly-park-21142
09/10/2020, 12:39 PMmysterious-diamond-73348
09/10/2020, 7:57 PM#0 /data/shop/development/current/src/Pyz/Yves/PersonalizedProduct/Controller/IndexController.php(15): Pyz\Client\PersonalizedProduct\PersonalizedProductClient->getPersonalizedProducts(12)
#1 /data/shop/development/current/vendor/symfony/http-kernel/HttpKernel.php(146): Pyz\Yves\PersonalizedProduct\Controller\IndexController->indexAction(12)
#2 /data/shop/development/current/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#3 /data/shop/development/current/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(122): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#4 /data/shop/development/current/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(103): Spryker\Shared\Application\Application->handle(Object(Symfony\Component\HttpFoundation\Request))
#5 /data/shop/development/current/public/Yves/index.php(22): Spryker\Shared\Application\Application->run()
#6 {main}
Does anyone know why I might be getting that and what I can do to fix it? Thanks in advance.acceptable-restaurant-76335
09/11/2020, 8:20 AMQuoteTransfer::getQuoteRequestVersionReference()
are not being found while usages of e.g. QuoteTransfer::getItems()
can be found.loud-rainbow-44827
09/11/2020, 10:53 AMchilly-rainbow-75540
09/11/2020, 12:50 PMechoing-glass-3100
09/11/2020, 5:23 PMmysterious-diamond-73348
09/14/2020, 5:15 PM<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 this something to do with having installed the B2B store instead of the B2C? Is there a default credential that I can use to login to the B2B storefront which would then allow me to add items to my cart? Any help would be appreciated.
#bootcamp_and_trainings_helpwitty-jordan-77597
09/15/2020, 9:47 AM{{ 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 pleased to get some input 🙂 Thanks so far.stocky-lizard-37635
09/15/2020, 5:14 PMhappy-sundown-90511
09/21/2020, 8:13 AM<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.
Also is there anyway to see what include parameters are available per endpoint, haven't seen them listend anywhere yet.rich-camera-19306
09/21/2020, 1:45 PMrich-camera-19306
09/21/2020, 2:00 PMmysterious-king-59256
09/22/2020, 11:08 AMpowerful-oyster-48938
09/23/2020, 1:31 PMpurple-forest-91115
09/24/2020, 3:06 PMcalm-lamp-45600
09/28/2020, 11:48 AMcomposer require spryker-feature/merchant
in composer.json and composer.lock only required packages entries exist.
how can i remove the feature now via composer:
composer remove spryker-feature/merchant
not working.ancient-apartment-59274
09/28/2020, 2:22 PMspryker-feature/tax
which is fetching spryker/tax-storage:^1.20
… why is this package also explicit pointed out again in the composer file itself? Its exactly the same value as in the feature meta package in that case 🤔mysterious-king-59256
09/29/2020, 10:47 AMplain-house-98998
09/30/2020, 6:24 AMnumerous-ghost-43588
10/01/2020, 9:41 AMagreeable-dawn-36295
10/01/2020, 11:46 AM{% widget data.widgetName args data.widgetParams only %}{% endwidget %}
rhythmic-eve-12751
10/02/2020, 8:42 AMCategoryFacade::getCategoryByKey
being deprecated? Is there any performance issue? What is the suggested workaround besides copying that same method into project level classes?