Plugin Directory

Changeset 1821872


Ignore:
Timestamp:
02/14/2018 09:25:22 AM (8 years ago)
Author:
jeyapriya
Message:

Included region to caluclate D/T precisley

Location:
yakit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • yakit/trunk/readme.txt

    r1727837 r1821872  
    6767== Changelog ==
    6868
     69= v1.2.3 (2018-02-14) =
     70* Included Region in the Rate API requests to get more precise duties/taxes for certain countries.
     71
    6972= v1.2.2 (2017-09-11) =
    7073* Updated the rate api timeout - 10000 to wp_remote_get parameter
  • yakit/trunk/yakit-shipping.php

    r1727837 r1821872  
    44 * Plugin URI: https://www.yakit.com/woocommerce/yakit-for-woocommerce/
    55 * Description: * Transparent pricing with no minimums or monthly charges. * Guaranteed duties and taxes along with shipping cost in your shopping cart. * Ship internationally to more than 45 countries now!
    6  * Version: 1.2.2
     6 * Version: 1.2.3
    77 * Author: Yakit
    88 * Author URI: https://www.yakit.com/
     
    114114                    $data['shipmentWeightUnit']=get_option('woocommerce_weight_unit');
    115115                    $data['ttd']='ALL';
     116                    $data['region']=$woocommerce->customer->get_shipping_state();
    116117                    $dt=$woocommerce->customer->get_shipping_country();
    117118
Note: See TracChangeset for help on using the changeset viewer.