Changeset 3431624
- Timestamp:
- 01/03/2026 12:48:58 PM (7 weeks ago)
- Location:
- epeken-all-kurir
- Files:
-
- 2 edited
-
tags/2.0.5/class/shipping.php (modified) (1 diff)
-
trunk/class/shipping.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
epeken-all-kurir/tags/2.0.5/class/shipping.php
r3429500 r3431624 2400 2400 $this -> shipping_total_weight = 0; 2401 2401 $this -> shipping_metric_dimension = 0; 2402 $berat_bungkus = ( $this -> settings['berat_package'])/1000;2402 $berat_bungkus = ((int)($this -> settings['berat_package']))/1000; 2403 2403 $cart_weight = $woocommerce->cart->cart_contents_weight; 2404 2404 if(get_option('woocommerce_weight_unit') === "g") { -
epeken-all-kurir/trunk/class/shipping.php
r3429500 r3431624 2400 2400 $this -> shipping_total_weight = 0; 2401 2401 $this -> shipping_metric_dimension = 0; 2402 $berat_bungkus = ( $this -> settings['berat_package'])/1000;2402 $berat_bungkus = ((int)($this -> settings['berat_package']))/1000; 2403 2403 $cart_weight = $woocommerce->cart->cart_contents_weight; 2404 2404 if(get_option('woocommerce_weight_unit') === "g") {
Note: See TracChangeset
for help on using the changeset viewer.