Posted by manishnakar on November 16, 2005 at 9:58am
I have installed ecommerce module and looking to integrate following features
* sample chapter download before purchase
* either download file from server on payment or order physical copy
can any one help me?
Comments
Each product is a node.
Each product is a node.
You can attach a file to any node. So attach the sample chapter to your node. Use the upload.module, or maybe the attachment.module if you plan on having a lot of files attached.
Use the ecommerce "file" system to sell digital downloads. I've not used this so can't go in to any detail on its use/pitfalls.
--
www.bargainspy.co.uk | More Drupal modules
--
Ixis (UK): Drupal consultancy, Drupal hosting.
shipped product
Dear Budda,
Thanks for reply. In e-commerce I can select either file download or non-shippable product. I can select only one of it and not both. Secondly I want to have two prices. One for digital ebook and another for physical product.
Do have any idea what code I need to change to have two prices?
Manish Nakar
ITVidya : India's First Technology Blogging Network
EbizLive : Business Winning Websites
You need two different
You need two different product nodes - one for the file (download) and one for the physical produt. You can then use something like the Whatsrelated module (http://drupal.org/node/24307) to have a link to the other product in each node.