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)
-   -   Add button under xcart button. (https://forum.x-cart.com/showthread.php?t=2560)

gamenebula.com 05-04-2003 07:13 AM

Add button under xcart button.
 
Is there to add a button right under the X-Cart button. I want to add a links page that would list links right where the products would show up without taking anyone off of my site. Any links listed would open a new window. How can I do this?

I'm not a programmer and any help is appreciated.

adpboss 05-04-2003 11:27 AM

I think I could help you, but I'm not sure I understand what you have written.

Where do you want the button and and what x-cart button are you talking about?

I think I got the rest. :)

gamenebula.com 05-05-2003 04:10 AM

I'm using version 3.3.3. its the xcart button on the right side of the screen when you are on your site. It brings you to the xcart website.

I want to put a button right under it. It would be used for bringing up text (links) to other pages. I want it to bring up the text just like it would for items on the site, meaning I don't want to direct people off of my website.[/quote]

adpboss 05-05-2003 04:46 AM

OK. The template you want to modify is called poweredby.tpl.

This is directly from my site, http://www.adpmods.com

Code:

{* $Id: poweredby.tpl,v 1.4 2002/08/20 13:16:29 zorg Exp $ *}
<center>
[img]{$ImagesDir}/powered.gif[/img]
</center>


1. You need to insert a
or

after each link. I assume you know how to do this. If not, I would recommend searching the web for some html tutorials. This is easy stuff to learn.

2. If you are only inserting text links you don't need

Code:

[img]{$ImagesDir}/powered.gif[/img]

just substitute the text you want to use.

Good luck!

:)

gamenebula.com 05-06-2003 07:37 AM

Thanks for your suggestion
 
I will give it a try. If it weren't for people in this forum helping others, this would be a bad situation (for me)


All times are GMT -8. The time now is 09:24 PM.

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