+ cookie + "'"; //dont use '' on either side.. this iswrong
//cartStr = cookie;
var myCart = eval("(" + cookie + ")");
//alert(p[0].item_name);
var cartHTML = '';
var p = myCart[0];
if(p.length != 0)
{
cartHTML = cartHTML + '
- To update the quantity of the products, please change the quantity of the product in the basket and press UPDATE QUANTITY button
- Click "Submit Enquiry" to send request for quotation
';
cartHTML = cartHTML + '';
document.write(cartHTML);
}
else
{
cartHTML='';
cartHTML = cartHTML + '';
document.write(cartHTML);
}
}
else
{
cartHTML='';
cartHTML = cartHTML + '';
document.write(cartHTML);
}