|
|
get_title(); ?>
enabled == 'yes'): ?>
id, array('flat_rate_', 'table_rate_shipping', 'kurjerzy_shipping_method', 'flexible_shipping')) ): ?>
|
id . ':' . $method->instance_id] )
&& isset( $ap_options[$method->id . ':' . $method->instance_id ][$payment->id] )
&& $ap_options[$method->id . ':' . $method->instance_id][$payment->id] == '1') || $is_without_any_settings) {
$checked = 'checked="checked"';
}
?>
|
id == 'flat_rate_'): ?>
| - |
|
id == 'table_rate_shipping'): // table rate shipping intergration ?>
|
|
id == 'flexible_shipping'): /* flexible shipping intergration */ ?>
shipping_methods_option] ) ) : ?>
shipping_methods_option] as $stMethod): ?>
|
id . '_' . $method->instance_id . '_' . sanitize_title( $stMethod['method_title'] );
$id = apply_filters( 'flexible_shipping_method_rate_id', $id, $stMethod );
$checked = '';
if ( ( isset( $ap_options[$id] )
&& isset( $ap_options[$id] )
&& isset( $ap_options[$id][$payment->id] )
&& $ap_options[$id][$payment->id] == '1' ) || $is_without_any_settings
) {
$checked = 'checked="checked"';
}
?>
|
id == 'kurjerzy_shipping_method'): // kurJerzy intergration ?>
couriers ) && is_array( $method->couriers ) ) : ?>
couriers as $courier): ?>
| kurJerzy - |
id . '_' . $courier] )
&& isset( $ap_options[$method->id . '_' . $courier][$payment->id] )
&& $ap_options[$method->id . '_' . $courier][$payment->id] == '1') || $is_without_any_settings ) {
$checked = 'checked="checked"';
}
?>
|