Guest Posted June 27, 2004 Posted June 27, 2004 I need help as i don't know what i done, but all my prices of the sample products have appeared as 0, just plain 0, i'm in the UK so i need help with the zones etc... and VAT etc... can anyone help thanks
Guest Posted June 27, 2004 Posted June 27, 2004 fixed now, but how do i show prices including vat, and excluding vat on the products ?
Guest Posted June 27, 2004 Posted June 27, 2004 Mod files: In catalog/includes/classes/currencies.php find: return $this->format(tep_add_tax($products_price, $products_tax) * $quantity); And replace with: return $this->format(tep_add_tax($products_price, $products_tax) * $quantity) . ' (Inc.VAT)<br> ' . $this->format($products_price * $quantity) . '(Ex.VAT)<br> ' ; Thats it,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.