PDA

View Full Version : user - delete all basket items


awnings
06-30-06, 12:01 PM
Is there a 'simple' way for the user / shopper to delete the
entire basket contents, with one/two clicks?


Thanks
JOE

<OV version=4.937>
<OSV version=4.937>
<MMV version=4.13>

Vic - WolfPaw Computers
06-30-06, 04:20 PM
In the upper section of the left panel of your admin (under the OpenUI Logo), click on the drop down next to your store name.

Click on One Click Basket Cleanup.

bgik77
06-30-06, 04:31 PM
In the upper section of the left panel of your admin (under the OpenUI Logo), click on the drop down next to your store name.

Click on One Click Basket Cleanup.
I dont think he mean the store owner to clear out the basket of shoppers

bgik77
06-30-06, 04:42 PM
Well I you use OUI then there are a stupid trick i used to do its loging out while you not login

%OUI%
<a href="%VAR(g.secure_sessionurl)%&Action=LOGO&Screen=BASK">Remove All Content From Basket</a>

and that will basically achieve what you want as far as allowing the customer remove all product in his/her basket. I think what that really did is reset the cookie or reassign the customer a new session id.

Vic - WolfPaw Computers
06-30-06, 07:05 PM
You're right. I misunderstood the question.

And yes, that suggestion will work. However, a side affect is it will log the customer out if they are already logged in.

It does reset the cookie by calling the BasketList_Free_Order() function.

jason - jmh web services
06-30-06, 07:36 PM
Is there a 'simple' way for the user / shopper to delete the
entire basket contents, with one/two clicks?


Thanks
JOE

<OV version=4.937>
<OSV version=4.937>
<MMV version=4.13>
Advanz Design has Enhanced Basket Contents (http://www.jmhonline.net/miva-modules/enhanced+basket).

Jason

spiderling
06-30-06, 07:49 PM
Advanz Goto Basket (http://www.mivacentral.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=m&Product_Code=ADVANZ-GOTOBASK&Category_Code=&Search=goto&Search_Type=AND&Offset=0) has an Empty Basket button, which appears on the Basket page.

Pasquale