![]() |
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. |
Re: Cant Find....
Create new file similar to categories.tpl for example and include it in /skin/common_files/customer/right_bar.tpl.
|
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
|
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" /> 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.