which type of cart variable I can use..
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I want to add and modify no. of products in my AddToCart variables. Shopping can be done in different sub - domain. Plz Help me... Thanks ajai
There's no such thing as a 'cart variable'. You don't want to store the number of products anyhow, you want to calculate it based on the number of products that are in the cart.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )