Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37
  1. #11
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Download links not always generated

    NOTE: If the customer doesn't ACTUALLY CLICK ON THE DOWNLOAD OPTION to select it, then it WILL NOT get added to their cart, and as such will NOT generate a download link.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: Download links not always generated

    I will definitely post the solution if I come across one, its just so random that its hard to figure out. Thanks for your time.

  3. #13
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Download links not always generated

    I will definitely, thanks for your time

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

    Default Re: Download links not always generated

    the selections are radio buttons and are hidden so all they are doing is adding to cart, I looked in the source and they are all marked selected. The weird thing is most get the links just a few don't.

  5. #15

    Default Re: Download links not always generated

    Quote Originally Posted by DrByte View Post
    NOTE: If the customer doesn't ACTUALLY CLICK ON THE DOWNLOAD OPTION to select it, then it WILL NOT get added to their cart, and as such will NOT generate a download link.
    It's already selected on my downloadable products - there's not another option for them to choose so the radio button is already highlighted and you can't turn it off. Is this what you're referring to or am I missing it somewhere else?

  6. #16
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Download links not always generated

    If it's the only choice, and is set to be auto-selected as default, then it will be added to their cart when they add the product to the cart, and will therefore be included as part of the order, and will generate a download link properly upon order completion.

    If yours is not doing that, then perhaps you have an addon that's conflicting with the normal order completion process somewhere?

    http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #17
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Download links not always generated

    thanks for your time, I guess I'm going to have to see if a mod is causing the issues, I did download COWOA, I disabled it though, maybe that's the cause. Thanks again Mike

  8. #18
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Download links not always generated

    Ok I do believe I've found the culprit and fixed it. I've made a rookie mistake and commented something out when I didn't fully understand it. Any way in the shopping cart if i added 2 products and then changed it to one and clicked update then proceeded it wouldn't attach the downloads so I looked in the tpl_shoppingcart_default.php file and saw that in my design I didn't want the attributes listed next to the title in the cart so I commented the following code out:

    PHP Code:
    <?php
      
    echo $product['attributeHiddenField'];
      if (isset(
    $product['attributes']) && is_array($product['attributes'])) {
      echo 
    '<span class="cartAttribsList">';
      echo 
    '';
        
    reset($product['attributes']);
        foreach (
    $product['attributes'] as $option => $value) {
    ?>

    <?php echo nl2br($value['products_options_values_name']); ?>

    <?php
        
    }
      echo 
    '';
      echo 
    '</span>';
      }
    ?>
    which if you look in that code it has a reset attributes function which wasn't firing when I clicked update so no downloads then. I've tested it and it works now, hope that helps someone. Thanks for all the help. Mike

  9. #19
    Join Date
    Sep 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: Download links not always generated

    Hi, I tried comment it in the 'tpl_shoppingcart_default.php' file and it doesn't work. Still download is not avaiable. And the table 'orders_products_download' is still empty. I clicked also the download option.

  10. #20
    Join Date
    Sep 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: Download links not always generated

    I read in another post
    # BUGSFORUM-1256 - fix broken download problems from v1.3.9a and v1.3.9b
    # BUGSFORUM-1257 - fix download errors from v1.3.9a and v1.3.9b
    well, now is no broken links, there no links at all.

    I have installed v1.3.9f

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Download links not showing up
    By gabenn2 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 8 Oct 2013, 10:51 PM
  2. Download links not there?
    By jgnaiz in forum General Questions
    Replies: 2
    Last Post: 20 Mar 2011, 07:41 PM
  3. HTMLArea - bug in generated links?
    By Thannaree in forum Bug Reports
    Replies: 2
    Last Post: 15 Feb 2011, 02:46 AM
  4. Download links do not appear
    By Sandy K in forum Managing Customers and Orders
    Replies: 2
    Last Post: 30 Sep 2010, 07:31 PM
  5. Bottom Footer Links Not Always Showing
    By TheJaspMan in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Aug 2010, 01:08 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