Contributions
Package_LiveZilla_Top_Right_Position_Of_OscommerceRc2.2
LiveZilla is one of the most popular open source online support system. LiveZilla is OsCommerce-independent live chat.
This contribution links LiveZilla to oscommerce.
(1) Download LiveZilla and Install Guid.
(1.1) Download LiveZilla:
Download URL : http://www.livezilla.net
(1.2) Download Installation guide.
guide url: http://www.livezilla.net/installation/en/
(2) You have two choices:
(2.1) Auto:Upload the header.php to your website.
Upzip this package.zip
Upload header.php to your www.example.www/includes/
(2.2) Manually Install
Modify the ./includes/header.php of oscommerce
Find out:
<td align="right" valign="middle">
<?php
if ($cart->count_contents() > 0)
{ echo ' <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'cart_full.gif', HEADER_TITLE_CART_CONTENTS) . '</a>' ; }
else {
echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>';
}?>
<br>
Above it paste the following:
<td align="right" valign="middle">
<!-- http://www.LiveZilla.net Chat Button Link Code --><div style="text-align:center;width:191px;"><a href="http://example.com/livezilla/livezilla.php" target="_blank" alt="Online Help"><img src="http://example.com/livezilla/image.php?id=02" width="160" height="40" border="0" alt="Online Help"></a><a href="http://www.livezilla.net"></a><div style="margin-top:2px;"><a href="http://www.livezilla.net" target="_blank" title="Online Help" style="font-size:10px;color:#bfbfbf;text-decoration:none;font-family:verdana,arial,tahoma;"> </a></div></div><!-- http://www.LiveZilla.net Chat Button Link Code -->
</td>
(3) The original image.png of online and offline are not good. There I also upload two better images.
You can goto my websiteThe to check effect of the new images .
The updated image file located at ./liveziila/banners/*_04_*.png.
Change the following:
./includes/header.php
FIND:
image.php?id=02" width="160" height="40" border="0"
CHANGE TO:
image.php?id=04" width="160" height="40" border="0"
IMPORTANT!
Please change all "https://www.maiba.us" to your own website in ./includes/header.php
Contribution written by Lu:
http://www.maiba.us
| 19 May 2010 |
LiveZilla is one of the most popular open source online support system. LiveZilla is OsCommerce-independent live chat.
This contribution links LiveZilla to oscommerce.
(1) Download LiveZilla and Install Guid.
(1.1) Download LiveZilla:
Download URL : http://www.livezilla.net
(1.2) Download Installation guide.
guide url: http://www.livezilla.net/installation/en/
(2) You have two choices:
(2.1) Auto:Upload the header.php to your website.
Upzip this package.zip
Upload header.php to your www.example.www/includes/
(2.2) Manually Install
Modify the ./includes/header.php of oscommerce
Find out:
<td align="right" valign="middle">
<?php
if ($cart->count_contents() > 0)
{ echo ' <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'cart_full.gif', HEADER_TITLE_CART_CONTENTS) . '</a>' ; }
else {
echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>';
}?>
<br>
Above it paste the following:
<td align="right" valign="middle">
<!-- http://www.LiveZilla.net Chat Button Link Code --><div style="text-align:center;width:191px;"><a href="http://example.com/livezilla/livezilla.php" target="_blank" alt="Online Help"><img src="http://example.com/livezilla/image.php?id=02" width="160" height="40" border="0" alt="Online Help"></a><a href="http://www.livezilla.net"></a><div style="margin-top:2px;"><a href="http://www.livezilla.net" target="_blank" title="Online Help" style="font-size:10px;color:#bfbfbf;text-decoration:none;font-family:verdana,arial,tahoma;"> </a></div></div><!-- http://www.LiveZilla.net Chat Button Link Code -->
</td>
(3) The original image.png of online and offline are not good. There I also upload two better images.
You can goto my websiteThe to check effect of the new images .
The updated image file located at ./liveziila/banners/*_04_*.png.
Change the following:
./includes/header.php
FIND:
image.php?id=02" width="160" height="40" border="0"
CHANGE TO:
image.php?id=04" width="160" height="40" border="0"
IMPORTANT!
Please change all "https://www.maiba.us" to your own website in ./includes/header.php
Contribution written by Lu:
http://www.maiba.us
Note: Contributions are used at own risk.
