' . vmText::_('COM_VIRTUEMART_USER_FORM_CART_STEP2') . ''; } if ($this->layoutName!=$this->cart->layout) { $headerLevel = 1; if($this->cart->getInCheckOut()){ $buttonclass = 'button vm-button-correct'; } else { $buttonclass = 'default'; } ?>
cart->virtuemart_shipmentmethod_id){ echo ''.vmText::_('COM_VIRTUEMART_CART_SELECTED_SHIPMENT_SELECT').''; } else { echo ''.vmText::_('COM_VIRTUEMART_CART_SELECT_SHIPMENT').''; } if(VmConfig::get('cart_extraSafeBtn',false) or $this->layoutName!=$this->cart->layout){ ?>
layoutName!=$this->cart->layout) { ?>
found_shipment_method ) { echo '
'; // if only one Shipment , should be checked by default foreach ($this->shipments_shipment_rates as $shipment_shipment_rates) { if (is_array($shipment_shipment_rates)) { foreach ($shipment_shipment_rates as $shipment_shipment_rate) { echo '
'.$shipment_shipment_rate.'
'; } } } echo '
'; } else { echo ''.$this->shipment_not_found_text.''; } if ($this->layoutName!=$this->cart->layout) { ?>