View Single Post
  #3  
Old 09-04-2005, 06:31 AM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default

Cheers, i should remember how i did it but for the life of me i can't

that link shows you how to show it ex shipping and ex vat

but what I need is to show it just ex shipping

this is the code im looking at one the template

Code:
<TD class=search2 nowrap>{if $minicart_total_items_products gt 0}{$minicart_total_items_products} item{if $minicart_total_items_products gt 1}s{/if} in cart{else}cart is empty{/if}</TD> <TD class=search2 nowrap>{if $minicart_total_cost gt 0}{include file="currency.tpl" value=$minicart_total_cost}{$lng.lbl_total}{/if}</TD> <TD class=search align=right width=139>[b]

So what im looking at trying to do is that if the price is displayed as бё19 then бё19 is what is shown in the mini cart

bearing in mind that the price displayed on the site is including vat/taxes
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote