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

[eluser]Brayan[/eluser]
[quote author="aggiaggiaggiaggi" date="1269276570"]well, not tested, but in theory, you should always be able to use '.*' which allows *every* character. (or maybe [.], one of the two should work)[/quote]

thank you.. but this doesn't work.
I commented these lines (validation in the cart library):

Code:
if ( ! preg_match("/^[".$this->product_name_rules."]+$/i", $items['name']))
        {
            log_message('error', 'An invalid name was submitted as the product name: '.$items['name'].' The name can only contain alpha-numeric characters, dashes, underscores, colons, and spaces');
            return FALSE;
        }

so now I can add any products, this is a good way for me, 'cause the name of products are already in database.. so NVM Big Grin

cheers.


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