Jump to content

Cant Add to Cart


Recommended Posts

So I get this error when trying to Add a product to Cart:

 

 

Impossible to add the product to the cart.

textStatus: 'parsererror'
errorThrown: 'SyntaxError: JSON.parse: unexpected character'
responseText:

{
"products": [
    {
        "id":            587,
        "link":          "",
        "quantity":      1,
        "priceByLine":   "£13.50",
        "name":          "FOCUS DAILIE...",
        "price":         "£13.50",
        "price_float":   "11.25",
        "idCombination": ,
        "idAddressDelivery": 0,
        "hasAttributes": true,
        "attributes":    "",
        "hasCustomizedDatas": false,

        "customizedDatas":[
                ]


    }],

"discounts": [
],

"shippingCost": "£3.00",
"shippingCostFloat": "3",
"taxCost": "£2.75",
"wrappingCost": "£0.00",
"nbTotalProducts": "1",
"total": "£16.50",
"productTotal": "£13.50",

"hasError" : false

}
 

 

Any ideas would be so greatfully appreciated.

 

Matthew

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...