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)
-   -   Adding a Simple Button Link (https://forum.x-cart.com/showthread.php?t=49496)

rageon75 09-02-2009 10:51 AM

Adding a Simple Button Link
 
Hello everybody. I am trying to figure out how to add a button link to this page: http://www.chimera-bikes.com/home.php?cat=3 . I need it to be on every page. I also need it to be above the item description. How do I do that? What files do I modify? Thanking everybody in advance. I appreciate you taking time to look at my question.

Shamun 09-02-2009 11:42 AM

Re: Adding a Simple Button Link
 
A button link?
Could you be a bit more descriptive on the location and such?

rageon75 09-02-2009 12:02 PM

Re: Adding a Simple Button Link
 
Below where it says "Products" and above the product description: "TS 5.9 Track 55CM: 700C Racing", centered. I need to add a button link to the "Size Guide" page.

Shamun 09-02-2009 12:11 PM

Re: Adding a Simple Button Link
 
I dont see where it says "Products".
For it to be above the product description, look in skin1/customer/main/product.tpl for this line (or similar):
Code:

        <tr>
        <td colspan="2">
              <div class="descr">{$product.fulldescr|default:$product.descr}</div>
        </td>
        </tr>

The link should be added before that.

rageon75 09-02-2009 12:35 PM

Re: Adding a Simple Button Link
 
Thanks for your reply. I added the link to the product.tpl but the graphic went to this page: http://www.chimera-bikes.com/product.php?productid=16134&cat=3&page=1 .

It should be on this page: http://www.chimera-bikes.com/home.php?cat=3 . What file should I modify? Thanks again.

Shamun 09-02-2009 12:53 PM

Re: Adding a Simple Button Link
 
For that, you can see if the category description allows for html code. If so, just throw it in there :)

rageon75 09-02-2009 01:13 PM

Re: Adding a Simple Button Link
 
Thank you Tal for all your help. I needed to add the code in the products.tpl. Thanks again!


All times are GMT -8. The time now is 02:38 PM.

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