WP Manifestindependent plugin directory
manifest / ecommerce / woo-dimensions-calculator

Code IT - WooCommerce product dimensions calculator

Calculate the amount of products you need for given dimensions

by Code IT Ninja · github.com/codeit-ninja/woo-dimensions-calculator · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/codeit-ninja/woo-dimensions-calculator/archive/refs/heads/master.zip

Declares an update source (https://github.com/codeit-ninja/woo-product-dimensions), so updates arrive through the plugin's own updater.

Readme

💐 WooCommerce dimensions calculator

This plugin adds a dimensions calculator underneath the quantity input. It allows a customer to calculate the amount of products it needs for the given dimensions.

👜 Support

Currently only SI-System units are supported. If you want support for other units, like feet or mile etc., create an issue.

🔌 Installation

Download the code as a ZIP

img.png

Place the contents of the ZIP into the plugins folder.

Don't rename the folder name inside the ZIP file, this to prevent errors when an update is available.

💾 Configuration

You can show the form by enabling the Show dimensions form from the General options tab in a WooCommerce product.

img_1.png

On the plugins settings page you can edit the heading of the form and the form field labels.

The settings page is stored under wp admin -> settings -> Woo calculator

Read the full README on GitHub →