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

[eluser]Unknown[/eluser]
What is true may not use parentheses in shopping carts? I am puzzled why the data I made to send is not stored in the shopping cart. Is this a mistake or a bug?
Thank you.
#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';
#3

[eluser]Unknown[/eluser]
Sorry, my english is not well.. :-) I just learn CI...
Thx for respon :down:

Peace




Theme © iAndrew 2016 - Forum software by © MyBB