Results 1 to 9 of 9
  1. #1
    Join Date
    May 2016
    Location
    Ohio
    Posts
    422
    Plugin Contributions
    0

    Default Driving me nuts... How to set up downloadable products?

    I've read through so many posts on this but I can't do it...

    In Option Values I created:

    Download
    Zip File

    Option Names:

    Download
    Dropdown

    Attribute Controller:

    NOTE: Downloads are disabled

    I choose the product, I choose: Download > Zipfile

    I see no place to put in the filename or enable downloads
    Download Manager page is blank

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Driving me nuts... How to set up downloadable products?

    admin->configuration->attribute settings
    enable Downloads

    Might that help?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    May 2016
    Location
    Ohio
    Posts
    422
    Plugin Contributions
    0

    Default Re: Driving me nuts... How to set up downloadable products?

    Feels like getting closer.
    I was then able to add the file url, set the price to 0,
    and upon checkout I see this:

    NOTE: Downloads are not available until payment has been confirmed

  4. #4
    Join Date
    May 2016
    Location
    Ohio
    Posts
    422
    Plugin Contributions
    0

    Default Re: Driving me nuts... How to set up downloadable products?

    Under download manager the file is red for missing filename, but I chose mystore/download/test.zip
    which I set to 777

  5. #5
    Join Date
    May 2016
    Location
    Ohio
    Posts
    422
    Plugin Contributions
    0

    Default Re: Driving me nuts... How to set up downloadable products?

    Good news, I changed the filename to just the filename and not the full file location and it went green
    Now comes the final test I hope!

  6. #6
    Join Date
    May 2016
    Location
    Ohio
    Posts
    422
    Plugin Contributions
    0

    Default Re: Driving me nuts... How to set up downloadable products?

    Hmmm.. because I'm testing I set the price to FREE, but upon checkout I still get:

    NOTE: Downloads are not available until payment has been confirmed

  7. #7
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Driving me nuts... How to set up downloadable products?

    Quote Originally Posted by jmberman View Post
    Feels like getting closer.
    I was then able to add the file url, set the price to 0,
    and upon checkout I see this:

    NOTE: Downloads are not available until payment has been confirmed
    At moment not sure if this response is directly related to the other message about the red dot or not, but one step at a time.

    The message is typically a direct result of the order status after "payment".

    If for example the payment method was with check/money order, you wouldn't want to give away a paid for item without having received money, but in your case you have said that the price was 0 (free) which means that likely used the freecharger payment module. The set order status value for that needs to be at or between the admin->configuration->attribute settings values for
    Downloads Controller Order Status Value >= lower value 2
    Downloads Controller Order Status Value <= upper value 4
    But, then there is the issue of the file not existing which I have not attempted to see what message would be displayed, although the above might seem appropriate.

    So, now regarding that portion, typically a file would not be set to 777 but instead 644, the folder might be 777 or 755 depending on your server arrangement, and then, you may need to also modify includes/modules/pages/download/header_php changing 0777 to 0755 if you are using Download by Redirect (another setting in admin->configuration->attribute settings)

    As to the path, you should only have to identify the filename if the file was stored in the folder "mystore/download".

    Now, another thing though... You should also try to remotely access that file by using your browser and see if it would start to download. There are actions that can be taken to prevent that possibility if it does work/occur and there are FAQs related to that aspect. The general ZC recommendation is to move the folder out of the webfacing structure so that it is only accessible by the directory structure not the internet. I tend to place the file(s) in a separate folder apply a modified .htaccess that prevents access of the files from outside but still lets them be accessed internally. Probably both would be better, but it depends on how you plan on serving your downloads...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    May 2016
    Location
    Ohio
    Posts
    422
    Plugin Contributions
    0

    Default Re: Driving me nuts... How to set up downloadable products?

    I set the freecharger options and it worked!

  9. #9
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Driving me nuts... How to set up downloadable products?

    Quote Originally Posted by jmberman View Post
    I set the freecharger options and it worked!

    Congrats!

    While I don't see a direct reference to enabling downloads in the below FAQ, it does suggest to review the settings of the attribute settings area, which though first in the list should have helped.

    The FAQ that appears to most fully cover the topic (including spin off to other FAQs) is: https://www.zen-cart.com/content.php...s-downloadable

    Some of the other things discussed above are covered elsewhere such as:
    https://www.zen-cart.com/content.php...after-checkout
    https://www.zen-cart.com/content.php...l-downloadable
    https://www.zen-cart.com/content.php...hods-explained
    https://www.zen-cart.com/content.php...-prevent-theft
    etc...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Replies: 1
    Last Post: 2 Mar 2012, 10:53 PM
  2. Client driving me nuts!!!!
    By cokey in forum General Questions
    Replies: 7
    Last Post: 30 Jun 2006, 09:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg