Help for this page
sub get_product_table { ... }
sub add_item { ... $cart_ref->{$prod_id}->{qty} = $qty; $cart_ref->{$prod_id}->{color} = $color; }