Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39
  1. #1
    Join Date
    Jun 2007
    Posts
    5
    Plugin Contributions
    0

    Default Downloadable Product

    MODERATOR NOTE:
    There is a more detailed FAQ on this topic, available here:

    https://www.zen-cart.com/tutorials/index.php?article=71
    and
    https://www.zen-cart.com/tutorials/index.php?article=57

    ======================================


    Original post:

    Ok this is just not documented anywhere convenient. How do I setup a virtual product?



    I think this topics deserves some documentation.


    Here is the best advice I have seen on the forums so far....and I still wasn't able to figure it out:

    ----------

    had the document-info product already created. (you can see my link hack at the top of the page, but it's not elegant.)

    Procedure I used:

    admin > catalog > option name manager

    inserted:
    option name: free download
    option type: file

    admin > catalog > attributes controller

    selected my product, hit display.

    Selected option name (Free download) and option value.
    The only option value that made sense was TEXT (RESERVED FOR TEXT/FILES ONLY ATTRIBUTES).

    Set up the download in admin > catalog > downloads manager.

    I did not see any place in admin > catalog > options values to define the text value, but I could add text in option name text attributes. I put the filename in there for now, hoping it would show in the file download browse window, but it does not, it seems to be for description purposes.

    I've been reading the thread in the archive subject Attributes HOW-TO but I'm still befuddled. Any clarification is welcome.


    ----


  2. #2
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Downloadable Prodcut

    Hi there
    If it is any help. This topic is covered in detail in the Zen Cart book.
    About 6 pages dedicated to it.

  3. #3
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Downloadable Prodcut

    Having a quick read. You set up option names and values. Say you want a product that is available in different file formats (pdf, doc,mp3,wma) or available in different languages for download.
    • Create a product based on what best matches your products generally.
    • Set Product is Virtual: No Shipping address required
    • Always shipping free: Yes Always shipping free
      OR
      Set to special, Product/Download Combo Requires a Shipping Address (if available as a pysical good as well)
    • Products Qty Box Shows: No, Do not show qty Box
      AND
      Product Qty Minimum: 1 (if download product only)
    • Prepare files (Zip into compressed format)
    • Configuration > Attribute settings > Enable Downloads :True

    • Configuration > Attribute settings > Download by Redirect: true (if Unix/Linux/Mac)
      Configuration > Attribute settings > Download by Redirect: false (if Windows operating system)

    • Download by Streaming: False

    • Set <zc-home>/pub directory on server to fully read-able and write-able / permission (chmod 777) (if Unix/Linux/Mac operating system)

    • Upload zipped files to <zc-home>/download directory (don’t use a subdirectory in downloads directory)
    • Now go and create your attributes to allow specific downloads, file formats etc in Catalog>Attribute controller.
    • After that specify when downloads are available with Order status in Attribute settings & Module > Payments
    • Using a test customer account – Check your downloadable product.
    [FONT=Verdana]

    I hope that makes it easier.
    [/FONT]

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Downloadable Prodcut

    NOTE: Downloads are NOT marked as Always Free Shipping ...

    just as they are NOT marked as Virtual Products ...

    Downloads know there are no shipping costs automatically due to the Download file added to the Attribute ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Downloadable Prodcut

    Whoops I got that out of the book. Is it an error?
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Downloadable Prodcut

    It is a common mistake in that there is a counter for Products that are Downloads and depending on your shipping methods this could offset the counts if you mark it as an Always Free Shipping or Virtual Product and there is a Download attached ...

    This will show itself most on sites that have physical, virtual and downloads mixed amongst the products ...

    But on Download sites, this is not a major problem ... it is just good practice to configure the Products specifically ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Jun 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Downloadable Prodcut

    I still can't get it working. I think I got everything setup properly but when I test an order submission, I never get a link to download the product.

    Thanks for the help so far!

  8. #8
    Join Date
    Jun 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: Downloadable Prodcut

    I'm also having trouble with this... and I have the book.

    I'm getting the same result as signature16.

    I'm trying to test an mp3 product.

    Questions:

    1. Does it have to be in a zip file? Currently is not.

    2. Does the "Attributes Controller > Downloadable products: Filename" need the file extension, ie test.mp3. Currently does not.
    also - just tried setting it to 'test.zip' -- still no download link on 'Success'

    3. If the product is only available as an mp3, then is there any need for an Attribute Option Name / Value?
    Last edited by winky3d; 28 Jun 2007 at 10:45 PM.

  9. #9
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Downloadable Prodcut

    I am only basing my knowledge on reading but I hope it still of value.

    The book recommends you do compress the files so I would zip them
    Filenames are just that and I would also put the full file name and extention.
    When naming your files, aviod spaces, special characters, extra periods, quote marks etc - can cause problems.

    You said you tried setting the Attributes Controller to zip but your product wasn't zipped? Or did you zip it first?
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

  10. #10
    Join Date
    Jun 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: Downloadable Prodcut

    Got thi8s working... not sure how... sorry.

    I deleted the product and started from scratch after reading some other threads in this forum.

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. can i have a downloadable product as well as a physical product in one?
    By bonnit in forum Managing Customers and Orders
    Replies: 2
    Last Post: 9 Oct 2009, 07:49 PM
  2. FREE Downloadable Product - Downloadable Countlessly?
    By zcnb in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 24 Jul 2008, 07:49 PM
  3. Replies: 3
    Last Post: 20 Jun 2008, 06:45 PM
  4. Shipping cost for downloadable and not downloadable products
    By g.nencini in forum General Questions
    Replies: 8
    Last Post: 28 Jul 2006, 03:09 AM

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