What do these cart types mean?
public enum CartTypeEnum
{
ShoppingCart = 0,
WishCart = 1,
RecurringCart = 2,
GiftRegistryCart = 3
}
What do these cart types mean?
public enum CartTypeEnum
{
ShoppingCart = 0,
WishCart = 1,
RecurringCart = 2,
GiftRegistryCart = 3
}
Regards
Partha Mandayam
Software Developer
CardinalCommerce Corporation
0 = Normal Shopping Cart Items (the shopping cart contents)
1 = Wish List Items (the wishlist cart contents)
2 = Recurring Items (the recurring item cart contents)
3 = Gift Registry Items (the gift registry cart contents)
Last edited by George the Great; 12-16-2009 at 02:04 PM.
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>
Thanks.
There's some problem with subscribed threads. I'm actually subscribed to three threads but when I view my "Subscriptions" it shows only one.
Can you please check this?
Regards
Partha Mandayam
Software Developer
CardinalCommerce Corporation
subscribed threads problem is fixed - please ignore
Regards
Partha Mandayam
Software Developer
CardinalCommerce Corporation