' . JText::_('COM_VIRTUEMART_USER_FORM_CART_STEP2') . ''; } if ($this->layoutName!='default') { $headerLevel = 1; if($this->cart->getInCheckOut()){ $buttonclass = 'button vm-button-correct'; } else { $buttonclass = 'default'; } ?>
".JText::_('COM_VIRTUEMART_CART_SELECT_SHIPMENT').""; ?>
  layoutName!='default') { ?>
found_shipment_method ) { echo "
\n"; // 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."
\n"; } } } echo "
\n"; } else { echo "".$this->shipment_not_found_text.""; } if ($this->layoutName!='default') { ?>