Javascript & Shopping cart- is it acceptable to force use of JS?

  • Thread starter Thread starter Bes
  • Start date Start date

Bes

Bes

Soldato
Joined
18 Oct 2002
Posts
7,318
Location
Melbourne
Hi

I am in the process of buying/ setting up a cart.

I am looking to use CS Cart. It's great, BUT has one very very major flaw....

You cannot add anything to the basket if Javascript is disabled in your browser.

Now I am developing a web application to customise products before you buy that does actually only work with JS at the moment (I was planning to also come up with a reduced- functionality non- JS version, but is it ever acceptable to have a cart that requires JS to work? Would it cost me many sales?

Thanks
 
So far I have found:

DOES require JS:

X-Cart (Poor user reviews, horrible workflow)
CS Cart (Good user reviews)
Magento (Too heavy/ slow/ painful to configure)

DOES NOT require JS:

PrestaShop (Too basic for me- no SEO built in, no stats, returns mgmt, etc)
Interspire Cart (Too expensive)

Not considered

CRE Loaded (Rubbish when I saw it)
Zen Cart ( Too many security holes)
Open Cart (Dont like the look/ feel)
OSCommerce ( Too many security holes)
Cube Cart (Hear a lot of complaints about the management side of it)

Anything else worth considering, and should I be worried about the JS thing?

Thanks

Edit: Aha! Just had a mail from the support guys at CS Cart, apparently the next release does gracefully degrade to allow non- JS browsers to shop :)
 
Last edited:
From a usability and accessibility point of view you should never force someone to have to use Javascript.....it should always have a non-JS version to fall back to.

Though the current school of thought is progressive enhancement rather than graceful degradation.
 
why force someone to use javascript for something as simple as a cart, esp when they are so easy to do with something like PHP.

Seems really bad for useability, esp if disabling javascript means users can't do something major on your site like add stuff to a cart.
 
Well... I don't know how many people have JavaScript disabled (my analytics says 2% but that's mine)

Still seems crazy to have something that shadows a percentage of your sales... Surely it's possible to just add text-links to add things to basket?

Apparently in 2007, this site shows that during their recorded months the amount of users with JavaScript disabled was between 0.5 - 3.4%:
http://www.beachwebdesign.co.uk/resources/javascript-access-statistics.php

Doesn't seem like a lot but... how hard can it be to add a text-link to add to basket?

Pros / Cons of a JavaScript enabled cart vs one without?
 
I use noscript as well but I always switch it on as soon as I see the site is legitimate and need to use it. I can't imagine losing sales because of it.
 
Back
Top Bottom