Trends in eCommerce Packages

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply

Which PHP-based eCommerce Package Do You Like Best And Have Used?

osCommerce
2
33%
Zen Cart
0
No votes
Magento
1
17%
CS-Cart
0
No votes
VirtueMart
1
17%
CubeCart
0
No votes
ShopScript
0
No votes
XCart
1
17%
Other
1
17%
 
Total votes: 6

User avatar
volomike
Forum Regular
Posts: 633
Joined: Wed Jan 16, 2008 9:04 am
Location: Myrtle Beach, South Carolina, USA

Trends in eCommerce Packages

Post by volomike »

I'm wanting to know what PHP-based eCommerce package you guys like and why, and hopefully if you've actually used it, and let me know if you have different packages you use for low-end versus non-low-end markets. I don't have much care about whether the package is pay-only or free -- usually even when an item is pay-only, it's about $300, which is in my budget. (However, I'm not a fan at all of ones you have to pay fees on per month.)
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Trends in eCommerce Packages

Post by onion2k »

I voted 'Other' because I wrote my own.
User avatar
volomike
Forum Regular
Posts: 633
Joined: Wed Jan 16, 2008 9:04 am
Location: Myrtle Beach, South Carolina, USA

Re: Trends in eCommerce Packages

Post by volomike »

onion2k wrote:I voted 'Other' because I wrote my own.
When you said you wrote your own, how do you keep up with various tax and online shopping laws?

For me, I wrote my own in the past and the way I did it besides the obvious catalog/shopping cart stuff was to collect tax only if the client's customer was geographically located in the same state of the USA as the nexus of the business. And, in some cases I had to tack on special city and county tax exceptions, or exceptions based on age (a retirement age thing here). I also had to accommodate the COPPA Act. However, my system integrated with someone's handheld creditcard unit by giving the merchant business a secure web page to see transactions, mark them pending, chargeback, etc. Now, however, even if I integrated it with a paypal, google checkout, or something else, I might have more laws and regulations to have to deal with, I suspect.
User avatar
seodevhead
Forum Regular
Posts: 705
Joined: Sat Oct 08, 2005 8:18 pm
Location: Windermere, FL

Re: Trends in eCommerce Packages

Post by seodevhead »

I'm very familiar with most shopping cart scripts, and of the list, I would hands down say the winner is XCart and Magento. But as you read in my other post, Magento lacks on it's ability to communicate with automated billing routines. XCart CAN do that... but you must be compliant to the standards set forth for credit card security (I forget the acronym). The XCart developers can build an addon module for use with Authorize.Net's ARB API for a very attractive price... Magento will charge you an arm and a leg I'm sure.

If I was just selling tangible items, I'd probably go with magento for it's cleanliness as a storefront and backend. XCart has all the bells and whistles however.

I ended up writing my own however, using the world's best payment processor (but that's my secret). 8)
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Trends in eCommerce Packages

Post by Christopher »

volomike wrote:When you said you wrote your own, how do you keep up with various tax and online shopping laws?
I don't normally do e-commerce sites, but the ones I do are built custom because the client requires exactly the things you discuss above (e.g., special cart features, taxes, very irregular shipping needs, laws like COPPA, etc.) and wants a very specific implementation.
(#10850)
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Trends in eCommerce Packages

Post by onion2k »

volomike wrote:
onion2k wrote:I voted 'Other' because I wrote my own.
When you said you wrote your own, how do you keep up with various tax and online shopping laws?
I'm in the UK. There's only one set of laws and they rarely change.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Re: Trends in eCommerce Packages

Post by malcolmboston »

onion2k wrote:
volomike wrote:
onion2k wrote:I voted 'Other' because I wrote my own.
When you said you wrote your own, how do you keep up with various tax and online shopping laws?
I'm in the UK. There's only one set of laws and they rarely change.
i only really deal with eCommerce sites now, im also from the UK and ive never had any problems.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Trends in eCommerce Packages

Post by onion2k »

I'm going to be moving up to Newcastle soon(ish). You, me and Jaybird (who's in york I think) need to go to the pub.
Post Reply