Welcome Guest, Not a member yet? Register   Sign In
Shoping Cart Bug?
#2

[eluser]WanWizard[/eluser]
What do you mean by "use in shopping carts"?

There are rules for product ID (default alpha-numeric, dashes, underscores, or periods) and project name (default alpha-numeric, dashes, underscores, colons or periods).

You can change these regex rules via
Code:
$this->cart->product_id_rules    = '\.a-z0-9_-';
$this->cart->product_name_rules    = '\.\:\-_ a-z0-9';


Messages In This Thread
Shoping Cart Bug? - by El Forum - 11-04-2010, 12:57 PM
Shoping Cart Bug? - by El Forum - 11-04-2010, 03:14 PM
Shoping Cart Bug? - by El Forum - 11-05-2010, 01:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB