Search found 9 matches

by Ken
Wed Apr 10, 2013 12:03 am
Forum: AbleCommerce GOLD
Topic: Nhibernate
Replies: 1
Views: 3398

Nhibernate

I have two questions related to Nhibernate. 1. how to pass sortexpression to Nhibernate criteria . For instance ,I want to sort by product.createddate desc. ICriteria criteria = NHibernateHelper.CreateCriteria<Product>(maximumRows, startRowIndex, sortExpression); criteria.Add(Restrictions.Eq("Visibi...
by Ken
Sun Apr 07, 2013 6:28 pm
Forum: AbleCommerce GOLD
Topic: feature product
Replies: 1
Views: 2851

Re: feature product

I worked out. making featuredProductGrid.ascx.cs inherit Isidebar. Then select featuredproductgrid in Edit layout page.

Thanks anyway
by Ken
Sun Apr 07, 2013 5:30 pm
Forum: AbleCommerce GOLD
Topic: feature product
Replies: 1
Views: 2851

feature product

How can I move feature products from middle column to rightside bar?
by Ken
Tue Mar 26, 2013 11:03 pm
Forum: AbleCommerce GOLD
Topic: Country code and country name
Replies: 2
Views: 3642

Country code and country name

There are three address in printable tax invoice page. They are warehouse address, ship to address and sold to address. My problem is AU for warehouse country ,AUSTRALIA for sold to country and AU for Ship to address. This looks not good. We want they are consistent. If it's country code then all di...
by Ken
Mon Mar 04, 2013 5:50 pm
Forum: AbleCommerce GOLD
Topic: autocomplete gold release 4
Replies: 2
Views: 3755

autocomplete gold release 4

Autocomplete is added to Gold release 3, I got Gold release 4 and tried to explore what's like. Nothing happeded when enter suggest into search bar no matter how many characters were put in. I checked simplesearch.ascx and found this <script type="text/javascript"> $(function () { $(".searchPhrase")...
by Ken
Sun Feb 03, 2013 10:57 pm
Forum: AbleCommerce GOLD
Topic: customize category page columns
Replies: 8
Views: 7751

customize category page columns

I couldn't to change columns in category page. is this customizable? For instance, it displays products in category page in three column, if I want to change to display to four columns. Are there anyone do this before? Thanks.
by Ken
Tue Jan 29, 2013 10:02 pm
Forum: AbleCommerce GOLD
Topic: rebuild index
Replies: 2
Views: 6076

rebuild index

I read a post about rebuild index in Ac7(http://forums.ablecommerce.com/viewtopic.php?f=42&t=14889&p=63884&hilit=rebuild+index#p63884) it's been mentioned index can be rebuilt by set up a schedule in full text catalog. Can anyone put more details about how to set a schedule to rebuild indexes automa...
by Ken
Tue Jan 29, 2013 9:27 pm
Forum: AbleCommerce GOLD
Topic: Admin button missing
Replies: 2
Views: 3567

Re: Admin button missing

thanks Logan.

It's fine now,it related with some data manipulation I did.
by Ken
Wed Jan 23, 2013 9:27 pm
Forum: AbleCommerce GOLD
Topic: Admin button missing
Replies: 2
Views: 3567

Admin button missing

Hi, I downloaded Ablecommerce Gold WAP release 3 and installed alright, but the admin button is missing. It supposed to be "admin" "cart" "wishlist" "account" "logout" , I got "cart" "wislist" "account" "logout" after I logged in as administrator. thanks in advance.