Kristofer
Dec 4 2006, 07:11 PM
Hello!
I have some problems with my osCommerce installation. The shop do not show the prices with TAX included at the front page (index.php). All other pages works perfect.
What can be wrong?
I tried to copy the codes in products_new.php to index.php. The prices became right, but the categories didn't work instead. I think the reason for that is that the products_new.php code doesn't contain any code for "cPath".
Maybe it's possible to mix that two codes and it will work?
Thank you!!!
/Kristofer
hobnob
Jul 16 2007, 04:33 AM
QUOTE (Kristofer @ Dec 5 2006, 05:11 AM)

Hello!
I have some problems with my osCommerce installation. The shop do not show the prices with TAX included at the front page (index.php). All other pages works perfect.
What can be wrong?
I tried to copy the codes in products_new.php to index.php. The prices became right, but the categories didn't work instead. I think the reason for that is that the products_new.php code doesn't contain any code for "cPath".
Maybe it's possible to mix that two codes and it will work?
Thank you!!!
/Kristofer
Hi Kristopher,
Have you had any replies to this as I am getting the same problem.
Thanks,
Vlad
Monika in Germany
Jul 16 2007, 09:40 AM
Vlad, can you post a screenshot, and identify where it's ok and where not? Can you see from the source code which file is included in the section that has the wrong prices?
jezmax
Jan 10 2008, 09:49 PM
im getting the same problem
if you want to see go to
www.gbmotoracingparts.co.uk , the index has no vat where it should but the other pages are fine
jezmax
Jan 11 2008, 07:26 AM
hi
thius is the solution
in the includes/modules folder select new_products
find the line thats like $products_price = $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_price]));
and change to
$products_price = $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id']));
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.