Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

VAT not included in price..


Guest

Recommended Posts

Posted

..but in the order process it is fine, adds the vat and passes it onto the payment gateway

 

any ideas

 

Thanks

 

B

Posted

would you like to show product prices with tax in the shop? that is the bottom row in admin->configuration->mystore

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
would you like to show product prices with tax in the shop? that is the bottom row in admin->configuration->mystore

 

 

Hi Monica

 

No I have made that true, and it makes no difference, any other ideas?

Posted

does price show with VAT included on your product info page (detail)?

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
does price show with VAT included on your product info page (detail)?

 

 

no, not until the order process

Posted

compare your product_info.php to a vanilla one and see if the price formatting is handled differently

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
compare your product_info.php to a vanilla one and see if the price formatting is handled differently

 

 

will have a look, thanks

 

B

Posted
will have a look, thanks

 

B

 

 

mmm

it looks as though the product info price is generated in catalog/includes/classes/currencies.php, but for some reason it is not picking up the tax bit and adding it to the net price

here

 

function display_price($products_price, $products_tax, $quantity = 1) {

return $this->format(tep_add_tax($products_price, $products_tax) * $quantity);

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...