View Single Post
  #37  
Old 12-11-2011, 03:30 PM
 
lcg lcg is offline
 

Senior Member
  
Join Date: Feb 2007
Posts: 106
 

Default Re: Displaying download links after purchase

Just to be sure that the download link and button is seen, I added an image, text link and Alt tag using below code:

after:
options_txt=$product.product_options_txt}</TD>
</TR>
</TABLE>

Quote:

<!-- DOWNLOAD LINKS & IMAGE UNDER PRODUCT - START -->
{/if}
{if $active_modules.Egoods and $product.download_key and ($order.status eq "P" or $order.status eq "C")}
<br />
<a href="{$catalogs.customer}/download.php?id={$product.download_key}" class="HeadBox" target="_blank"><br>
<img src="../images/shop/dl-button.png" alt="Continue to the Product Download Section" width="48" height="48" border="0" /><br />
</a><a href="{$catalogs.customer}/download.php?id={$product.download_key}" class="SmallNote" target="_blank"> Continue to the Product Download Section.</a><br><small>(Above links will open a new browser window)</small></font>
<!-- DOWNLOAD LINKS & IMAGE UNDER PRODUCT - END -->



and right before:
{/if}
</TD>
{if $order.extra.tax_info.display_cart_products_tax_ra tes eq "Y"}

Seems to have worked for me, hope it helps someone else (I'm using 4.0.18 ...thanks to the contributors of this thread which made this possible.
Attached Images
File Type: jpg x-cart-invoice2.jpg (32.0 KB, 3 views)
__________________
XCart v.4.0.18

Last edited by lcg : 12-12-2011 at 04:16 PM. Reason: Wanted to add attachment
Reply With Quote