X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Tax Inc Price in Ezupsell (https://forum.x-cart.com/showthread.php?t=35446)

Freakmode 11-15-2007 12:33 AM

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

balinor 11-15-2007 04:22 AM

Re: Tax Inc Price in Ezupsell
 
Moving to Third Party Add-Ons

Jon 11-15-2007 08:08 AM

Re: Tax Inc Price in Ezupsell
 
Any variables that you want to use in ezupsell.tpl should be queried for in modules/Upselling_Products/related_products.php

Jon Peters


All times are GMT -8. The time now is 10:07 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.