Once you have created the editElectronic.jsp file, add the following JS call to a new custom JS file:

custom.commerce.csr.order.shipping.editShippingAddress = function(pURL){
  atg.commerce.csr.common.submitPopup(pURL,
      dojo.byId("mycsrEditShippingAddressForm"),
      dijit.byId("mycsrEditAddressFloatingPane"));
};

This function submits a pop up page form.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices