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)
-   -   [HOW TO] Create side modules containing links to static pages? (https://forum.x-cart.com/showthread.php?t=42353)

ADDISON 09-14-2008 10:08 AM

[HOW TO] Create side modules containing links to static pages?
 
Hello Guys,

I need some help. How can I create a side box (module) on left or right side of the store?

In my case I need three modules:

Title 1 (Heading): Technical Information
Content: 4 lines links to static pages

Title 2 (Heading): Customer Information
Content: 10 lines with links to static pages

Title 3 (Heading): SHOWROOM
Content: one photo

Appreciate your help :D/

neroag 09-14-2008 11:51 AM

Re: [HOW TO] Create side modules containing links to static pages?
 
Code:

<div class="menutop"><font class="menutext">Box Title</font></div>
<div class="menubottom">
<table border="0" align="center" width="130" >
<tr>
<td>
Add Links Here OR
<img border="0" src="image.jpg" width="120" height="81" alt="image name" /></td>
</tr>
</table>
</div>


save as mybox.tpl into skin1/

& call it from with the home template as an example
Code:

{include file="mybox.tpl" }

ADDISON 09-15-2008 11:07 AM

Re: [HOW TO] Create side modules containing links to static pages?
 
Great. Thank you very much.


All times are GMT -8. The time now is 05:04 AM.

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