=== Volumetric Shipping for WooCommerce === Contributors: sunarc Tags: WooCommerce, Orders, Volumetric , Volumetric Shipping Requires at least: 6.0 Tested up to: 6.7.2 Requires PHP: 7.0 Stable tag: 1.0.10 License: GPLv2 or later == Description == "Volumetric Shipping allows merchants to calculate shipping charges according to the volumetric weight rather than the actual weight. Shipping charges can increase due to the volumetric weight, which is directly related to the amount of space that it occupies. If your package has a large size-to-weight ratio, you may need to consider your package's dimensional weight when calculating your shipping rates. Volumetric weight (Dimensional weight) reflects package density, which is the amount of space a package occupies in relation to its actual weight. If you're shipping an item that takes up a lot of space but isn't very heavy, a shipping company might charge you for the item's dimensional weight instead of its actual weight. A less dense item may occupy more volume of space, in comparison to its actual weight. The volumetric or dimensional weight is calculated by the dimensional width, dimensional height and dimensional length of the consignment and compared with the actual weight of the shipment to ascertain which is greater, the higher weight is used to calculate the shipment cost. ==== How it calculates the Volumetric Weight?==== Measure the dimensional width, dimensional height and dimensional length of the consignment in centimeters. Calculates the volume and divide it by Volumetric Weight Factor to get the dimensional weight in kilograms. Volumetric Weight=(Dimensional Length*Dimensional Height*Dimensional Width)/Volumetric Weight Factor If the dimensional weight is greater than the consignments actual weight, use the dimensional weight to calculate the rate. ==== Process==== Its shipping worked according to regions. Please use premium version. == Installation == 1. Upload the plugin files to the /wp-content/plugins/' directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the /Plugins/ screen in WordPress == Changelog == = 1.0.10 = * Updates - Compatibility check with latest version of wordpress 6.7.2 = 1.0.8 = * Updates - Compatibility check with latest version of wordpress 6.2 = 1.0.7 = * Updates - Compatibility check with latest version of wordpress 6.1 = 1.0.6 = * Updates - Compatibility check with latest version of wordpress 6.0 = 1.0.5 = * Updates - Compatibility check with latest version of wordpress 5.9 = 1.0.4 = * Updates - Compatibility check with latest version of wordpress 5.8 = 1.0.3 = * MISC Updated. = 1.0.2 = * MISC Updated. = 1.0.1 = * MISC Updated. = 1.0 = * Major build.