diff --git a/themes/default/mobile/js/opc.js b/themes/default/mobile/js/opc.js index 5a4a9d453..6dc93fc7d 100644 --- a/themes/default/mobile/js/opc.js +++ b/themes/default/mobile/js/opc.js @@ -81,6 +81,7 @@ function initEvent() success: function(json) { window.location.href = orderOpcUrl+'#cgv_checkbox'; + window.location.reload(true); } }); });