Search found 11 matches

by terrysmith
Thu Sep 09, 2010 8:01 pm
Forum: 7.0 DataPort
Topic: dataport error
Replies: 4
Views: 5599

Re: dataport error

I just had this same error. I finally noticed that I had two columns with the same name in my CSV file.
by terrysmith
Wed Jun 23, 2010 4:21 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: Stunique.com Recently Launched
Replies: 1
Views: 9738

Stunique.com Recently Launched

Hello everyone, I recently converted our platform to AbleCommerce. Please check out our site at http://www.stunique.com/ . I LOVE AbleCommerce! It is so easy to work with. I have customized it a lot already and will be doing even more. The API and architecture make it simple to hook into to add func...
by terrysmith
Sat Jun 05, 2010 2:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.4 Hot Patch Tip for System.Security.SecurityException
Replies: 1
Views: 2295

7.0.4 Hot Patch Tip for System.Security.SecurityException

I was in the process of applying the hot patches for 7.0.4 when I started getting a System.Security.SecurityException error on every page. I couldn't even go to /Install/TestPermissions.aspx without getting this exception. I backed out all of my changes one by one until I discovered it was CommerceB...
by terrysmith
Sat Jun 05, 2010 1:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Huge Viewstate??
Replies: 4
Views: 3617

Re: Huge Viewstate??

You haven't said which page this is coming from; however, you can download viewstate viewers to help track down your problem:

http://www.binaryfortress.com/aspnet-viewstate-helper/
http://www.denisbauer.com/ASPNETControls.aspx

There are probably more out there as well.
by terrysmith
Thu Apr 15, 2010 7:47 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CatalogNodeTypeId Mapping Definition
Replies: 0
Views: 2035

CatalogNodeTypeId Mapping Definition

Here is the meaning of the CatalogNodeTypeID column in the ac_CatalogNodes table. I just had to figure this one out myself for an enhancement, so for anyone else searching for this:

0 - Category
1- Product
2 - Webpages
3 - Links
by terrysmith
Sun Mar 28, 2010 10:34 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: OptionPicker Source Code
Replies: 0
Views: 1870

OptionPicker Source Code

I would like to make my own version, with extensive changes, of the OptionPicker control. It would greatly help if I could start with the original source so that the auto-postback of the selected option/variant is handled to match the existing implementation. Could you please post the source for the...
by terrysmith
Sat Mar 06, 2010 4:54 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Server Configuration not working
Replies: 2
Views: 1937

Email Server Configuration not working

I am configuring AbleCommerce on my local machine before going live, and I can not get the Email Server Configuration to work. Each time it says: Server configuration was updated but the test resulted in error: Failure sending mail. I've tried SMTP with and without SSL, with and without authenticati...
by terrysmith
Sat Mar 06, 2010 4:34 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Sort Search Results by CreatedDate
Replies: 6
Views: 4142

Re: Sort Search Results by CreatedDate

A reply to my previous post would be appreciated...

Thank you
by terrysmith
Wed Feb 24, 2010 1:33 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Sort Search Results by CreatedDate
Replies: 6
Views: 4142

Re: Sort Search Results by CreatedDate

I'm also wanting to sort by newest to oldest. I don't understand how the solution in the referenced thread above could work, namely copying the list returned from ProductDataSource.NarrowSearch() into a product collection and running a comparer class against it. Does NarrowSearch not return one data...
by terrysmith
Thu Feb 18, 2010 8:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Quantity Increments
Replies: 3
Views: 2268

Re: Quantity Increments

Thank you Mazhar, That will work for us. What we will do is not create the dropdown if a min quantity is specific but a max quantity is not specified because we would not normally have limits on those items. But if both a min and max quantity is specified then I'll modify the code to so a drop-down ...
by terrysmith
Wed Feb 17, 2010 9:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Quantity Increments
Replies: 3
Views: 2268

Quantity Increments

I need to setup products so that they are only purchasable in quantities of 10, 25, etc. For example, wedding invitations, note cards, and other paper products are sold in increments of 25, 50, 75, etc. on up to 1,000. Frankly, I'm very surprised AbleCommerce doesn't support this already, but it is ...