Lines:
1 to 23 of 23
<?php // (C) Copyright Bobbing Wide 2015 /* class OIK_Shipping_Pro */ /* function OIK_Shipping_Pro::__construct() – Constructor for OIK_Shipping class */ /* function OIK_Shipping_Pro::init() – Initialise the shipping method */ /* function OIK_Shipping_Pro::init_form_fields() – */ /* function OIK_Shipping_Pro::display_country_groups() – Displays country group selects in shipping method’s options */ /* function OIK_Shipping_Pro::calculate_shipping() – Calculate shipping rates */ /* function OIK_Shipping_Pro::get_countrygroup() – Retrieve the number of the country group for the country selected by the user on checkout */ /* function OIK_Shipping_Pro::get_rates_by_countrygroup() – Retrieves all rates available for the selected country group */ /* function OIK_Shipping_Pro::set_countrygroup_title() – Set the title for this country group rate */ /* function OIK_Shipping_Pro::pick_rates_for_weight() – Picks a selection of rates from available rates based on cart weight */ /* function OIK_Shipping_Pro::sort_ascending() – Sort the rates array by ascending weight */ /* function OIK_Shipping_Pro::no_shipping_available() – Implement "woocommerce_cart_no_shipping_available_html" */ /* function OIK_Shipping_Pro::admin_options() – Display Weight/Country shipping options */ if ( !function_exists( "bw_trace2" ) ) { /* function bw_trace2() – */ /* function bw_backtrace() – */ }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: