Shopping Cart Forum

Go Back   eShop Forums - eCommerce Help Forum for Shopping Cart Owners. > Shopping Cart Software > Other eCommerce Software
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Other eCommerce Software Swap tips and advice on all other ecommerce software, whether it's 'out of the box' or bespoke.

Your Own e-Commerce Site Powered by Amazon
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-02-2008, 02:49 PM
jake12 jake12 is offline
Junior Member
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Advice on Shopping Cart

Hello, Could you guys please advice me on which shopping cart is better?
ShopSite Pro vs CRE Loaded B2B

Here's the full feature list for both of the carts:
http://www.creloaded.com/pages.php?pID=11&CDpath=1_64_6
http://shopsite.com/scpro.html

Thanks alot, and I appreciate your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-02-2008, 03:23 PM
jake12 jake12 is offline
Junior Member
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Advice on Shopping Cart

Please let me know if you know of a shopping cart better than these 2.
Also, I'm looking for a cart that allows me to have an affiliate program, and from what i understand - a cart that creates static html product page is good for the search engine?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 22-02-2008, 07:47 PM
Hitch Hitch is offline
Member
 
Join Date: Dec 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Re: Advice on Shopping Cart

I don't think that any shopping cart software produces static pages LOL Maybe they appear to be static for search engine spiders and people (have .htm extension), but they're actually generated on-the-fly by scripts anyway.

That static look ain't so hard to do. It's all about URL rewriting. Apache web server has a module called mod_rewrite, that can change URLs according to sophisticated rules. For example, if somebody asks for a page /products/356.htm, mod_rewrite changes it to /show_product.php?product_id=356 and the script does its job, and the requester doesn't even notice that.

Many shopping carts can do this, for example, Avactis (my cart of choice).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 22-02-2008, 09:00 PM
Lawrence Lawrence is offline
Forum Admin
 
Join Date: Aug 2007
Location: Kenley, Surrey, UK
Posts: 1,347
Thanks: 3
Thanked 87 Times in 87 Posts
Default Re: Advice on Shopping Cart

You can create a "shopping cart" with static HTML pages that would have the advantage of each page being 100% customisable on a page by page basis but the site would have very limited features as it would need to use JavaScript to give it any functionality. There would be no stock control or any of the other features that are common on most ecommerce sites. Any site that used this method would be like some of the home brew ecommerce sites of the 90s. I certainly wouldn't recommend this approach.
I think Hitch is probably right, by "static pages" you're probably referring to rewriting pages to remove the variables from the URLs e.g. remove productid=4536&cat=956 and replace it with something more meaningful to a bot. Whether the extensions is html, php, asp or whatever makes no difference as Googlebot and the other spiders are smart enough to not get tripped up by this.
__________________
Lawrence
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 21-12-2009, 08:40 AM
Topshopper Topshopper is offline
E-Commerce Provider
 
Join Date: Jun 2009
Location: UK
Posts: 84
Thanks: 2
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by jake12 View Post
a cart that creates static html product page is good for the search engine?
I know what you mean by this. TopShopper allows you to develop your own shopping pages so you can optimise for search engines.
__________________
Mike

TopShopper Shopping Carts
http://www.topshopper.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 21-12-2009, 08:36 PM
zoshell zoshell is offline
Junior Member
 
Join Date: Dec 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Depending on your requirements, fiveself might be a good choice, its super inexpensive, especially for whats included. It also looks pretty hip, you can customize the look and feel pretty easy too. I've had no issues with them to replace my etsy site.

www.fiveself.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 22-12-2009, 08:58 AM
joelchrist joelchrist is offline
Member
 
Join Date: Dec 2009
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Default

For all your need to be satisfied, you can try AJ Shopping Cart Software. It will surely assuage all your needs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-02-2010, 11:30 AM
Josh B Josh B is offline
Junior Member
 
Join Date: Feb 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Hitch View Post
I don't think that any shopping cart software produces static pages LOL Maybe they appear to be static for search engine spiders and people (have .htm extension), but they're actually generated on-the-fly by scripts anyway.

That static look ain't so hard to do. It's all about URL rewriting. Apache web server has a module called mod_rewrite, that can change URLs according to sophisticated rules. For example, if somebody asks for a page /products/356.htm, mod_rewrite changes it to /show_product.php?product_id=356 and the script does its job, and the requester doesn't even notice that.

Many shopping carts can do this, for example, Avactis (my cart of choice).

Actinic software uses Static Html pages! you can get the url text to match the page and or product, good for SEO. And yes you can insert affiliate links.

Josh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Shopping Cart Help!!!!! Tblitz25 eCommerce for Beginners 3 07-08-2010 09:54 PM
Which Shopping Cart Should I use? lieven23 eCommerce for Beginners 19 05-08-2010 01:56 PM
Shopping cart suggestions bhm8hwcm Other eCommerce Software 10 07-02-2010 08:54 AM
Zen Cart Server - personal advice required AtomicWorkshop Zen Cart & osCommerce 14 05-01-2008 10:03 AM
shopping cart help MumsGrotto Zen Cart & osCommerce 16 28-09-2007 04:12 PM

Google
Home - Top

Edible Graphics, Affordable E-Commerce, Web Shops & Custom Form Scripts
Gadgets online
tech news, product reviews, the latest home and business technology, the latest in digital imaging


Content Relevant URLs by vBSEO 3.0.0