That would require a lot of thought on the customer's part ...
You are better off setting up 3 Products than to try to setup 1 Product with 9 peices and parts to try to match up ...
Or make 1 Zip for each combination rather than 3 Zips ...
Printable View
That would require a lot of thought on the customer's part ...
You are better off setting up 3 Products than to try to setup 1 Product with 9 peices and parts to try to match up ...
Or make 1 Zip for each combination rather than 3 Zips ...
https://www.zen-cart.com/tutorials/index.php?article=71
How to add downloads/multiple downloads..
details in tutorials/FAQ url above
Thank you for the quick responses., I wanted to offer a club
The first choice would be the entire club with 6 downloads and the second choice would be a lesser value with 3 downloads and the 3rd choice would be another lesser value with 3 downloads. I wanted to know if I could make the three choices, but the options would have the radio buttons selected for the amount downloads, depending upon the selection.
Thank you for all of your suggestions and help.
you guys that know how to do this must be freakin geniuses.. i've worked on this for hours and still can't figure out how to create download.. teh only think i've gotten so far is to move my downloads into the 'download' folder.. I'm a programmer by trade - that's why this is baffling.. there MSUT be simple instructions somewhere??
Did you peek in the Tutorials/FAQs? There are quite a few things about Attributes and Download ... plus there is the Wiki and a search of the forums ...
It definitely isn't user intuitive, and took me a while too.:frusty:
Start by creating an Option Name by clicking on "option names" under "Categories/Products". Option name, for example, can be called "ebook".
Then create an option value also under "categories/products" menu. you do this by selecting the option name "ebook" and then writing in something more specific (say, "Our Ebook" or whatever the title is...or whatever you choose it to be).
Then go to the attributes controller. Select your product near the top and hit display. Scroll down. Select the option name in one of the scroll boxes, and the option value in the other. At the very bottom, type in the exact file name (not the path, unless you created a new folder inside of the downloads folder)....for example ourebook.pdf Now click insert.
IF you did it correctly, there should be a little green dot next to the file name. If you did it incorrectly, there will be a red dot.
Clear as mud?
Good Luck,
Kimberly
www.joyfulmomma.org
thank you Kimberly - it worked.. and you explained it so well.. i guess most of the others in here have been using Zen for a long time and it's hard to explain things in simple terms for them..:clap:
Good afternoon all, I've been through the thread, the hints, the internet, etc and my head now hurts, so I'd really appreciate some help to get me heading in the right direction.
I've managed to set up the downloadable attributes, tested a transaction, made payment, and the customer now gets a download button in 'my account'.
When I click on the download button, I get a new browser page (http://localhost/zencart/index.php?m...&order=16&id=3) and the message "Internet explorer cannot display this page..."
The download file in question is an image (.jpg) in the download folder (and only the filename is specified in downloadable products filename).
Attribute settings are: enable downloads: true, redirect:false, streaming:false
Config file settings are:
define('DIR_FS_CATALOG', 'C:/Inetpub/wwwroot/zencart/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
It seems like a filenaming problem but I can't find anything obvious.
Running the latest version of zencart, php, and mysql - and my development environment is windows,
Any new direction to head in much appreciated.
Regards,
Phil
Did it all again from scratch and it worked. I guess I can't speell after all! :smile: