Changeset 3425679
- Timestamp:
- 12/22/2025 10:32:10 PM (2 months 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
r3424413 r3425679 2400 2400 $this -> shipping_metric_dimension = 0; 2401 2401 $berat_bungkus = ($this -> settings['berat_package'])/1000; 2402 $cart_weight = $woocommerce->cart->cart_contents_weight + $berat_bungkus;2402 $cart_weight = $woocommerce->cart->cart_contents_weight; 2403 2403 if(get_option('woocommerce_weight_unit') === "g") { 2404 2404 $cart_weight = $cart_weight / 1000; 2405 } 2405 } 2406 $cart_weight = $woocommerce->cart->cart_contents_weight + $berat_bungkus; 2407 2406 2408 $length=0;$width=0;$height=0; 2407 2409 $dimensi_barang = 0; -
epeken-all-kurir/trunk/class/shipping.php
r3424413 r3425679 2400 2400 $this -> shipping_metric_dimension = 0; 2401 2401 $berat_bungkus = ($this -> settings['berat_package'])/1000; 2402 $cart_weight = $woocommerce->cart->cart_contents_weight + $berat_bungkus;2402 $cart_weight = $woocommerce->cart->cart_contents_weight; 2403 2403 if(get_option('woocommerce_weight_unit') === "g") { 2404 2404 $cart_weight = $cart_weight / 1000; 2405 } 2405 } 2406 $cart_weight = $woocommerce->cart->cart_contents_weight + $berat_bungkus; 2407 2406 2408 $length=0;$width=0;$height=0; 2407 2409 $dimensi_barang = 0;
Note: See TracChangeset
for help on using the changeset viewer.