OCUK website suggestion

Permabanned
Joined
14 Oct 2013
Posts
213
Let me just firstly say, i had no idea which forum would be appropriate to make a suggestion for the website, so i'm sticking it here in the hope a moderator will move it to a more appropriate place if need be.

Just wanted to suggest one small thing..

Could you add an "Empty basket" option/button to the view basket page please, it's quite a process having to click all those little Xs after working up a spec for someone(that's 1 click per item).

I ended writing myself a script for it(greasemonkey script, quick and easy), but it occurred to me that i'm likely not the first person to have the desire for such a button.
 
The alternative to clicking all the Xs is to go to the view basket page, set all items to 0 then update. The empty basket button would still be nice but this method is slightly faster than clicking each X.
 
The alternative to clicking all the Xs is to go to the view basket page, set all items to 0 then update. The empty basket button would still be nice but this method is slightly faster than clicking each X.

I'd still have to make the same number of clicks(using the tab key you need to hit twice to get to the next input), except this way i also have to type a zero into all the input boxes, so actually it's even longer a process than the one i mentioned.

The script i wrote actually 0s all the inputs and emulates clicking the update button(in script form either method could be emulated - already use the basket script, so i just added the empty button to that).

Would be nice to have a button that empties the basket though, just seems like a logical addition to have with a basket.
 
After having just done both methods to clear my basket I have to agree that clicking is faster than my suggestion :(.
 
Back
Top Bottom