How to add an item to cart using Code Behind?

8 views
Skip to first unread message

uswe...@gmail.com

unread,
May 9, 2007, 7:50:13 AM5/9/07
to Open Shopping Cart
Is it possible?

Marc Chouteau

unread,
May 10, 2007, 7:50:04 AM5/10/07
to open-shop...@googlegroups.com
Yes

It's possible, for example :

Serialcoder.ShoppingCart.CartItem ci = new Serialcoder.ShoppingCart.CartItem();

ci.Description = "ProductDescription";

ci.ProductId = 1;

ci.Reduce = 0;

ci.ProductLink = " http://www.serialcoder.net";

Serialcoder.ShoppingCart.Cart.Add (ci);

Marc Chouteau

On 5/9/07, uswe...@gmail.com <uswe...@gmail.com> wrote:

Is it possible?


Reply all
Reply to author
Forward
0 new messages