escapeHtml(__('Items to Ship')) ?>
canShipPartiallyItem()): ?> getShipment()->getAllItems() ?> getOrderItem()->getParentItem()): continue; endif; $_i++ ?> getItemHtml($_item) ?> getItemExtraInfoHtml($_item->getOrderItem()) ?>
escapeHtml(__('Product')) ?> escapeHtml(__('Qty')) ?> escapeHtml(__('Qty to Ship')) ?> escapeHtml(__('Ship')) ?>
escapeHtml(__('Shipment Total')) ?>
escapeHtml(__('Shipment Comments')) ?>
escapeHtml(__('Shipment Options')) ?>
canCreateShippingLabel()): ?>
renderEventListenerAsTag( 'onclick', 'toggleCreateLabelCheckbox();', 'input#create_shipping_label' ) ?>
canSendShipmentEmail()): ?>
getChildHtml('submit_before') ?>
getChildHtml('submit_button') ?> getChildHtml('submit_after') ?>
escapeJs(__('Invalid value(s) for Qty to Ship'))}' }); return; } var checkbox = $(btn).up('.order-totals').select('#create_shipping_label')[0]; if (checkbox && checkbox.checked) { packaging.showWindow(); } else { disableElements('submit-button'); // Temporary solution will be replaced after refactoring order functionality jQuery('#edit_form').on('invalid-form.validate', function() { enableElements('submit-button'); jQuery('#edit_form').off('invalid-form.validate'); }); jQuery('#edit_form').triggerHandler('save'); } } window.validQtyItems = function() { var valid = true; $$('.qty-item').each(function(item) { var val = parseFloat(item.value); if (isNaN(val) || val < 0) { valid = false; } }); return valid; } window.bindSendEmail = bindSendEmail; window.shipmentCommentText = shipmentCommentText; window.notifyCustomerCheckbox = notifyCustomerCheckbox; window.sendEmailCheckbox = sendEmailCheckbox; //]]> }); script; ?> renderTag('script', [], $scriptString, false) ?>