-
After testing and development on a local machine, it would be nice to clear the orders and customers, to have a clean database on production.
Is there any other way to achieve that in the meantime?
-
When an Ordered Product event is sent, all line items inside that order are sent to Klaviyo with their properties. Those line items are actual Craft Commerce variants. However, we have only our defaul…
-
### What happened?
### Description
An editor with user permissions and active Craft account checked out as guest with the his craft user email address. His account got messed up. He lost access to…
-
### What happened?
### Description
We have some custom fields of type `Lightswitch` and show them in the booking template as checkboxes:
```html
```
If any of those checkboxes is…
-
**Description**
commerce-gateways.php (DEPRECATED)
```php
return [
'paypal' => [
'testMode' => getenv('PAYPAL_TEST_MODE'),
]
];
```
commerce-paypal-checkout.php
```php
r…
-
### What happened?
### Description
When adding a custom field to addresses (e.g for a phone number) they are fully populated successfully during the checkout process, however do not show up in the…
-
### What happened?
setting `shippingAddressId` and `shippingAddress` to `null` (in the `commerce/cart/update-cart` payload) has no effect.
if a shipping address was set before, it will _not_ have …
-
### What happened?
### Description
In the interface for Craft Commerce 3.X (and 4.X for that matter) there's a spot for **Purchase Total**.
Is this the number of line items or purchase total in d…
-
### What happened?
### Description
I attached to user fields a field which relate it to another group of user, let's call the first one "client" and the last one "agent".
It seems to me that it is …
-
I keep getting this error when I try to save bundles or when I try to save a site. CraftCMS and Craft Commerce 4.
Also not letting me edit bundles, not sure if it's related to permissions by site?