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)
-   -   Putting Shipping pictures on the right hand side column (https://forum.x-cart.com/showthread.php?t=61511)

georgi 11-07-2011 12:27 PM

Putting Shipping pictures on the right hand side column
 
Hello everyone:

I have a 7 Dana Skin Elegant for my Gold 4.3 version and I would like to put pictures of:
- shipping companies
- Payment methods

on the right hand side column under the NEWS section.

I would also like for these pictures to be linked to the corresponding static pages. My static pages are on the right hand side column

Anyone know how I can do this please?

JWait 11-08-2011 04:02 PM

Re: Putting Shipping pictures on the right hand side column
 
Use Webmaster Mode and see if your Skin uses right_bar.tpl. That is where you would add it.

IMPORTANT! Make a backup of any file you change before changing it in case something goes wrong.

gbarquin 12-05-2011 11:33 AM

Re: Putting Shipping pictures on the right hand side column
 
Hi Jwait, thanks for answering. Unfortunatelly, I cant find it. I have version 3.3 Gold and on the right hand side I have the cart, registration forms and the news section. Got any more ideas please?

JWait 12-06-2011 05:37 AM

Re: Putting Shipping pictures on the right hand side column
 
Sorry, I skipped over 4.3.x when upgrading. Do you have a skin/customer/home.tpl? If so, see if you can find the area that has {include file="customer/menu_cart.tpl" } and {include file="customer/auth.tpl" }. That should be the right menu area.

gbarquin 12-06-2011 07:09 AM

Re: Putting Shipping pictures on the right hand side column
 
Hi JWait:
I do have {include file="customer/menu_cart.tpl" } and {include file="customer/auth.tpl" } does that mean that right after that I can write in
{include file="images/mypicture.gif" } with dreamweaver and put it up via FTP?.

I really do not know HTML that's why I ask.

Thanks a lot for your help. I have been quite a while with this.

JWait 12-06-2011 10:36 AM

Re: Putting Shipping pictures on the right hand side column
 
I would get a good text editor instead of trying to use Dreamweaver to edit templates. The one I use is PsPad, www.pspad.com. Its free, and works for php, html etc. as well.

Anyway, yes. you would just add something like
Code:

<br />
<img src="{$ImagesDir}/Image.jpg" width="150px" height="50px" alt="Image Description" />
<br />


where you want your image.

gbarquin 12-17-2011 09:47 AM

Re: Putting Shipping pictures on the right hand side column
 
Wow! Thank you very much! I will use the code you mentioned and also download the program.

ARW VISIONS 12-17-2011 06:58 PM

Re: Putting Shipping pictures on the right hand side column
 
you may need to sure {$AltImagesDir} if you upload images to your skin folder and not common_files


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

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