Elaine, et. al.,<div><br></div><div>If you want to just remove the Cart, you can set the system preference &quot;opacbookbag&quot; in the OPAC tab to &quot;Don&#39;t allow.&quot;</div><div><br></div><div>Regards,</div><div>
Jared<br><br><div class="gmail_quote">2010/11/25 Church, Beverly <span dir="ltr">&lt;<a href="mailto:bchurch@liblime.com">bchurch@liblime.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font size="2"><font face="verdana,sans-serif">Hi Elaine,<br><br></font></font><font size="2"><font face="verdana,sans-serif">Here&#39;s a script I found which lets you</font></font><font size="2"><font face="verdana,sans-serif"> use the system preference &quot;opacuserjs&quot; to rename the cart function. This script below changes &quot;Cart&quot; to &quot;Book Bag&quot; but you can use choose any other label:<br>


<br>$(&quot;a.addtocart&quot;).text(&#39;Add to Book Bag&#39;);<br><br>// redefining messages to use &quot;book bag&quot;<br>MSG_BASKET_EMPTY = _(&quot;Your book bag is currently empty&quot;);<br>MSG_RECORD_IN_BASKET = _(&quot;This item is already in your book bag&quot;);<br>


MSG_RECORD_ADDED = _(&quot;This item has been added to your book bag&quot;);<br>MSG_NRECORDS_ADDED = _(&quot; item(s) added to your book bag&quot;);<br>MSG_NRECORDS_IN_BASKET = _(&quot;already in your book bag&quot;);<br>


MSG_NO_RECORD_ADDED = _(&quot;No item was added to your book bag&quot;);<br>MSG_CONFIRM_DEL_BASKET = _(&quot;Are you sure you want to empty your book bag?&quot;);<br><br>  $(&quot;.container &gt; h1:contains(&#39;Your Cart&#39;)&quot;).html(&quot;Your Book Bag&quot;);<br>


  $(&quot;span.addto&quot;).click( function(){<br>     $(&quot;select#addto &gt; option:contains(&#39;Cart&#39;)&quot;).html(&quot;Book Bag&quot;);<br>  });<br><br>top_button_convert = function() {<br>  basketcount = $(&quot;#basketcount&quot;).html();<br>


  $(&quot;#cartmenulink&quot;).html(<br>&#39;&lt;i&gt;&lt;/i&gt;&lt;span&gt;&lt;i&gt;&lt;/i&gt;&lt;span&gt;&lt;/span&gt;&lt;img src=&quot;/opac-tmpl/prog/images/cart.gif&quot; width=&quot;14&quot; height=&quot;14&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt; Book Bag&lt;span id=&quot;basketcount&quot;&gt;&#39; + basketcount + &#39;&lt;/span&gt;&lt;/span&gt;&#39;<br>


  );<br>};<br>  top_button_convert(); // run once <br>  $(&quot;a.addtocart&quot;).click( function(){<br>     top_button_convert();  // run on given clicks<br>  });<br> <br><br>You need to enter the above script between the following beginning and opening lines:<br>


<br></font></font><span style="font-family:verdana,sans-serif">$(document).ready(function(){</span><br style="font-family:verdana,sans-serif"><br style="font-family:verdana,sans-serif"><br style="font-family:verdana,sans-serif">


<span style="font-family:verdana,sans-serif">});</span><br clear="all"><br><br style="font-family:verdana,sans-serif"><span style="font-family:verdana,sans-serif">There may be a way to use Jquery to hide the actual Cart button but I don&#39;t have any scripts that do this. </span><br style="font-family:verdana,sans-serif">


<br style="font-family:verdana,sans-serif"><span style="font-family:verdana,sans-serif">Bev</span><br><br>* * * * <br>Beverly Church <br>LibLime Project Manager<br><br>phone: 1-888-564-2457 ext. 717 <br>            1-301-654-8088 ext. 292<br>


email: <a href="mailto:bchurch@liblime.com" target="_blank">bchurch@liblime.com</a><br>skype: beverlychurch</blockquote></div><br>-- <br>Jared Camins-Esakov<div>Freelance bibliographer, C &amp; P Bibliography Services, LLC</div>
<div>(phone) +1 (917) 727-3445</div><div>(e-mail) <a href="mailto:jcamins@cpbibliography.com" target="_blank">jcamins@cpbibliography.com</a></div><div>(web) <a href="http://www.cpbibliography.com/" target="_blank">http://www.cpbibliography.com/</a></div>
<br>
</div>