You appear to be a bot. Output may be restricted
Description
Display Weight/Country shipping options
Usage
OIK_Shipping_Pro::admin_options();
Parameters
Returns
voidSource
File name: oik-weightcountry-shipping-pro/class-oik-shipping-pro.phpLines:
1 to 15 of 15
public function admin_options() { ?> <h3><?php _e('Multiple Rate Weight and Country based shipping', 'oik-weightcountry-shipping-pro'); ?></h3> <p><?php _e('Lets you calculate shipping based on Country and weight of the cart.', 'oik-weightcountry-shipping-pro' ); ?> <br /><?php _e( 'Lets you set unlimited weight bands on per country basis and group countries that share same delivery cost/bands.', 'oik-weightcountry-shipping-pro' ); ?> </p> <table class="form-table"> <?php // Generate the HTML for the settings form. $this->generate_settings_html(); ?> </table><!--/.form-table--> <?php }View on GitHub