Dive Right In Scuba Posted February 22, 2008 Posted February 22, 2008 How can I add a "Live Support" Button on the right or left hand side of the screen? Im also wondering if its possible to have it appear near the bottom of every item a customer clicks on. So when the click on an item, it shows the description, a pic, and near the bottom of that description a couple of <br>s later, the have a "Live Support" Button they can click on for help..... Here is a link of what Im thinking if this helps: http://www.volusion.com/livechat_software.asp Any help would be greatly appreciated.....I looked and couldnt find anything about it in the search
germ Posted February 22, 2008 Posted February 22, 2008 Adding the code is no problem. At the end of /catalog/includes/column_right.php or /catalog/includes/column_left.php, after this line at the end of the file: ?> You would add something like this: <tr> <td> ************** DELETE THIS LINE AND ADD YOUR CODE HERE ************** </td> </tr> That is, if the code you want to add is just HTML/JAVASCRIPT, and will fit in the confines of your column. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Dive Right In Scuba Posted February 22, 2008 Author Posted February 22, 2008 Adding the code is no problem. At the end of /catalog/includes/column_right.php or /catalog/includes/column_left.php, after this line at the end of the file: ?> You would add something like this: <tr> <td> ************** DELETE THIS LINE AND ADD YOUR CODE HERE ************** </td> </tr> That is, if the code you want to add is just HTML/JAVASCRIPT, and will fit in the confines of your column. Great!!! Thanks alot Jim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.