Help - Shopping cart fails to add item. |
[eluser]aggiaggiaggiaggi[/eluser]
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 allows all printable characters in the product name. @codeigniter coders: i think this should be made default, just allowing _ . : is not enough |
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
|