Search found 5 matches

by lasujah
Thu May 08, 2008 7:22 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Store Settings question
Replies: 2
Views: 3442

Re: Store Settings question

gee thanks Naveed.
by lasujah
Tue May 06, 2008 8:25 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Store Settings question
Replies: 2
Views: 3442

Store Settings question

Hello everyone,

I have a newbie question. Is there a variable in 'StoreSettingCollection" (Token.Instance.Store.Settings) that returns the Store Name that you set in Admin->Configure->Store->Store Name?

Your reply is greatly appreciated. Thanks.
by lasujah
Mon May 05, 2008 1:15 am
Forum: 7.0 DataPort
Topic: 12/1 - AbleCommerce Data Client Utility 7.0
Replies: 361
Views: 611589

Re: 4/29 - AbleCommerce Data Client Utility Beta .17

I noticed that when exporting products in CSV format, it doesnt include its product template fields and data. Does anyone know how to add the custom fields from product template to CSV for import?
by lasujah
Wed Apr 02, 2008 8:40 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How to use thumbnail on category.
Replies: 6
Views: 7766

Re: How to use thumbnail on category.

thanks a lot! it worked.

This is my code on my ascx file.

Code: Select all

<%#ResolveClientUrl(Eval("ThumbnailUrl").ToString())%>
by lasujah
Wed Apr 02, 2008 2:55 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How to use thumbnail on category.
Replies: 6
Views: 7766

How to use thumbnail on category.

Hi everyone, In edit/add category, theres a "Thumbnail" field that allows you to select an image on Product Asset Manager. My problem is, I dont know how to use it on conlib (ex. SimpleCategoryList). I tried <%#Eval("Thumbnail")%> but returns 'CommerceBuilder.Catalog.Category' does not contain a pro...