HighDots Forums  

Shopping Cart recommendations

Website Design comp.infosystems.www.authoring.site-design


Discuss Shopping Cart recommendations in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kerberos
 
Posts: n/a

Default Shopping Cart recommendations - 11-18-2004 , 12:01 PM






A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far. The
one I found best was osCommerce, but the project seems abandonned somehow.
I also found ZenCart, but it won't work with all browsers, it's terrible.
So... I don't know, if you have recommendations, they're welcome. I prefer
open-source software, and preferably with support for Brazilian Portuguese.
Thanks,

--

Kerberos.
http://www.osresources.com
http://www.freebsd.org

Reply With Quote
  #2  
Old   
Fat Sam
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-18-2004 , 12:20 PM







"Kerberos" <me (AT) privacy (DOT) net> wrote

Quote:
A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far. The
one I found best was osCommerce, but the project seems abandonned somehow.
I also found ZenCart, but it won't work with all browsers, it's terrible.
So... I don't know, if you have recommendations, they're welcome. I prefer
open-source software, and preferably with support for Brazilian
Portuguese.
Thanks,
I'd personally recommend hand coding.....Whichever server side scripting
language you prefer to work in.....
I've built countless shopping carts in th epast using ASP, and to be honest,
it's a lot easier than most people realise.....And it has the advantage that
the end product is 100% tailored to your needs....It's coded from the ground
up with your needs in mind....An off the shelf package will always feel
somewhat *shoehorned* to fit your needs.....




Reply With Quote
  #3  
Old   
M_P
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-18-2004 , 01:13 PM



"Kerberos" <me (AT) privacy (DOT) net> wrote

Quote:
A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far. The
one I found best was osCommerce, but the project seems abandonned somehow.
I also found ZenCart, but it won't work with all browsers, it's terrible.
So... I don't know, if you have recommendations, they're welcome. I prefer
open-source software, and preferably with support for Brazilian
Portuguese.
Thanks,

--

Kerberos.
http://www.osresources.com
http://www.freebsd.org
I like Dansie:

http://www.dansie.net/cgi-bin/referral.pl?id=amcy.org




Reply With Quote
  #4  
Old   
Karim
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-18-2004 , 02:09 PM



On Thu, 18 Nov 2004 15:01:25 -0200, Kerberos wrote:

Quote:
A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far. The
one I found best was osCommerce, but the project seems abandonned somehow.
I also found ZenCart, but it won't work with all browsers, it's terrible.
So... I don't know, if you have recommendations, they're welcome. I prefer
open-source software, and preferably with support for Brazilian Portuguese.
Thanks,

Abandoned? How did you come to this conclusion? osCommerce has a community
in the thousands.


Karim
--
http://www.cheapesthosting.com - Innovative Web Hosting since 1998
Spam and Virus protected email - Online calendars with email notification
Camera phone photos automatic transfers to your photo album (RSS Enabled)


Reply With Quote
  #5  
Old   
Karim
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-18-2004 , 02:13 PM



On Thu, 18 Nov 2004 15:01:25 -0200, Kerberos wrote:

Quote:
A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far. The
one I found best was osCommerce, but the project seems abandonned somehow.
I also found ZenCart, but it won't work with all browsers, it's terrible.
So... I don't know, if you have recommendations, they're welcome. I prefer
open-source software, and preferably with support for Brazilian Portuguese.
Thanks,

What' missing in osCommerce that you need continuing support for?


Karim


Reply With Quote
  #6  
Old   
Steve Sobol
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-18-2004 , 08:28 PM



Kerberos wrote:
Quote:
A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far.
The one I found best was osCommerce, but the project seems abandonned
somehow.
How do you figure? Judging from the newsbytes on the left side of the homepage,
the project is still alive and kicking. If you have some questions, I'm a
longtime osC user and can probably answer them for you (email me offlist).

--
JustThe.net Internet & New Media Services, http://JustThe.net/
Steven J. Sobol, Geek In Charge / 888.480.4NET (4638) / sjsobol (AT) JustThe (DOT) net
PGP Key available from your friendly local key server (0xE3AE35ED)
Apple Valley, California Nothing scares me anymore. I have three kids.


Reply With Quote
  #7  
Old   
Adrienne
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-23-2004 , 04:55 PM



Gazing into my crystal ball I observed "Fat Sam"
<janetandmas (AT) btinternet (DOT) com> writing in
news:304495F2sjr7fU1 (AT) uni-berlin (DOT) de:

Quote:
"Kerberos" <me (AT) privacy (DOT) net> wrote in message
newspshn6wniiqi7syn (AT) cinza (DOT) mshome.net...
A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far.
The one I found best was osCommerce, but the project seems abandonned
somehow. I also found ZenCart, but it won't work with all browsers,
it's terrible. So... I don't know, if you have recommendations,
they're welcome. I prefer open-source software, and preferably with
support for Brazilian Portuguese. Thanks,

I'd personally recommend hand coding.....Whichever server side
scripting language you prefer to work in.....
I've built countless shopping carts in th epast using ASP, and to be
honest, it's a lot easier than most people realise.....And it has the
advantage that the end product is 100% tailored to your needs....It's
coded from the ground up with your needs in mind....An off the shelf
package will always feel somewhat *shoehorned* to fit your needs.....



Amen to that ... and you can do it with session cookies or db and
querystring.

--
Adrienne Boswell
Please respond to the group so others can share


Reply With Quote
  #8  
Old   
srm
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-24-2004 , 05:46 AM



Adrienne wrote:

Quote:
I'd personally recommend hand coding.....Whichever server side
scripting language you prefer to work in.....

Amen to that ... and you can do it with session cookies or db and
querystring.
Especially as ready-made solutions can impose limitations. I just downloaded
OScommerce to give it a try and failed at the first hurdle. It seems it
won't run unless register_globals is ON - which is considered a Bad Thing
from a security perspective...

--
@+


Reply With Quote
  #9  
Old   
Peter - nativespace hosting
 
Posts: n/a

Default Re: Shopping Cart recommendations - 11-25-2004 , 10:45 AM



Kerberos wrote:
Quote:
A customer wants me to implement a shopping cart to sell law books.
I have done a research, but didn't find a killing application so far.
The one I found best was osCommerce, but the project seems abandonned
somehow. I also found ZenCart, but it won't work with all browsers,
it's terrible.
So... I don't know, if you have recommendations, they're welcome. I
prefer open-source software, and preferably with support for Brazilian
Portuguese.
Thanks,


Hi there,
You could give cubecart a look - its pretty good, and easy to modify to
suit your own needs.
Cheers
Pete

-----
Peter
nativespace
web hosting - domain names - design
http://www.nativespace.com



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.