Magestore Giftvoucher
-
Open
js/magestore/giftvoucher/giftvoucher.js
and find the following code:if (typeof(save_shipping_method) != 'undefined') save_shipping_method(shipping_method_url);
-
Replace all occurrences of this code with:
document.fire('giftvoucher:success'); if (typeof(save_shipping_method) != 'undefined') save_shipping_method(shipping_method_url);
and save the file.
-
Disable javascript merge/minification if needed.