-
### What happened?
### Description
As soon as I set a product to cost $0, checkout skips the shipping step. But we need to have customers pay for shipping. If i change the cost of the product to 0.1…
-
### Description
After upgrading to craft 5 the location query no longer returns any data
```
{% set retailers = craft.entries.section('retailers').mapAddress({
location: "london",
radius: 2…
-
Wanted to get this on your radar for feature requests.
-
### Description
I've set up a Feed that lets me import products for Craft Commerce. I also want to import images as Assets but I have an SSL certificate error even though it is valid.
`productIm…
-
So Craft Commerce provides a feature where you can submit cart without payment and later [ask for payment on completed order](https://craftcms.com/docs/commerce/5.x/development/making-payments.html#pa…
-
### Description
We have a website just gone live (migrated from Craft 3) where payments are failing for admin users. Those users have been making payments on the dev version of the website and in S…
-
Looks like the compatibility ^2.1.0 is only checking against 2.X versions, and will not allow installation alongside Commerce 3. I do not know if there would need to be actual updates to this plugin f…
-
Please could you advise as to when ShipStation (third party plug in) will be available and compatible for use on Craft 5 Commerce / Ecommerce platform?
-
Hi Josh, as requested, here's the issue my client is having.
My client's Craft Commerce store has products with different TAX categories/rates. Basically as a UK shop products are either 20% VAT or…
-
We have an index for each site. We loop through each site and create the index like so:
```php
foreach (Craft::$app->getSites()->getAllSites() as $site) {
$algoliaIndices['products'.$site->id]…