Description
Set the title for this country group rateNote: This includes countrygroup 0 – any country not listed and shipping rate for zero weight carts;
Usage
OIK_Shipping::set_countrygroup_title( $rate );Parameters
- $rate
- ( array ) required – the current rate that we're going to use
Returns
voidSource
File name: oik-weightcountry-shipping/oik-weightcountry-shipping.phpLines:
1 to 9 of 9
function set_countrygroup_title( $rate ) { //bw_trace2(); if ( isset( $rate[3] ) && $rate[3] != "" ) { $title = $rate[3]; } else { $title = $this->title; } $this->countrygroup_title = $title; }View on GitHub View on Trac
Called by
1 to 3 of 3
