Search found 4 matches

by vijjendra
Fri Jan 29, 2010 3:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to maintain Quantity of ProductVarient.
Replies: 1
Views: 1757

How to maintain Quantity of ProductVarient.

Hi, I want to know how to maintain Quantity of ProductVarient. Suppose We have a Product T-shirt with Quantity 200. This Product Contains 1 option for color. Suppose we have 3 optionChoice for color Green,Red,Black. Now my question is that I have 50 T-Shirt of Color Green,100 of color Black and rest...
by vijjendra
Sun May 03, 2009 2:59 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Where is relation between Category and Products....
Replies: 3
Views: 3215

Re: Where is relation between Category and Products....

In ac_CatalogNodes table there is 4 column
1. CategoryId
2.CatalogNodeId
3.CatalogNodeTypeID
4. OrderBy
now please tell me which colum and waht value relate to Category and Product.
by vijjendra
Sat May 02, 2009 3:25 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Where is relation between Category and Products....
Replies: 3
Views: 3215

Where is relation between Category and Products....

Hi,All When user click on the category the product list is shown but in Database there is no relation between them. I have read the forum topics related to this, there is discussion about Object_Assn what is this and where we find this. I want to show wishlist Item in Category based like wishlist.jpg
by vijjendra
Thu Jan 01, 2009 11:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: custom Cart Total in Header is incorrect--Need help
Replies: 3
Views: 6384

Re: custom Cart Total in Header is incorrect--Need help

To display the total quantity or Items plz use the following code.. System.Int32 j; System.Int32 j; protected void Page_Load(object sender, EventArgs e) { GetBasketItems(); } private void GetBasketItems() { Basket basket = Token.Instance.User.Basket; //WE WANT TO RESET THE GIFT OPTIONS AT THIS STAGE...