Project:Ubercart Marketplace
Version:6.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

-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

#1

I 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);
?>

#2

Version:5.x-1.0-beta4» 6.x-1.x-dev

I 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.

#3

Where did you put this code?