You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we've order that has specific vat rates on shipping or even equals to zero, we got a fatal error when customer try to make complete checkout.
In log, we got a "unable to make a division by zero" and I've fixed that by adding the next line inside the plugin file, but I'm not sure that fix doesn't affect other parts of code:
When we've order that has specific vat rates on shipping or even equals to zero, we got a fatal error when customer try to make complete checkout.
In log, we got a "unable to make a division by zero" and I've fixed that by adding the next line inside the plugin file, but I'm not sure that fix doesn't affect other parts of code:
The text was updated successfully, but these errors were encountered: