Welcome Guest, Not a member yet? Register   Sign In
Help - Shopping cart fails to add item.
#1

[eluser]Frank Rocco[/eluser]
Hello,

The item fails when the description has a / in it.
example: B/S INSIGNIA

$row->Item_description = "B/S INSIGNIA"
$data = array(
'id' => $row->Item,
'qty' => $qty,
'price' => $row->List_price,
'name' => $row->Item_description
);

$this->cart->insert($data);

if I remove the /, it saves ok.
$row->Item_description = "BS INSIGNIA"
Thanks

CI 1.7.2


Messages In This Thread
Help - Shopping cart fails to add item. - by El Forum - 02-09-2010, 05:59 PM
Help - Shopping cart fails to add item. - by El Forum - 02-12-2010, 05:53 AM
Help - Shopping cart fails to add item. - by El Forum - 02-16-2010, 02:37 AM
Help - Shopping cart fails to add item. - by El Forum - 02-16-2010, 04:17 AM
Help - Shopping cart fails to add item. - by El Forum - 02-16-2010, 02:18 PM
Help - Shopping cart fails to add item. - by El Forum - 02-26-2010, 07:42 AM
Help - Shopping cart fails to add item. - by El Forum - 03-22-2010, 05:40 AM
Help - Shopping cart fails to add item. - by El Forum - 03-22-2010, 05:49 AM
Help - Shopping cart fails to add item. - by El Forum - 03-22-2010, 10:35 AM
Help - Shopping cart fails to add item. - by El Forum - 04-03-2010, 05:58 PM
Help - Shopping cart fails to add item. - by El Forum - 04-04-2010, 05:02 AM
Help - Shopping cart fails to add item. - by El Forum - 04-04-2010, 09:47 AM
Help - Shopping cart fails to add item. - by El Forum - 04-04-2010, 06:16 PM
Help - Shopping cart fails to add item. - by El Forum - 04-04-2010, 06:59 PM
Help - Shopping cart fails to add item. - by El Forum - 04-04-2010, 07:31 PM
Help - Shopping cart fails to add item. - by El Forum - 06-12-2010, 04:57 AM
Help - Shopping cart fails to add item. - by El Forum - 08-05-2010, 09:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB