New features version 1.3a

just updated the kampanya.php file to show prices with tax

Install

1. Copy new kampanya.php file under catalog directory.

if you would like to manually change the file

find at line 123 in kampanya.php:

$kampanya->display_price($specials['specials_new_products_price'],'')

and replace this with:

$kampanya->display_price($specials['specials_new_products_price'], tep_get_tax_rate($specials['products_tax_class_id']))

that's all...



More...