Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > eCommerce > eCommerce Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox 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.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-13-2008, 06:00 PM
WebProWorld Veteran
 

Join Date: Mar 2006
Location: Maryland, USA
Posts: 972
weslinda RepRank 2
Default Cart Feature Needed - Can yours?

So, I've come across a few shops that have this feature. Where the options are highlightable via AJAX and no pull downs are needed to see sizes available and such. Anyone know of any affordable carts that might have this ability?

Big key is to be able to work in a clothing environment, so that you can have some grayed out if they are unavailable.

Page Example
__________________
We offer a total eCommerce solution with eCommerce Web Design using Pinnacle Cart
Reply With Quote
  #2 (permalink)  
Old 08-13-2008, 07:09 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,535
Webnauts RepRank 3Webnauts RepRank 3
Default Re: Cart Feature Needed - Can yours?

Did you already check Ubercart! A free open source e-commerce shopping cart ?
Reply With Quote
  #3 (permalink)  
Old 08-13-2008, 07:26 PM
crankydave's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Aug 2004
Location: Playing with fire!
Posts: 3,063
crankydave RepRank 4crankydave RepRank 4crankydave RepRank 4
Default Re: Cart Feature Needed - Can yours?

Have you looked at ShopSite?

It has the availability to work off of an on-hand/available inventory but I'm not sure if unavailable items are "grayed" out when not in stock.

The one thing I personally don't like about the inability to order an item that may be "temporarily" out of stock is that you will lose orders. Giving visitors the option of being able to order the item, either as a "backorder" or to contact a customer if they order something that happens to be out of stock, will and does increase sales.

I personally prefer the latter since the customer has already "committed" and I have used both approaches. Many times a customer is ordering months in advance of when they actually need it and fine when it comes to waiting. Precluding them from doing so is an automatic loss.

ETA... Also depends on whether or not it's a B-to-B or consumer site.

Dave

Last edited by crankydave : 08-13-2008 at 07:30 PM.
Reply With Quote
  #4 (permalink)  
Old 08-15-2008, 07:28 AM
WebProWorld Member
 

Join Date: Jun 2008
Location: Northeast UK
Posts: 46
fulleffect RepRank 0
Default Re: Cart Feature Needed - Can yours?

You can achive the same effect using javascript....



Code:
<html>
<head>
<title>Shopping Cart</title>
<script type="text/javascript">
<!--
  function sizeOption(str)
  {
    if(str=="small")
    {
      document.getElementById('small').style.display='';
      document.getElementById('medium').style.display='none';
      document.getElementById('large').style.display='none';
    }
    else if(str=="medium")
    {
      document.getElementById('small').style.display='none';
      document.getElementById('medium').style.display='';
      document.getElementById('large').style.display='none';
    }
    else if(str=="large")
    {
      document.getElementById('small').style.display='none';
      document.getElementById('medium').style.display='none';
      document.getElementById('large').style.display='';
    }
  }
-->
</script>

</head>
<body>


Sizes <br >
<input type="submit" value="Small" onclick="sizeOption('small');" />
<input type="submit" value="Medium" onclick="sizeOption('medium');" />
<input type="submit" value="Large" onclick="sizeOption('large');" />

<hr />

<b>Size:</b>
<span id="small">Small 10 GBP</span>
<span id="medium" style="display:none">Medium 20 GBP</span>
<span id="large" style="display:none">Large 30 GBP</span>


</body>
</html>


Daz
__________________

Reply With Quote
  #5 (permalink)  
Old 08-15-2008, 11:05 AM
WebProWorld Veteran
 

Join Date: Mar 2006
Location: Maryland, USA
Posts: 972
weslinda RepRank 2
Default Re: Cart Feature Needed - Can yours?

I understand that something can always be written to achieve it. The key is to having to modify a cart to as small a degree as possible. Keeping upgrades simple and customers lives simple.
__________________
We offer a total eCommerce solution with eCommerce Web Design using Pinnacle Cart
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

vB 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 Design Needed Quickly! bachelorf eCommerce Discussion Forum 3 07-12-2006 06:48 AM
Shopping Cart Help Needed watkinshughes eCommerce Discussion Forum 2 05-18-2006 02:30 PM
Help Needed - shopping Cart Gun Dog eCommerce Discussion Forum 3 10-03-2005 08:39 PM
Solid, Feature Rich, Shopping Cart vharris eCommerce Discussion Forum 6 06-25-2004 04:36 AM
Help needed with shop cart Mark Baker eCommerce Discussion Forum 3 05-20-2004 06:20 PM


Search Engine Optimization by vBSEO 3.2.0