CoreShop
CoreShop copied to clipboard
CoreShop - Pimcore enhanced eCommerce
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | yes | RFC? | no To have...
| Q | A | ---------------- | ----- | Bug report? | probably not | Feature request? | probably yes | BC Break report? | no | RFC? | maybe...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | yes | BC breaks? | no | Deprecations? |no | Fixed tickets |...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no This PR adds...
By now you can choose between a bunch of permissions for users. Tried to stick to Least Privilege and unchecked unneeded permissions for the customer like for example the carrier...
The checkbox "hideFromCheckout" located in the carrier view leads to hiding the carrier on the actual shop AND the order on behalf view. Since order on behalf is a backoffice...
Additional to: https://github.com/coreshop/CoreShop/issues/2651 Addressformatter should also use the current admin locale (rendering address blocks in the admin order detail panel for example): https://github.com/coreshop/CoreShop/blob/0ade81312eb396eccb6ec08d926c25f2ebc49726/src/CoreShop/Component/Address/Formatter/AddressFormatter.php#L46
``` TypeError: ceil(): Argument #1 ($num) must be of type int|float, null given in vendor/coreshop/core-shop/src/CoreShop/Component/Core/Inventory/Operator/OrderInventoryOperator.php:64 ``` Where ``` \CoreShop\Component\Core\Inventory\Operator\OrderInventoryOperator::hold ``` ```php $product->setOnHold($product->getOnHold() + (int) ceil($orderItem->getDefaultUnitQuantity())); ``` What: ```phph ceil($orderItem->getDefaultUnitQuantity()) ```...
Q | A -- | -- Bug report? | no Feature request? | yes BC Break report? | no RFC? | no When I apply a Payment Provider Rule, I...