kommerce-core
kommerce-core copied to clipboard
PHP shopping cart core platform
When there is an input field for a productId, there should be a typeahead helper to make finding and selecting a product easier. This can also apply to any other...
The most likely candidate job scheduler/worker manager is Gearman. See: https://github.com/inklabs/kommerce-core/issues/63#issuecomment-272381352
As an admin user, I want to be able to print the invoice on my desktop printer so that I can fulfill the order away from the computer. I also...
The [Uuid](https://github.com/inklabs/kommerce-core/blob/9a79db98d6ca76d2ab7f8e82b01cdfa02d2a724d/src/Lib/Uuid.php) and [UuidInterface](https://github.com/inklabs/kommerce-core/blob/9a79db98d6ca76d2ab7f8e82b01cdfa02d2a724d/src/Lib/UuidInterface.php) classes do not offer much value in kommerce-core. They are only used to generate a uuid4 value and to convert from hex to bytes using the...
- [ ] GetLowestShipmentRatesByDeliveryMethodRequest - [ ] GetProductsByTagRequest - [ ] GetShipmentRatesRequest - [ ] ListAttributesRequest - [ ] ListCartPriceRulesRequest - [ ] ListCatalogPromotionsRequest - [ ] ListCouponsRequest - [...
- [ ] AddCartItemCommand - [ ] AddShipmentTrackingCodeCommand - [ ] BuyShipmentLabelCommand - [ ] CreateAttachmentForOrderItemCommand - [ ] CreateAttachmentForUserProductCommand - [ ] CreateImageForProductCommand - [ ] CreateImageForTagCommand - [...
- Upon order creation, decrement inventory quantity - Delegate stock movements to InventoryTransaction
Cart Line Items: - Product A ~~$25.00~~ 17.50 \* 30% catalog promotion - Product B $4.00 With only Cart Price Rule and Catalog Promotion: - Subtotal: $21.50 - Discounts: ($4.00)...