Community Add-Ons
OT_ROUND
for osCommerce Online Merchant v2.2
Order total rounded...
Example of order:
Sub-total: 100,00
TAX: 12,12
Total: 112,12
With OT_ROUND
Sub-total: 100,00
TAX: 12,12
Round: 0,88
Total: 113,00
Easy to install only copy two files:
includes/modules/order_total/ot_round.php
includes/languages/english)/modules/order_total/ot_round.php
My first contrib be cool :-)
Dream
Based on the contrib of dream (thanx ;-), this update helps you to set a rounding unit.
Example with rounding unit = 0.05 :
Sub-total: 90.00
TAX: 6.84
Round: 0.01
Total: 96.85
Or with roundung unit = 0.10 :
Sub-total: 90.00
TAX: 6.84
Round: - 0.04
Total: 96.80
It :
- rounds with + and - values
- show the rounding line only if is there is something to round
- rounds depending on the chosen currency not on the default currency
Bye
ASULIS
