Search found 5 matches

by richa
Tue Apr 12, 2011 1:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: how to cross link categories
Replies: 2
Views: 2990

how to cross link categories

is there a way to have a sub-category e.g. pendants under multiple main categories e.g.
1. jewelry
2. gifts,
without duplicating?
by richa
Thu Mar 03, 2011 12:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding more fields to full text search
Replies: 1
Views: 2264

Adding more fields to full text search

Ablecommerce version: 7.0.5 build 14053

If I add a table e.g. ac_ProductsExtension to the catalog ac_SearchCatalog, will the selected columns from this table be included in able's full text search automatically or does it require a code change?

-Thanks
Richa
by richa
Thu Feb 24, 2011 10:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need assitance with adding custom field to Vendor
Replies: 1
Views: 1898

Need assitance with adding custom field to Vendor

Could someone please list out the steps required to add a custom field to a vendor?

-Thanks
Richa
by richa
Fri Jan 21, 2011 8:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cant change quantity in cart once discount is applied
Replies: 3
Views: 2813

Re: Cant change quantity in cart once discount is applied

we call a method: ShowDiscountMessageInfo(); in page load in basket.ascx.cs private void ShowDiscountMessageInfo() { VolumeDiscountCollection volumeDiscountCollection = VolumeDiscountDataSource.LoadForStore(); for (int i = 0; i < volumeDiscountCollection.Count; i++) { VolumeDiscount volumeDiscount =...
by richa
Thu Jan 20, 2011 1:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cant change quantity in cart once discount is applied
Replies: 3
Views: 2813

Cant change quantity in cart once discount is applied

AbleCommerce version? 7.0.5 build 14053
In the Shopping cart, you can change the quantity of any item, until a discount is applied. Once a discount is applied, you can change the quantity of only the first item in the cart.