Show custom option on "My Downloadable Products" page in Magento
开发者_开发知识库I want to display selected custom option on "MY Downloadable products" page. How to fetch it? Please help
It is my understanding that downloadable products already provides for different file types. In the product's "Downloadable Information" tab upload files for each of your types (EPUB, PDF, etc.) and set "Links can be purchased separately" to "No". When a customer selects one to purchase they get a link in their "My downloadable products" section for just that file.
Add an attribute in the back end admin catalog for the product.
Display the attribute by creating a template for the field which you then need to define a containing block for it in a layout.xml file.
精彩评论