Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Bookmark this site / bookmark this page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-26-2008, 09:19 AM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default Bookmark this site / bookmark this page

Has anyone successfully placed javascript for this type of function. We have tried a bunch of different scripts out there, but cannot get any of them to work. I realize there are a bunch of widgets for social bookmarking sites, but our customers are older, and dont really use those services. Just want a standard, add to favorites function.

Please help if you can.

-ds
__________________
4.4
Code:
Hello World
Reply With Quote
  #2  
Old 10-26-2008, 11:17 AM
 
neroag neroag is offline
 

Senior Member
  
Join Date: May 2005
Location: UK
Posts: 171
 

Default Re: Bookmark this site / bookmark this page

in skin1/customer/home.tpl
before the </head> add ..

Code:
{literal} <script type="text/javascript"> /*********************************************** * Bookmark site script- ╘ Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ /* Modified to support Opera */ function bookmarksite(title,url){ if (window.sidebar) // firefox window.sidebar.addPanel(title, url, ""); else if(window.opera && window.print){ // opera var elem = document.createElement('a'); elem.setAttribute('href',url); elem.setAttribute('title',title); elem.setAttribute('rel','sidebar'); elem.click(); } else if(document.all)// ie window.external.AddFavorite(url, title); } </script> {/literal}


add the following where you want it to display

Code:
<a href="javascript:bookmarksite('Site_name', 'http://www.yoursite.com')">Bookmark this site!</a>

Tested & Works in IE7 & Firefox

Original code found at http://www.dynamicdrive.com/dynamicindex9/addbook.htm
__________________
X-cart Gold - 4.0.18 - 4.1.9 - 4.1.10 - 4.3.0
Reply With Quote
  #3  
Old 10-26-2008, 02:56 PM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default Re: Bookmark this site / bookmark this page

Perfect.....Thank you so much.
__________________
4.4
Code:
Hello World
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 08:58 AM.

   

 
X-Cart forums © 2001-2020