-Support miltiple file fields so that a preview files field can be added and it wont commit to the file features section
-Set Maximum and minimum price per product class or allow a certain product class to have a set price
-Allow free assets to skip the cart checkout
-add a block to list other products by the product author
Just a couple ideas Im throwing out there the first one is the most important feature I personally need though
thanks for everything!!
Comments
Comment #1
TheOldGuy223 commentedI just found out that Number 1 on my feature request can be acheived using the upload module and calling the function
<?p
print theme('upload_attachments', $node->files);
?>
Comment #2
syndicateStorm commentedI agree some of these features may be useful, especially free items skipping checkout. I think this should be a 6.x request and then we can back port to 5.x if we want to.
Comment #3
fehin commentedWhere did you put this code?