Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

2 prices(inc and Exc vat) with diferent sizes/colors


  • You cannot reply to this topic
No replies to this topic

#1 lamocch

  • Community Member
  • 7 posts
  • Real Name:Luis

Posted 04 May 2012, 15:28

Hi, new here and with oscommerce, learned a lot thanks.

Hi made this change to to currencies based on this addon:
------------------------------------------------------------------------------------
Update:

I take no credit for this:

To simply display (Incl VAT) or (Excl. VAT) simply overtype the **** in the code underneath.

This must be added to includes/classes/currencies.php

Find:

return $this->format($this->calculate_price($products_price, $products_tax, $quantity))

Replace with:

return $this->format(tep_add_tax($products_price, $products_tax) * $quantity) . ' (IVA inc.)<br>';

No file to be uploaded.

Regards

Elroy
---------------------------------------------------------------------
Now i have both prces displayed like this:

2.20€
2.71€ (IVA inc.)


I want to change the included vat price so its smaller tant the other(and/or chanfge color):
2.20€
2.71€ (IVA inc.)


I successful change both prices size and colour(the easy way is in stylesheet), i also can change the text "(iva inc.)

Thanks in advance and hope this will help others...

lamocch