Needs work
Project:
ZipCart
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Mar 2011 at 07:04 UTC
Updated:
16 May 2012 at 21:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
caw67 commentedI would pay for it
Comment #2
Advin commentedThanks for this module!
It will be awesome if this module provide opportunity to see and manage (exclude some files or clear all list) list of selected for download files. (Maybe in “my downloads” block)
Best regards,
Alexey.
Comment #3
xurizaemonYeah, good ideas both. Happy to accept patches if you feel inclined!
Comment #4
xurizaemonUpdating topic. Removing specific files implies that we display the contents of the cart as well.
Comment #5
ckngPort from my D5 module.
The patch provides
- listing of files
- checkbox to remove each file
- both listing page and empty page are theme-able
- under zipcart/view
Comment #6
jrotondo commentedI realize this code is fairly old, but this patch does not work with the D7 version of this module:
Comment #7
xurizaemon!list has been left in from debugging, right?
Here and above, check_plain() has been removed - was this intended?
debug code left in
don't think you need global $base_url here
Comment #8
xurizaemon*untested* update of above patch against 6.x-1.x
Comment #9
timefor commentedIf you're looking for 7.x-1.x-dev code I added some functionality for removing items in D7: Added Remove Item from Cart / File Field Formatters
I didn't create a "view all items" in cart feature or "remove all" option but it does give you a basic add / remove using the "Add to Cart" field formatter.
- Time