cart); ?>

checkout_task == 'checkout') { echo '
' . vmText::_ ('COM_VIRTUEMART_USER_FORM_CART_STEP1') . '
'; } else { //if($this->checkout_task == 'confirm') { echo '
' . vmText::_ ('COM_VIRTUEMART_USER_FORM_CART_STEP4') . '
'; } } ?>
continue_link_html)) { echo $this->continue_link_html; } ?>
cart, FALSE,$uri); // This displays the form to change the current shopper if ($this->allowChangeShopper and !$this->isPdf){ echo $this->loadTemplate ('shopperform'); } $taskRoute = ''; ?>
isPdf and VmConfig::get('multixcart')=='byselection'){ if (!class_exists('ShopFunctions')) require(VMPATH_ADMIN . DS . 'helpers' . DS . 'shopfunctions.php'); echo shopFunctions::renderVendorFullVendorList($this->cart->vendorId); ?>loadTemplate ('address'); // This displays the pricelist MUST be done with tables, because it is also used for the emails echo $this->loadTemplate ('pricelist'); if (!empty($this->checkoutAdvertise)) { ?>
checkoutAdvertise as $checkoutAdvertise) { ?>
loadTemplate ('cartfields'); ?>
checkout_link_html; ?>
'; if(name=='confirm'){ jQuery('#checkoutForm').attr('action','".$orderDoneLink."'); } jQuery('#checkoutForm').append(div); //Virtuemart.updForm(); jQuery('#checkoutForm').submit(); } jQuery(document).ready(function($) { jQuery(this).vm2front('stopVmLoading'); var el = jQuery('#checkoutFormSubmit'); el.unbind('click dblclick'); el.on('click dblclick',Virtuemart.bCheckoutButton); }); "); if( !VmConfig::get('oncheckout_ajax',false)) { vmJsApi::addJScript('vm.STisBT'," jQuery(document).ready(function($) { if ( $('#STsameAsBTjs').is(':checked') ) { $('#output-shipto-display').hide(); } else { $('#output-shipto-display').show(); } $('#STsameAsBTjs').click(function(event) { if($(this).is(':checked')){ $('#STsameAsBT').val('1') ; $('#output-shipto-display').hide(); } else { $('#STsameAsBT').val('0') ; $('#output-shipto-display').show(); } var form = jQuery('#checkoutFormSubmit'); form.submit(); }); }); "); } $this->addCheckRequiredJs(); ?>