Results 27 issues of Jamie Isaacs

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...

enhancement
help wanted

The most likely candidate job scheduler/worker manager is Gearman. See: https://github.com/inklabs/kommerce-core/issues/63#issuecomment-272381352

enhancement

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...

enhancement
question

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...

help wanted
question

- [ ] GetLowestShipmentRatesByDeliveryMethodRequest - [ ] GetProductsByTagRequest - [ ] GetShipmentRatesRequest - [ ] ListAttributesRequest - [ ] ListCartPriceRulesRequest - [ ] ListCatalogPromotionsRequest - [ ] ListCouponsRequest - [...

help wanted

- [ ] AddCartItemCommand - [ ] AddShipmentTrackingCodeCommand - [ ] BuyShipmentLabelCommand - [ ] CreateAttachmentForOrderItemCommand - [ ] CreateAttachmentForUserProductCommand - [ ] CreateImageForProductCommand - [ ] CreateImageForTagCommand - [...

help wanted

- Upon order creation, decrement inventory quantity - Delegate stock movements to InventoryTransaction

enhancement

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)...

bug
help wanted
question