Descrizione
Displays total order weight in cart, mini cart and checkout page. Just activate and enjoy, this plugin has no options (yet).
Includes Polish and German translations and can be easily translated to other languages.
Get more WooCommerce plugins from Octolize
We know WooCommerce shipping inside out and put all our experience into our plugins. Check our WooCommerce premium plugins here →
or you might be also interested in other free…
Useful WooCommerce Shipping Plugins from Octolize
- Flexible Shipping – the most popular table rate shipping plugin in WordPress Repository with over 100.000 active installations
- Flexible Shipping for UPS and WooCommerce – the most powerful UPS WooCommerce integration
- Flexible Shipping for FedEx and WooCommerce – first free plugin to display FedEx Live Rates
- Live rates for USPS and WooCommerce – the best free plugin to display the USPS Live Rates
- Shipping Live Rates for Canada Post for WooCommerce – Canada Post WooCommerce shipping methods with real-time calculated shipping rates
- Live rates for DHL Express and WooCommerce – Automatic international shipping costs calculation and displaying DHL Express’ live rates
Installazione
You can install this plugin like any other WordPress plugin.
- Download and unzip the latest release zip file.
- Upload the entire plugin directory to your /wp-content/plugins/ directory.
- Activate the plugin through the Plugins menu in WordPress Administration.
You can also use WordPress uploader to upload plugin zip file in menu Plugins -> Add New -> Upload Plugin. Then go directly to point 3.
FAQ
-
How to change the Weight Suffix?
-
Use the filter in the functions.php in the current using theme:
‘woo_cart_weight/cart_weight’ – modify displaying weight
‘woo_cart_weight/weight_unit’ – modify the unitFor example:
‘add_filter( ‘woo_cart_weight/weight_unit’, ‘woo_cart_weight_weight_unit’ );
/**
* @param string $weight_unit
*
* @retun string
*/
function woo_cart_weight_weight_unit( $weight_unit ) {
$weight_unit = “%”;
return ( $weight_unit );’
Recensioni
Contributi e sviluppo
“Cart Weight for WooCommerce” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Cart Weight for WooCommerce” è stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Cart Weight for WooCommerce” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
1.4.8 – 2022-05-12
- Added support for WordPress 6.0
1.4.7 – 2022-04-20
- Changed Octolize urls
1.4.6 – 2022-04-04
- Added support for WooCommerce 6.4
- Fixed zero weight, now displays N/A
1.4.5 – 2022-03-02
- Added support for WooCommerce 6.3
1.4.4 – 2022-01-27
- Added support for WordPress 5.9
- Added support for WooCommerce 6.2
1.4.3 – 2022-01-11
- Added support for WooCommerce 6.1
1.4.2 – 2021-12-14
- Added support for WooCommerce 6.0
1.4.1 – 2021-11-08
- Added support for WooCommerce 5.9
1.4.0 – 2021-08-30
- Changed weight formatting to wc_format_weight function
- Removed filter woo_cart_weight/weight_unit
1.3.7 – 2021-08-16
- Added support for WooCommerce 5.6
1.3.6 – 2021-07-19
- Added support for WooCommerce 5.5
- Added support for WordPress 5.8
1.3.5 – 2021-05-12
- Added support for WooCommerce 5.3
1.3.4 – 2021-03-09
- Added support for WooCommerce 5.1
1.3.3 – 2021-02-11
- Added support for WooCommerce 5.0
1.3.2 – 2020-12-07
- Added support for WordPress 5.6
1.3.1 – 2020-11-12
- Added support for WooCommerce 4.7
1.3.0 – 2020-08-31
- Added support for templates
- Added filters: woo_cart_weight/cart_weight and woo_cart_weight/weight_unit
1.2.9 – 2020-08-10
- Added support for WordPress 5.5
- Added support for WooCommerce 4.4
1.2.8 – 2020-05-18
- Fixed .pot file
1.2.7 – 2020-05-18
- Fixed translations
1.2.4 – 2020-05-04
- Added support for WooCommerce 4.1
1.2.3 – 2020-03-09
- Added additional security hardenings
1.2.2 – 2020-01-07
- Added support for WooCommerce 3.9
1.2.1 – 2019-10-04
- Added support for WooCommerce 3.8
1.2.0 – 2019-09-16
- Added support for WPDesk libraries
1.1.8 – 2019-08-12
- Added support for WooCommerce 3.7
1.1.7 – 2019-05-16
- Fixed invisible header for mobile devices
1.1.5 – 2019-04-12
- Fixed version update on deploy
1.1.4 – 2019-04-09
- Fixed version update on deploy
1.1.3 – 2019-04-09
- Added support for WooCommerce 3.6
1.1.2 – 2018-12-05
- Added support for WordPress 5.0
1.1.1 – 2018-10-17
- Added support for WooCommerce 3.5
1.1 – 2018-03-02
- Fixed weight display
1.0 – 2015.08.11
- First Release!