Luke Holder

Results 55 issues of Luke Holder

Could I use this composer module in as a class in a regular composer friendly non symfony app?

Just wanted to say thanks for building this lib, I really look forward to seeing it completed! Keep up the great work, sorry I can't contribute. Love twig in PHP...

gravatar now supports profile information. see: https://en.gravatar.com/site/implement/profiles/ support would be great.

fieldtype is not found when folder name is fieldTypes. fieldtype is found when folder name is fieldtypes

Currently, the price of a product is rounded to the decimal places of the base currency, when the product is on a line item in an order/cart. This provides consistency...

📣 promotions
🧾 orders
📬 shipping
👚 products
💳 payments
discussion

Start of voiding transactions with payment gateways. - Added a `Gateway::supportsVoid()` and `Gateway::void()` to Gateway interface and base abstract class. - Implemented support to the Dummy gateway TODO - [...

### Discussed in https://github.com/craftcms/commerce/discussions/2480 Originally posted by **mattstein** July 10, 2021 The order listing’s **Download PDF...** button should be improved to match the more optimal UX of the order detail...

💡 enhancement
🖥 UI

https://github.com/craftcms/commerce-omnipay/blob/01b24c10cd047af5cd20bf5caafb330ec685e237/src/base/Gateway.php#L661-L722 The above need to be updated for Commerce 3.1 that spread all discounts across line items. This means we can send just the line items price (after adjustments) to...

bug

can you do this is less? sass example: ``` $starWidth: 44px; $starOffset: 0 -43px; $numStars: 5; $steps: 2; $total: $numStars * $steps; @mixin filled($n: 0) { width: ($starWidth / $steps)...