Instead of implementing it from scratch try to include any ror ecommerce
gems and let it handle the cart and sessions. i personally like the
simplicity of piggybak https://github.com/piggybak/piggybak .
I can do that but most of the gems I see are working with the fact that
the
person who is logged in is also the person which “owns” the shopping
card.
With me that is not true.
So I try to find a way to resolve that problem.
Roelof
Op dinsdag 23 december 2014 08:33:41 UTC+1 schreef Vivek S.:
If im reading this phrase right "a client comes to the counter " , the
end
client does not login right ? Then all you have to do is use the same
ecommerce solution and let your staff “impersonate” your clients .