commerce
commerce copied to clipboard
Fully integrated ecommerce for Craft CMS.
**Description** One thing I have noticed with Commerce 3 is that it calls the shipping calculator _a lot_ - basically every time an order is touched in anyway - front...
**Description** [The template](https://github.com/craftcms/commerce/blob/develop/src/templates/_components/gateways/_creditCardFields.html) that outputs the credit card fields when using `cart.gateway.getPaymentFormHtml()` uses Craft's [text input helper](https://github.com/craftcms/cms/blob/develop/src/templates/_includes/forms/text.html) to generate the inputs. It passes `required: true` to the include, but the...
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...
### What happened? ### Description Some orders have come through marked as overpaid when they shouldn't be. We have a custom line item adjuster in place which add's percentages to...
### What happened? ### Description Sales are working fine when prices are displayed on the product/product listing, but when it is added to the cart the price is the original...
### What happened? Starting versions: Craft: `Craft Pro 3.7.51` Commerce: `3.4.16` ### Description After the steps described in "Steps to reproduce", running this query directly on the database: ```sql --...
Add `inline` parameter to `DownloadsController` to display PDFs directly in a browser tab. ### Description During development of PDF files I find it handy to display them in a browser...
### What happened? ### Description I'm updating an old Craft installation (3.3 with Commerce 2) to Craft 4 and Commerce 4. Craft 3.7.x + Commerce 3 worked fine, but further...
### What happened? If a purchasable has minimum allowedQty set, then when trying to add it via a cp order (add new lineitem) it returns an error. A generic "couldn't...
### What happened? ### Description Since updating to 4.1.0 from 4.0.1, I am getting the following error when switching between a payment source and a gateway ``` Call to a...