Page 2 of 9 FirstFirst 1234 ... LastLast
Results 11 to 20 of 90
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Downloadable products not showing download

    If you look at this product in the Attributes Controller ... is there a green dot next to the filename?

    Is the site Live? If not, can you turn on CC or something so the checkout can be tested?
    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: v1.5.5]
    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!

  2. #12
    Join Date
    Jan 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Downloadable products not showing download

    Linda,

    Please forget about my question.
    I just configured the product that wasn't showing up the wrong way.
    Sorry for bothering and thanks for your help!

    Regards,
    Lex.

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

    Default Re: Downloadable products not showing download

    Not a problem ... thanks for the update!
    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: v1.5.5]
    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!

  4. #14
    Join Date
    Jan 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Downloadable products not showing download

    Well, I might have somthing that could be interesting, at least is is for me.
    I knew that the option should be selected by default but I took away the code from tpl_product_music_info_display.php, that implemented the option and it's selection. What I wanted to achieve was that this option and its radio button didn't show up in the info page for the product.
    Deselecting configuration > product info > Products Info - "Product Option Value of Attributes Sort Order" in admin didn't work for me, the option showed up anyway.
    Now, keeping this code out of this template caused the option not being selected, that's why my downloadlinks wheren't showing up.

    Then I went to the option template which is implemented from tpl_product_music_info_display.php. The file you need is tpl_modules_attributes.php.

    I added the code that is printed in red, to make the option and it's selection being implemented but not showed on the product info page:
    ########################################################################################################################__

    <style type="text/css">.hide {visibility:hidden;display:none;}</style>

    <div id="productAttributes">
    <?php if ($zv_display_select_option > 0) { ?>
    <h3 id="attribsOptionsText"><?php echo TEXT_PRODUCT_OPTIONS; ?></h3>
    <?php } // show please select unless all are readonly ?>

    <?php
    for($i=0;$i<sizeof($options_name);$i++) {
    ?>
    <?php
    if ($options_comment[$i] != '' and $options_comment_position[$i] == '0') {
    ?>
    <h3 class="attributesComments"><?php echo $options_comment[$i]; ?></h3>
    <?php
    }
    ?>
    <div class="wrapperAttribsOptions">
    <div class="hide">
    <h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
    <div class="back"><?php echo "\n" . $options_menu[$i]; ?></div>
    <br class="clearBoth" />
    </div>
    </div>
    ########################################################################################################################__

    Hope this is of any use for someone.
    Regards,
    Lex

  5. #15
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Downloadable products not showing download

    Hi,

    I am new ti ZenCart. I have read the conversion and implemented it. Still I could not download !!

    I have made attributes & in the option I had specified file. So, when I click on the option button, the file should get download but nothing happens !!

    Can anybody help me to solve this problem ??

  6. #16
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Downloadable products not showing download

    Quote Originally Posted by harshil View Post
    Hi,

    I am new ti ZenCart. I have read the conversion and implemented it. Still I could not download !!

    I have made attributes & in the option I had specified file. So, when I click on the option button, the file should get download but nothing happens !!

    Can anybody help me to solve this problem ??
    In admin downloads manager, or all your files showing green
    dot?
    Are all your download files in zencart folder
    /download?

  7. #17
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Downloadable products not showing download

    Hi misty,

    Yes ! files r showing green & I have my all download files in zencart folder /download.

    I want to ask one thing::

    I have made attributes for each product & want if any customer want to download file containing description of the product. Then they should click on the radio button & download it.


    - This can be achieved by attributes or I am wrong ?

    Thanks for reply !!!!

  8. #18
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Downloadable products not showing download

    Quote Originally Posted by harshil View Post
    Hi misty,

    Yes ! files r showing green & I have my all download files in zencart folder /download.

    I want to ask one thing::

    I have made attributes for each product & want if any customer want to download file containing description of the product. Then they should click on the radio button & download it.


    - This can be achieved by attributes or I am wrong ?

    Thanks for reply !!!!
    URL of your site with example download product is???

  9. #19
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Downloadable products not showing download

    I am working on my localhost !

    And also I got the solution, their was a problem in selection of Attribute Flags. As I deleted all previous attributes & again made the attributes. It worked !

    Thanks misty for replying !!!

  10. #20
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Downloadable products not showing download

    Quote Originally Posted by harshil View Post
    I am working on my localhost !

    And also I got the solution, their was a problem in selection of Attribute Flags. As I deleted all previous attributes & again made the attributes. It worked !

    Thanks misty for replying !!!
    Pleased to hear problem sorted..
    well done

 

 
Page 2 of 9 FirstFirst 1234 ... LastLast

Similar Threads

  1. v150 Downloadable products fail to download
    By lib32 in forum General Questions
    Replies: 6
    Last Post: 14 Aug 2012, 11:22 PM
  2. Downloadable products not showing download - but only sometimes
    By sharonmdavis in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 24 Mar 2012, 07:40 AM
  3. Downloadable products not showing after payment
    By Snappyscrappy in forum General Questions
    Replies: 1
    Last Post: 22 Feb 2011, 07:34 PM
  4. Direct download of downloadable products
    By ComicsXP in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Nov 2008, 08:35 PM
  5. 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR