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)
-   -   Cant Find.... (https://forum.x-cart.com/showthread.php?t=59042)

Diveanx 04-24-2011 07:52 AM

Cant Find....
 
Well another stupid question that I know has been answered before but after looking at 22 pages using seach I just have to ask.

I want to add a block on the right side so I can add images of the credit cards that we accept and also add a block to our Facebook site and EBay store.

Can someone either point me in the direction of the post that tells me how or just tell me which files to alter and how and I would greatly appreciate it.

cflsystems 04-24-2011 01:20 PM

Re: Cant Find....
 
Create new file similar to categories.tpl for example and include it in /skin/common_files/customer/right_bar.tpl.

Diveanx 04-24-2011 02:20 PM

Re: Cant Find....
 
Okay I found it finally but I am not sure what needs to be added to do what I need done. Just adding that text is not going to accomplish what I need done

qualiteam 04-27-2011 05:30 AM

Re: Cant Find....
 
You should upload the required image files (e.g. visa.jpg, mastercard.jpg) to skin/common_files/images folder via FTP or admin back end and add something like:

Code:

<img src="{$ImagesDir}/visa.jpg" alt="Visa" />
<img src="{$ImagesDir}/mastercard.jpg" alt="Mastercard" />


to the "skin/common_files/customer/mytemplate.tpl".

And add inclusion statement into the "skin/common_files/customer/right_bar.tpl" template:

Code:

{include file="customer/mytemplate.tpl"}


All times are GMT -8. The time now is 02:15 AM.

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