X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Adding Skype to your home.tpl file (https://forum.x-cart.com/showthread.php?t=20982)

sales@webosusa.com 01-25-2008 10:54 AM

Re: Adding Skype to your home.tpl file
 
I just manage put to work. Where was...

Code:


{* $Id: skype.tpl,v 0.1 2006/04/06 FS Exp $ *}
{capture name=skype}
<table width="100%"  border="0" cellpadding="0">
  <tr>
    <td><div align="center">
      <script type="text/javascript" src="{$SkinDir}/skypeCheck.js"></script>
     
      <a href="skype:YOUR-SKYPE-USER?call">
     
      [img]{$ImagesDir}/skype.gif[/img]</a></div></td>
  </tr>
</table>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Skype contact us" menu_content=$smarty.capture.skype }


now it is...

Code:


{* $Id: skype.tpl,v 0.1 2006/04/06 FS Exp $ *}
{capture name=skype}
<table width="100%"  border="0" cellpadding="0">
  <tr>
    <td><div align="center">
      <script type="text/javascript" src="{$SkinDir}/skypeCheck.js"></script>
     
      <a href="skype:YOUR-SKYPE-USER?call"><img src="{$ImagesDir}/skype.gif" border="0" ></a></div></td>
  </tr>
</table>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Skype contact us" menu_content=$smarty.capture.skype }



Works great.

Thanks!

Cya!!!

clik 08-20-2008 06:46 PM

Re: Adding Skype to your home.tpl file
 
Thank you guys!
I added to my website Skype, I'll see if it helps or not. I did it almost like you instructed except that I used code from Skype to create a custom button:
http://www.skype.com/intl/en/share/buttons/wizard.html


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.