https://github.com/cba85/woocommerce-weight-shipping
Weight shipping plugin for WooCommerce
https://github.com/cba85/woocommerce-weight-shipping
Last synced: about 1 month ago
JSON representation
Weight shipping plugin for WooCommerce
- Host: GitHub
- URL: https://github.com/cba85/woocommerce-weight-shipping
- Owner: cba85
- License: gpl-3.0
- Created: 2020-08-21T13:11:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T22:52:03.000Z (about 5 years ago)
- Last Synced: 2025-12-05T01:43:46.144Z (6 months ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WooCommerce Weight Shipping
A simple Wordpress/WooCommerce plugin to easily manage weight variation costs for shipping.
This plugin lets you create/delete weight variation for your WooCommerce shipping methods.
Compatible with all the Woocommerce weight units (g, kg, oz, lbs).
## Install
This plugin is made using [WP Icarus framework](https://github.com/cba85/wp-icarus-framework), a Wordpress plugin wihch adds expressive and elegant syntax for Wordpress functions, loaded using PSR-4 composer autoload.
## Tests
```
./vendor/bin/phpunit
```
## Release
```
./release.sh
```