' . JText::_('COM_VIRTUEMART_USER_FORM_CART_STEP3') . ''; } if ($this->layoutName!='default') { $headerLevel = 1; if($this->cart->getInCheckOut()){ $buttonclass = 'button vm-button-correct'; } else { $buttonclass = 'default'; } ?>
".JText::_('COM_VIRTUEMART_CART_SELECT_PAYMENT').""; ?>
  layoutName!='default') { ?>
found_payment_method) { echo "
"; foreach ($this->paymentplugins_payments as $paymentplugin_payments) { if (is_array($paymentplugin_payments)) { foreach ($paymentplugin_payments as $paymentplugin_payment) { echo $paymentplugin_payment.'
'; } } } echo "
"; } else { echo "

".$this->payment_not_found_text."

"; } if ($this->layoutName!='default') { ?>