-
Notifications
You must be signed in to change notification settings - Fork 42
Replies: 1 comment · 4 replies
-
Are you able to provide the full stack trace? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes sorry I intended to paste it but went too fast…
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Do you have a "Tax Category" configured on the product you're adding to the cart? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I did not explicitly set it but when I look at the product it has something like this:
which seems wrong (and also break the CP display of that product). If I correct it to
I can access the CP page again. If I now look at my product in the database, the
which seems incorrect? Thanks! |
Beta Was this translation helpful? Give feedback.
All reactions
-
That's odd, it should get saved as In the meantime, if you don't have any complicated tax needs, you could look at using the "Basic" tax engine that SC provides where you have a flat tax rate across all products. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Not sure if this is a bug so I write this here.
I am building a simple add to cart form with Simple Commerce and I am encountering a really weird behaviour.
I have set up SC to using Eloquent to store the orders and customers into a database.
Here is what is happening. With this simple form:
When I add the product for the first time ever, everything works perfectly. I can go ahead and place the order.
But as soon as this is done, when adding the product again, I get an
Array to string conversion
exception. Even in another browser entirely without any prior navigation on the website, I get this error.I am using Statamic 5.9.0 and Simple Commerce 7.3.1.
Am I missing something here?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions