You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AdminOrder submit method that is added by this extension is overwriting the submit method from another extension I'm using. Looking at the function you are adding, it appears to be the same as the standard AdminOrder.prototype.submit method from Magento. Is there a reason that the submit method specified in this extension is needed vs just using the default?
The AdminOrder submit method that is added by this extension is overwriting the submit method from another extension I'm using. Looking at the function you are adding, it appears to be the same as the standard AdminOrder.prototype.submit method from Magento. Is there a reason that the submit method specified in this extension is needed vs just using the default?
https://github.com/bippo/customshippingrate-magento/blob/master/app/design/adminhtml/default/default/template/indust_customshippingrate/form_custom.phtml#L61
The text was updated successfully, but these errors were encountered: