bhushan
bhushan

Reputation: 1

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

Upvotes: 0

Views: 1335

Answers (2)

clockworkgeek
clockworkgeek

Reputation: 37700

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.

Upvotes: 1

Tommy Cox Green
Tommy Cox Green

Reputation: 633

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.

Upvotes: 0

Related Questions