-
### Pimcore version
11.3.1
### Steps to reproduce
php bin/console ecommerce:indexservice:bootstrap --update-index
### Actual Behavior
429 from opensearch
![image](https://github.com/user-attachm…
-
### Improvement description
I'm proposing this change because I recently run into an issue where I programmatically set filter definition's page limit:
`$filterDefinition->setPageLimit(PHP_INT_M…
-
In pimcore/pimcore#8040 the interfaces for the data model classes of the Ecommerce Framework bundle were extended so that the getter methods require return type declarations, e.g.:
https://github.com…
-
### Expected behavior
Upon not passing a quantity scale it's default function value (null) should not cause an error
### Actual behavior
quantity scale being null causes an error
### Steps to repr…
-
### Expected behavior
No error is thrown.
### Actual behavior
An error is thrown:
`Pimcore\Model\DataObject\OfferToolOffer::setCartId(): Argument #1 ($cartId) must be of type ?string, int …
-
see also https://github.com/pimcore/demo-ecommerce/blob/master/src/AppBundle/Ecommerce/IndexService/Tenant/Config/MyOptimizedMysql.php#L37
and
https://github.com/pimcore/pimcore/blob/16a8342daa…
-
Hello together,
Like I've mentioned in #113 we're interested in fully decoupling frontends from Pimcore. This not only includes data objects and assets, but also documents and the eCommerce part (c…
-
### Expected behavior
When a filter is not set, no condition is added and no exception/warning is produced
### Actual behavior
In case of a filter being EMPTY_STRING or unset the current implementa…
-
### Expected behavior
`\Pimcore\Model\DataObject\Fieldcollection\Data\FilterSelectClsStoreAttributes::getField()` return type is compatible with
`getField()` return type in its parent class.
### …
-
Just updated Pimcore from 5.0.2 to 5.2.0. Did some customization to fit the update. Now I get this error in the CommitOrderProcessor ( in my server side callback ). I have no idea why and what is the …