View Single Post
  #2  
Old 05-06-2011, 03:24 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Shipping calculator button problem

You need to modify the template this was added to and change the call for the button - its title
Ok its actually th eimage you are showing. You have this in the code

Code:
<button class="button" type="button" title="Calculate Shipping" onclick="javascript: document.forms['cartform'].submit()" style="height:40px;"> <span><span><!--Calculate Shipping<a href="" class="see-details"><img src="/skin1/images/btn-view-details.gif" /></a>&nbsp;--><img src="/skin1/images/btn-add-to-cart.gif" width="132" height="32" border="0"></span></span>

You want to change it to show the calcualte shipping image and not the add to cart image. Also do not use html comment in the template files to comment out smarty code - use {* code here *}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote