View Single Post
  #9  
Old 04-27-2010, 04:10 AM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Modifying the Buy Now Button

I think I found the code I need to change in the


Code:
<div class="button{if $additional_button_class} {$additional_button_class}{/if}" title="{$title|default:$button_title|escape}" onclick="{$div_link}"> <a href="{$href}" onclick="{if $js_link}{$js_link};{else}javascript:{/if} if (event) event.cancelBubble = true;"{$reading_direction_tag}>{$button_title|amp}</a> </div>

I think the <a href...> needs to be changed to <a href="{$url}" class="see-details">

But that didn't work either lol
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote