Methods
1 to 10 of 10
- OIK_Weight_Zone_Shipping::calculate_shipping() – Calculate shipping rates
- OIK_Weight_Zone_Shipping::get_rates() – Retrieves all rates available
- OIK_Weight_Zone_Shipping::init() – Initialise the shipping method
- OIK_Weight_Zone_Shipping::init_form_fields() – Set the instance form fields
- OIK_Weight_Zone_Shipping::is_available() – Return if the method is available
- OIK_Weight_Zone_Shipping::no_shipping_available() – Implement "woocommerce_cart_no_shipping_available_html"
- OIK_Weight_Zone_Shipping::pick_smallest_rate() – Picks the right rate from available rates based on cart weight
- OIK_Weight_Zone_Shipping::set_shippingrate_title() – Set the title for this shipping rate
- OIK_Weight_Zone_Shipping::sort_ascending() – Sort the rates array by ascending weight
- OIK_Weight_Zone_Shipping::__construct() – Constructor for OIK_Weight_Zone_Shipping class