Ecshop marketplace adds a toJSONString button to the shopping cart pop-up box and adds an buy now on the product details page. the template file has a transport. js file, click to add to the shopping cart, this situation will occur, a lot of up to find, the problem is not resolved, I do not know which has encountered.
Reply to discussion (solution)
Try changing the value in the current template. it may be that this variable has not been paid in lang.
Try changing the value in the current template. it may be that this variable has not been paid in lang.
This transport. js is an influence. I will remove it and there will be no toJSONString.
Oh, can I?
Json processing is not available
Convert the original Ajax. call ('flow. php? Step = add_to_cart ', 'goods =' + goods. toJSONString (), addToCartResponse1, 'post', 'json ');
Replace goods. toJSONString () with objToJSONString (goods. Then, find a new transport. js code on the Internet. You can.