X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Linking to .pdf in header redirects to home (https://forum.x-cart.com/showthread.php?t=47207)

DOD467 04-27-2009 09:40 AM

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>

Jayk 04-27-2009 09:46 AM

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">


All times are GMT -8. The time now is 09:35 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.