I have a question just like in the title - Why codeigniter shopping cart class doesn\'t allow any special character in the name? When I\'m adding some item with normal name
You can also optionally just modify the regular expression to allow quotes like so:
$this->cart->product_name_rules = "\.\:\-_\"\' a-z0-9";