Jump to content

[Solved] Error on checkout while offering free coupon discount.


jeff8899

Recommended Posts

Hi,

 

i create a coupon which is total free for a product, inculding free shipping which total price is 0.

when customer at final step clicking confirm the order, the site will get the following error and the item is gone on cart.

 

TECHNICAL ERROR: unable to confirm the order Details: Error thrown: [object Object] Text status: error

 

not sure if this is the issue with passing no value to Paypal?

or how to by pass payment the 0 value. 

 

Thanks

Edited by jeff8899 (see edit history)
Link to comment
Share on other sites

If payment amount is 0, PrestaShop will create order right away instead of passing to payment module.Do you see any error is created from back office Orders tab?

I think there is some error during the creation of the order. not sure what went wrong.  you may have to browser debugger tool to find out what is there real error message.

if you do not know how to use browser debugger tool, it might difficult.

 

you can also try to see if there is any log at your store under log folder or at back office - Advanced Parameters - Logs

 

you can also check if _PS_MODE_DEV_ is set to false in file /config/defines.inc.php, if it is not, try to set that to false and try again to see if it helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...