Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Linking to .pdf in header redirects to home

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-27-2009, 09:40 AM
  DOD467's Avatar 
DOD467 DOD467 is offline
 

Member
  
Join Date: Apr 2008
Posts: 16
 

Default Linking to .pdf in header redirects to home

Hello,

I am trying to have a link to a .pdf catalog in the header. Everything looks right, but when I click on the link, it redirects to the home page. Please help.

in the shared/header/toplinks.tpl:
Quote:
<a href={if $login eq ''}"{$xcart_web_dir}/secure_login.php"{else}"{$xcart_web_dir}/register.php?mode=update"{/if}>
<img src = "{$ImagesDir}/icon_profile.png" />
<span>
{if $login eq ''}
sign in
{else}
my profile
{/if}
</span>
</a>
<a href="{$xcart_web_dir}/cart.php">
<img src = "{$ImagesDir}/icon_cart.png" />
<span>
my cart
</span>
</a>
<a href="{$xcart_web_dir}/cart.php?mode=wishlist">
<img src = "{$ImagesDir}/icon_wishlist.png">
<span>
Easy Refill
</span>
</a>
<a href="{$xcart_web_dir}/help.php?section=contactus&mode=update">
<img src = "{$ImagesDir}/icon_email.png" />
<span>
contact us
</span>
</a>
<img src = "{$ImagesDir}/phone.png" id="phone"/><br>
<a href="{$xcart_web_dir}/public_html/images/DOD_Catalog_Spring_09.pdf" target="_blank">
<img src = "{$ImagesDir}/catalog-cartoon.png" />
<span>
download our catalog
</span>
</a>
Reply With Quote
  #2  
Old 04-27-2009, 09:46 AM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: Linking to .pdf in header redirects to home

From first glance, I think you need:

Code:
<a href="{$xcart_web_dir}/images/DOD_Catalog_Spring_09.pdf" target="_blank">

and this is what you have now:

Code:
<a href="{$xcart_web_dir}/public_html/images/DOD_Catalog_Spring_09.pdf" target="_blank">
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote

The following user thanks Jayk for this useful post:
peterjwiz (04-27-2009)
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:28 AM.

   

 
X-Cart forums © 2001-2020