iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
eCommerce Discussion Forum Ask questions about web hosting, merchant services and ecommerce issues. Topics include shopping carts, security, payment strategies, storefront partnerships, etc.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-18-2005, 12:30 AM
MattE's Avatar
WebProWorld Pro
 
Join Date: Jan 2005
Posts: 167
MattE RepRank 1
Default shopping cart/database

I have a client who has a few hundred products. He is currently using siteblast, which is very restrictive in what flexibility it offers.


Can anyone recommend a shopping cart+db solution that allows:

1. A cart that can be installed on a server of his choice.

2. a simple web based entry

3. The BIGGIE - one that creates html pages so search engines can access all products, category pages etc.

Faling number three, our options would then be to create static html category pages for se.

suggestions??

M
Reply With Quote
  #2 (permalink)  
Old 04-18-2005, 12:58 AM
WebProWorld Veteran
 
Join Date: Nov 2003
Location: Castle Rock, CO
Posts: 494
Corey Bryant RepRank 0
Default

What language are you searching for?

If you are looking for PHP, you might check out osCommerce and the contributions that it has. Plus using ISAPI re-write on windows or mod_rewrite on *NIX, you can create searchable URLs
Reply With Quote
  #3 (permalink)  
Old 04-18-2005, 08:25 PM
mktplace's Avatar
WebProWorld Pro
 
Join Date: Jun 2004
Location: Colorado Rockies
Posts: 153
mktplace RepRank 0
Default

You can always use mod_rewrite to change urls with ? and lots of & in them to what appear to be static URLs to the search engines - assuming you are running a recent version Apache. . .

This lets you convert http://domain.com/productlist.asp?ca...ue_socks&id=43 to something in the form of:

http://domain.com/catalog/socks/blue_socks/43/

it can be asp, php, even cgi scripts!

Cart choice on the the other hand, needs to be based on what you are coding in, how flexible you want to be, whether you are willing to pay for one, and what the volume of orders is (do you want auto-merchant account processing via a gateway?)
Reply With Quote
  #4 (permalink)  
Old 04-18-2005, 08:40 PM
WebProWorld New Member
 
Join Date: Dec 2003
Location: Michigan
Posts: 12
valuecom RepRank 0
Default Has everyone forgot PERL

PERL is the solution.
If the DB has less than 100,000 products
you can build a PERL flat file db that will
run as fast or faster than any other solution.

It is free on all servers, and has literally thousands of cheap of free scripts available
to do this.

PERL, the last and still best reminder of the days when the web was FREE...............

.. Roger
Reply With Quote
  #5 (permalink)  
Old 04-18-2005, 08:52 PM
forcefx's Avatar
WebProWorld New Member
 
Join Date: Jul 2003
Location: Phoenix, AZ
Posts: 1
forcefx RepRank 0
Default

The best I found was through ASP...

I created this site in less than 48 hours..
http://www.skitrucks.com/

Using SQL Server and asp was quite simple-
shopping cart is custom and easy to use - all product text and pictures can be uploaded and modified from the back-end-

I also have the ecommerce XML object that will send the weight to UPS and calcultae 3-ground shipping as well send data to any merchant accounr - collects all customer orders and totals - sends them and the admin an automated email confirmation - I can hook you up for $500.00 for the entire system and you can re-sell for 1,500 - $2,000.00

Patrick
Reply With Quote
  #6 (permalink)  
Old 04-18-2005, 10:07 PM
WebProWorld New Member
 
Join Date: Dec 2003
Location: Hudson Valley New York
Posts: 2
dpaule RepRank 0
Default Might want to look at ...

Interchange at www.icdevgroup.com is one of my favorites. Though it may look a little daunting it is extremely flexible. It runs on most operating systems, though I have about six sites on a FreeBSD, mySQL senario. Good luck and I hope that helps.
Reply With Quote
  #7 (permalink)  
Old 04-18-2005, 10:30 PM
MattE's Avatar
WebProWorld Pro
 
Join Date: Jan 2005
Posts: 167
MattE RepRank 1
Default

Thanks guys
I did find one called sun shop - produces html pages and all.

The client does not have the ability to be learning coding at all - just an off the shelf solution.
Thanks again
Reply With Quote
  #8 (permalink)  
Old 04-18-2005, 11:04 PM
WebProWorld New Member
 
Join Date: Apr 2004
Location: Blairs VA
Posts: 2
smithlarry RepRank 0
Default

Look at Quikstore. It soundslike what you are talking about.
Reply With Quote
  #9 (permalink)  
Old 04-18-2005, 11:18 PM
WebProWorld New Member
 
Join Date: Aug 2004
Location: Perth
Posts: 4
vitamins.com.au RepRank 0
Default

I've used x-cart for years on numerous websites and I can recommend it, however, with the knowledge I acquired since, I would opt for OScommerce wich is similar but more flexible and free.
Both offer the option to generate a html catalogue from PHP but it's not necessary anymore since SEs pick up PHP very well now and my PHP pages actually rank much higher than my html catalogues with the same content.
Reply With Quote
  #10 (permalink)  
Old 04-19-2005, 11:12 AM
TrafficProducer's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: United Kingdom
Posts: 1,642
TrafficProducer RepRank 3TrafficProducer RepRank 3TrafficProducer RepRank 3
Default Some shopping Cart links here

Some shopping Cart links here, sorry none recommend:-

http://www.paypal.ukshoppers.com/sho...art_links.html
Reply With Quote
  #11 (permalink)  
