Thread: Cant Find....
View Single Post
  #4  
Old 04-27-2011, 05:30 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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"}
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote