Description
This plugin rounds off WooCommerce Cart Total to nearest 5 cents (or nearest 5 in the 2nd decimal for any currency).
For example, if the cart total after tax is 43.27, the plugin rounds it off to 43.25. Similarly if the cart total is 43.28, the plugin rounds it off to 43.30.
There is no additional setting required to be configured. Simply install the plugin and activate it.
Donations
FAQ
-
What type of rounding is this?
-
Rounding is carried out to arrive at the nearest 5 cent or nearest 5 in the 2nd decimal point. This rounding works only for WooCommerce cart total.
-
Do I need to install WooCommerce for this?
-
Yes. this plugin is dependent on WooCommerce plugin.
-
How to configure?
-
There is no configuration required. Simply install, activate and check the cart total.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Cart Total Rounding by TheCartPress” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Cart Total Rounding by TheCartPress” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.0
- Use tcp.php v4
1.1.0
- Refactor code structure
- Add plugin link to TheCartPress sidebar menu
- Use tcp.php
1.0.0
- first version giving nearest 5 cents round off