Hello,
It is with desperation that I have no other choice but to ask for your help on a major issues since my upgrade from 1.5.3 to 1.5.4 ..
The major issue is : the add to cart button is not working ... I mean, with the ajaxcart i can see the product going up when I click on the add to cart button but then nothing happens ... impossible to add anything to the cart despite uninstalling, reinstalling and spending HOURS on forums looking for a solution ...
I asked my host provider and they gave me this answer :
"I did trace the script and look at the parameters being sent. For example, when adding an item to the cart, the following Ajax request was sent:
POST http://w2beauty.com/?rand=1366822772541
controller:cart
add:1
ajax:true
qty:1
id_product:7161
token:19a2ff1f3d6ede5ae04e283bb3fbd4cb
And this is the data that was returned by PrestaShop to the browser:
{
"products": [
],
"discounts": [
],
"shippingCost": "$0.00",
"shippingCostFloat": "0",
"wrappingCost": "$0.00",
"nbTotalProducts": "0",
"total": "$0.00",
"productTotal": "$0.00",
"hasError" : false
}
I did this with several items, and while the request has a varying "id_product" for different items, the server response (from the PrestaShop script) is always exactly the same. This basically shows that the item is not being added to the cart, and the response confirms it (0 nbTotalProducts, $0.00 total)."
I don't really understand it myself but the option he is offering me is a rollback as he cannot help me more on that issue ...
This is my website : www.w2beauty.com
If anyone can help, I would be so thankful !