';
$output .= '
';
$all_gateway = self::listOfPaymentGateways();
$kineticpay_enable = 0;
$output .= '
';
$cash_on_delivery = (bool) get_static_option('cash_on_delivery_gateway');
if ($cash_on_delivery && $cash_on_delivery_show) {
$output .= '';
$output .= render_image_markup_by_attachment_id(get_static_option('cash_on_delivery_preview_logo'));
$output .= '
';
}
foreach ($all_gateway as $gateway) {
if (! empty(get_static_option($gateway.'_gateway'))) {
$class = (get_static_option('site_default_payment_gateway') == $gateway) ? 'class="selected active"' : '';
$output .= '';
$output .= render_image_markup_by_attachment_id(get_static_option($gateway.'_preview_logo'));
$output .= '
';
}
if($gateway == 'kineticpay'){
$kineticpay_enable = 1;
}
}
$output .= '
';
$output .= '
';
if($kineticpay_enable == 1){
$output .= '