Thread: Price from
View Single Post
  #7  
Old 11-10-2010, 10:54 PM
 
Spiceworld Spiceworld is offline
 

Advanced Member
  
Join Date: Nov 2009
Posts: 81
 

Default Re: Price from

Ok cheers for the replies.

I have tried changing those files with various different combinations but no luck yet.

I can put the following line in where it needs to go:

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>

like this:

Code:
<div class="price-row{if $active_modules.Special_Offers ne "" and $product.use_special_price ne ""} special-price-row{/if}"> <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> <span class="price">{$lng.lbl_our_price}:</span> <span class="price-value">{include file="currency.tpl" value=$product.taxed_price}</span> <span class="market-price">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.taxed_price}</span> </div>


and that gives me the right look apart from it being on the left when the original is in the centre, but then i try and take out the same code that was doubled up in there but it wipes the whole page out so no product column is there at all.

I'll keep trying and will hopefully get there.

Cheers all
__________________
4.6.1
Reply With Quote