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

[eluser]Billy Shall[/eluser]
[quote author="aggiaggiaggiaggi" date="1266331057"]same here, there are a number of other chars which prevent products to go in the cart, like ' and !

heres a simple solution.

just add your products with the following code:

Code:
$this->cart->product_name_rules = '[:print:]';
$this->cart->insert($data);

This allows all printable characters in the product name.

@codeigniter coders: i think this should be made default, just allowing _ . : is not enough[/quote]

This worked for adding products with slashes, Thanks!


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