WEMS Posted May 27, 2016 Share Posted May 27, 2016 Bye activating debu mode in defines.inc.php I get this new following message: Impossible to add the product to the cart. textStatus: 'parsererror'errorThrown: 'SyntaxError: Unexpected token < in JSON at position 0'responseText:Notice: Trying to get property of non-object in /home/swissp8/public_html/swissprimenails.ch/classes/Tools.php on line 1222{"products":[{"id":1876,"link":"http:\/\/www.swissprimenails.ch\/en\/pedicure-products\/1876-nappa-fuss-peeling-110ml.html","quantity":1,"image":"http:\/\/www.swissprimenails.ch\/img\/p\/en-default-thumb_default.jpg","image_width":"56","image_height":"64","image_cart":"http:\/\/www.swissprimenails.ch\/img\/p\/en-default-small_default.jpg","priceByLine":"5.90 CHF","name":"Nappa Fuss Peeling 110ml","full_name":"Nappa Fuss Peeling 110ml","price":"5.90 CHF","price_float":5.9,"idCombination":0,"idAddressDelivery":561,"is_gift":false,"hasAttributes":false,"hasCustomizedDatas":false,"customizedDatas":[]}],"discounts":[],"shippingCost":"9.40 CHF","shippingCostFloat":9.4,"wrappingCost":"0.00 CHF","nbTotalProducts":1,"total":"15.30 CHF","productTotal":"5.90 CHF","freeShipping":"244.10 CHF","freeShippingFloat":244.1,"free_ship":false,"isVirtualCart":false,"hasError":false,"crossSelling":false} Link to comment Share on other sites More sharing options...
shokinro Posted May 27, 2016 Share Posted May 27, 2016 I guess there was something wrong with the returned json data. it could be some special characters or something else. It seems that you have turned on the DEV mode, can you try to turn of the DEV to see if it works? It might be some output of debug info break the code/data. set _PS_MODE_DEV_ to false in file /configure/defines.inc.php Link to comment Share on other sites More sharing options...
shokinro Posted May 27, 2016 Share Posted May 27, 2016 By the way, _PS_MODE_DEV_ should be off usually, you can turn it on only when you need to see errors for debug purpose. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now