View Single Post
  #1  
Old 11-15-2007, 12:33 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Tax Inc Price in Ezupsell

Having installed the great mod Ezupsell I am begining the process of making the display of recommended products a little more pleasing.

I have managed to include the price of the item shown but it does not include tax.

<tr class="ItemsList">
<td><a href="product.php?productid={ $product_links[cat_num].productid }">{include file="product_thumbnail.tpl" productid=$product_links[cat_num].productid product=$product_links[cat_num].product tmbn_url=$product_links[cat_num].tmbn_url}</a></td>
<td><a href="product.php?productid={ $product_links[cat_num].productid }">{ $product_links[cat_num].product|escape}</a><br>
{$lng.lbl_our_price}: {include file="currency.tpl" value=$product_links[cat_num].price}<br /></td>

I have also changed the bottom line to taxed_price but this just shows a price of ё0.00

Any ideas how I can show a tax inclusive price?

Thanks
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote