Jump to content

Digital downloads


Recommended Posts

Hi,
I am hosting a e-commerce website where i want to sell music online.
How do I create albums consisting of multiple songs?
How do I make all the songs available to the user upon one time payment for entire album

I am a newbie to PrestaShop. Please explain in detail.

Thanks in Advance

Link to comment
Share on other sites

Only one file per digital product AFAIK. You could create a zip, or another container, to serve multiple files. When adding a new product (Back Office >> Catalogue.. [category?] >> Add a new product) check the "Is this a downloadable product?" checkbox, the rest is self explanatory.

Link to comment
Share on other sites

1- Create the digital product and upload a dummy file, (any file, the smaller the better), name it appropriately during product entry and enter other relevant info correctly for the actual album.
2- FTP to your site and upload the actual album as a zip file to /[presta_base]/download directory.
3- Check your DB table "[prefix]_product" and make a note of the "id_product" column of the digital product you created in step 1.
4- Check your DB table "[prefix]_product_download" and make a note of the "physically_filename" column value of the row with the id_product column value you noted in step 3. The value will be a 40 long hex string.
5- FTP to /[presta_base]/download directory and delete the file named the value you noted in step 4.
6- Rename actual file you uploaded in step 2 to the value you noted in step 4, (omitting any file extension as was with the file you deleted in step 5).

Link to comment
Share on other sites

  • 1 year later...

This is an old topic, but I have been asked the same question recently and this is a good place to answer.

 

You can create multiple attributes for the product (each can have a different price), for example

All songs = $10

Song 1 = $1

Song 2 = $1

etc....

 

Using http://www.prestashop.com/forums/topic/104840-batch-downloadable-product-pro-multiple-downloadable-files-per-product-and-attribute-specific/ you can assign a different downloadable product for each combination.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...