You appear to be a bot. Output may be restricted
Description
Display Weight/Country shipping options
Usage
OIK_Shipping::admin_options();
Parameters
Returns
voidSource
File name: oik-weightcountry-shipping/oik-weightcountry-shipping.phpLines:
1 to 20 of 20
public function admin_options() { ?> <h3><?php _e('Weight and Country based shipping', 'oik-weightcountry-shipping'); ?></h3> <p><?php _e('Lets you calculate shipping based on Country and weight of the cart.', 'oik-weightcountry-shipping' ); ?> <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' ); ?> </p> <p><strong> <?php _e( 'This plugin is no longer supported.', 'oik-weightcountry-shipping'); ?> </strong> <?php printf( __( 'Please switch to %1$s','oik-weightcountry-shipping'), '<a href="https://wordpress.org/plugins/oik-weight-zone-shipping" target="_blank">oik-weight-zone-shipping</a>' ); ?> </p> <table class="form-table"> <?php // Generate the HTML for the settings form. $this->generate_settings_html(); ?> </table><!--/.form-table--> <?php }View on GitHub View on Trac