Old 04-20-2005, 04:07 AM
smakyyy's Avatar
WebProWorld Pro
 
Join Date: Feb 2004
Location: US
Posts: 208
smakyyy RepRank 1
Default

I used VPASP shopping cart and put together a site in about 3 hours. www.cheapskatesrus.com

it is indexed by search engines.
for example i am on the first page of google for product - bck300 and bck400

also similarly ranked on yahoo.

so i dont see any reason you should only have html pages in output as asp gives you a page that is indexed by search engines without a problem.
my 2 cents :-)
Reply With Quote
  #12 (permalink)  
Old 04-20-2005, 07:49 AM
MattE's Avatar
WebProWorld Pro
 
Join Date: Jan 2005
Posts: 167
MattE RepRank 1
Default

smakyy r u sure? no pr on any pages of depth...
Reply With Quote
  #13 (permalink)  
Old 04-20-2005, 02:36 PM
WebProWorld Pro
 
Join Date: Sep 2004
Location: Oslo, Norway
Posts: 114
kservik RepRank 0
Default

Quote:
Originally Posted by smakyyy
I used VPASP shopping cart and put together a site in about 3 hours. www.cheapskatesrus.com

it is indexed by search engines.
for example i am on the first page of google for product - bck300 and bck400
You need external deep links to product pages to rank well and you dont easlily get that with those URLs.
__________________
Neteffects - Europe Search Marketing
Europe Business Directory
Ranking Directories - Resource of Search Engine Ranking Directories.
Reply With Quote
  #14 (permalink)  
Old 04-20-2005, 06:37 PM
WebProWorld New Member
 
Join Date: Jul 2004
Posts: 17
maha RepRank 0
Default

Oscommerce is the best in my opinion.
Reply With Quote
  #15 (permalink)  
Old 04-20-2005, 09:03 PM
WebProWorld New Member
 
Join Date: Jul 2004
Posts: 19
vark RepRank 0
Default

Zen Cart is a great shopping cart and is easily modified.

vark
Reply With Quote
  #16 (permalink)  
Old 04-20-2005, 11:11 PM
WebProWorld Pro
 
Join Date: Sep 2004
Location: Oslo, Norway
Posts: 114
kservik RepRank 0
Default

What does the product URLs look like?
__________________
Neteffects - Europe Search Marketing
Europe Business Directory
Ranking Directories - Resource of Search Engine Ranking Directories.
Reply With Quote
  #17 (permalink)  
Old 04-21-2005, 12:39 AM
WebProWorld New Member
 
Join Date: Jan 2005
Posts: 5
anand101 RepRank 0
Default cart

hi,
try this cart i am using it meets all your needs, http://www.shopstorenow.com
sql/asp and html product pages, full accounting

Thanks
TS
shopshop.com
Reply With Quote
  #18 (permalink)  
Old 04-21-2005, 03:40 AM
smakyyy's Avatar
WebProWorld Pro
 
Join Date: Feb 2004
Location: US
Posts: 208
smakyyy RepRank 1
Default

i do recognise that the internal pages do not have PR but all my products do rank in SE's

so bottom line is i am up there in the search engines.
so my main contention is - that no matter what type of shopping cart you use.. u will still be ranked.wether it is php or asp or jsp or plain html.
Reply With Quote
  #19 (permalink)  
Old 04-21-2005, 11:15 AM
WebProWorld Pro
 
Join Date: Sep 2004
Location: Oslo, Norway
Posts: 114
kservik RepRank 0
Default

Well, you have to take into account how competetive the search phrases are.

If you are serious about ranking you should go for a cart optimized for search engine spiders and for linking strategies.

Kim
__________________
Neteffects - Europe Search Marketing
Europe Business Directory
Ranking Directories - Resource of Search Engine Ranking Directories.
Reply With Quote
  #20 (permalink)  
Old 04-26-2005, 05:22 AM
smakyyy's Avatar
WebProWorld Pro
 
Join Date: Feb 2004
Location: US
Posts: 208
smakyyy RepRank 1
Default

well- i dont see your sites ranking that well - so am wondering what oyu base your opinion upon. not trying to put you down - just would like to know :-)
Reply With Quote
  #21 (permalink)  
Old 04-26-2005, 05:41 AM
WebProWorld Pro
 
Join Date: Sep 2004
Location: Oslo, Norway
Posts: 114
kservik RepRank 0
Default

I wont even degrade myself to respond to that even.
__________________
Neteffects - Europe Search Marketing
Europe Business Directory
Ranking Directories - Resource of Search Engine Ranking Directories.
Reply With Quote
  #22 (permalink)  
Old 04-28-2005, 03:32 PM
Jerry's Avatar
WebProWorld Pro
 
Join Date: Nov 2003
Location: Northern Texas
Posts: 254
Jerry RepRank 0
Default

Smakkyv,

I've noticed that is is a bit more difficult to get higher PR on asp pages, but as you point out, they are indexed, they do show in the SE's, and we're selling product off of pages that are very plainly *not* spider friendly.

In the end, I'd say if you've got a ton of competition and extremely competitive keywords, it might be worth URL rewriting. Otherwise, all it takes is a bit of time for the SE's to grab hold of the product listings and start handing them out.
Reply With Quote
Reply

  WebProWorld > eCommerce > eCommerce Discussion Forum

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:33 AM.



Search Engine Optimization by vBSEO 3.3.0