CBM Calculator

Description

It helps user to calculate cubic meters when shipping goods. User can get quick calculation of how many product(s) will fit in a shipping container?

Installation

  1. Install plugin from WordPress
  2. visit cbmcalculator.com/profile.html
  3. create free account
  4. copy API key from same page after login
  5. It will allow you 100 API calls free per month

Reviews

There are no reviews for this plugin.

Contributors & Developers

“CBM Calculator” is open source software. The following people have contributed to this plugin.

Contributors

Translate “CBM Calculator” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.0

  • Tested up to WordPress 7.0
  • Replaced deprecated wp_print_scripts hook with wp_enqueue_scripts
  • Moved inline oninput event handlers to JavaScript for better separation of concerns
  • Improved mobile responsiveness in CSS (replaced fixed 510px width with max-width)
  • Fixed typo in error message (“prform” -> “perform”)
  • Replaced deprecated new Object() with object literal syntax in JS
  • Minor code quality improvements