Questions for developers: AbleCommerce vs aspdotnet..

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
scdwebmaster
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Tue Jul 08, 2008 2:30 pm

Questions for developers: AbleCommerce vs aspdotnet..

Post by scdwebmaster » Tue Jul 08, 2008 2:36 pm

To all developers:

We are looking to purchase shopping cart software. We have narrowed it down to either Able Commerce or ASP Dot Net StoreFront. In order to make our final decision, we have three questions:

1) We have been told that the source code is well laid out and easy to manage. Have you found this to be true and would you use Able Commerce again if you "had to do it over again"?

2) Have you had to contact technical support? If so, how easy where they to work with and were they willing to make changes if needed?

3) How hard would it be to implement a set of products that are shown only to a specific group of customers (e.g. law enforcement to law enforcement officials only)?

I appreciate any comments that you may have that will help in our final decision.

Thanks in advance,
John Smith

afm
Captain (CAPT)
Captain (CAPT)
Posts: 339
Joined: Thu Nov 03, 2005 11:52 pm
Location: Portland, OR
Contact:

Re: Questions for developers

Post by afm » Tue Jul 08, 2008 3:11 pm

  1. AbleCommerce 7 ships with the UI code. It is mostly well laid out and easy to modify. The only caveat is that some of the pages include the code in the .aspx file, while most separate the .aspx and .cs files.

    You can also order the source code to the CommerceBuilder library, but it is probably not necessary. The API is very rich and easy to use. It is quite likely that you can complete all your customizations in the UI layer.
  2. I have only contacted technical support about administrative issues. In each case they were responsive.
  3. That would probably be easy to implement.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Questions for developers

Post by AbleMods » Tue Jul 08, 2008 10:41 pm

scdwebmaster wrote:1) We have been told that the source code is well laid out and easy to manage. Have you found this to be true and would you use Able Commerce again if you "had to do it over again"?
Yes and yes. The code is C-Sharp - not exactly my personal preference but it is well laid-out making it very readable. Keep in mind what everyone today knows as "source code" is not the entire source code. There is a huge library of underlying data classes and methods to which source is not yet available. My understanding is it will be released shortly since AC7 Final is now out.
AC7 makes use of alot of .Net user controls. You will have some learning curve grasping how everything ties together to make a product page. But there design is pretty consistent, so once you get the hang of it the rest becomes very easy to follow.
2) Have you had to contact technical support? If so, how easy where they to work with and were they willing to make changes if needed?
Tech support has been mostly strong for my personal experience. I've worked with Able since September 2007. In most cases their responses were quick and effective. The biggest issue comes with modifications to your site - their ability to respond with support issues on a site such as mine that's been modified heavily is far more limited (for obvious reasons). So in other words the more you modify your site, the less Able can help you. That will be the case most anywhere you go for storefront software.
3) How hard would it be to implement a set of products that are shown only to a specific group of customers (e.g. law enforcement to law enforcement officials only)?
I am not aware of any capability to accomplish this with the current release. This would require extensive modification since all aspects of the search and catalog code would have to be modified. You can limit discounts, coupons and price levels by customer group however the overall catalog is available to all site visitors.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

keats76
Commander (CMDR)
Commander (CMDR)
Posts: 117
Joined: Sat Dec 15, 2007 4:45 pm

Re: Questions for developers

Post by keats76 » Wed Jul 09, 2008 7:05 am

#3) I've done a fair amount of work with role based customization. It's pretty easy to create custom groups (i.e. Law Enforcement) and to determine who is a member of those groups. However, splitting the catalog between different groups would take a good bit of work. You'd have to add additional information to each product etc. to indicate the type of group it would be available for, and then you'd have to filter on that information in a number of places. Could be done, but it would take some time.

Good luck!

Harley
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 39
Joined: Mon Jun 23, 2008 9:18 am

Re: Questions for developers

Post by Harley » Wed Jul 09, 2008 4:11 pm

Able compared to asp.net storefront, it's not even close, able is far better. I have done work with asp.net storefront. Its a mess, and its biggest issue issue is performance amongst other things. They do xml / xsl transformations on their displays, its a nice idea, but does not work all that quick, and is not easy for any designers to work with when you want to change layouts. I have seen their source code, its outsourced and done badly, very inexperienced stuff done. I would not want to have to work with it. Just my 2c.
Steve Portock
Lead Developer
Web 2 Market, Inc.
http://www.web2market.com

Mailto: sportock@web2market.com

p. 480-220-4121
f. 877-245-5553

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Re: Questions for developers

Post by nickc » Wed Jul 09, 2008 5:17 pm

There's a solution for the user group catalog filter here: viewtopic.php?f=42&t=7623

sacards.com
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Wed Jun 04, 2008 1:45 am

Re: Questions for developers

Post by sacards.com » Thu Jul 10, 2008 7:52 pm

Hi,
dont even think about AspDotNetStoreFront . i have bought it this january plus source code , costs a fortune , and yet very hard to customize . XmlPackages , stupied idea that makes it difficult to do basic stuff . html is sometime in the source code , and it has bad program design .

Post Reply