Prabodh Posted September 1, 2010 Share Posted September 1, 2010 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 albumI am a newbie to PrestaShop. Please explain in detail.Thanks in Advance Link to comment Share on other sites More sharing options...
phrasespot Posted September 2, 2010 Share Posted September 2, 2010 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 More sharing options...
Prabodh Posted September 6, 2010 Author Share Posted September 6, 2010 I am hosting the application on a Shard Server.My max limit for a file to upload is 15 MB. Hence i cannot upload a complete album in one zip / archive file.How do i achieve this? Link to comment Share on other sites More sharing options...
phrasespot Posted September 6, 2010 Share Posted September 6, 2010 Do you have access to server (ssh etc), you could zip them on the server. Link to comment Share on other sites More sharing options...
Prabodh Posted September 6, 2010 Author Share Posted September 6, 2010 i have FTP access to the server.I can upload any amount of zip / archive files through FTP. But then how do i proceed after that? Link to comment Share on other sites More sharing options...
phrasespot Posted September 6, 2010 Share Posted September 6, 2010 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 More sharing options...
tomerg3 Posted December 12, 2011 Share Posted December 12, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now