Thread: Our Price from
View Single Post
  #2  
Old 05-20-2009, 04:34 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Our Price from

Find the following
Code:
{if $product.appearance.has_price} <div class="price-row{if $active_modules.Special_Offers ne "" && $product.use_special_price ne ""} special-price-row{/if}">
and then change the next one to this (create the language variable as well)
Code:
<span class="price">{if $product.is_variants}{$lng.lbl_priced_from}:{else}{$lng.lbl_our_price}:{/if}</span> <span class="price-value">{include file="currency.tpl" value=$product.taxed_price}</span>
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote