' . vmText::_('COM_VIRTUEMART_USER_FORM_CART_STEP3') . ''; } if ($this->layoutName!=$this->cart->layout) { $headerLevel = 1; if($this->cart->getInCheckOut()){ $buttonclass = 'button vm-button-correct'; } else { $buttonclass = 'default'; } ?>
cart->virtuemart_paymentmethod_id){ echo ''.vmText::_('COM_VIRTUEMART_CART_SELECTED_PAYMENT_SELECT').''; } else { echo ''.vmText::_('COM_VIRTUEMART_CART_SELECT_PAYMENT').''; } if(VmConfig::get('cart_extraSafeBtn',false) or $this->layoutName!=$this->cart->layout){ ?>
layoutName!=$this->cart->layout) { ?>
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!=$this->cart->layout) { ?>