diff --git a/view/frontend/templates/powerstep_script.phtml b/view/frontend/templates/powerstep_script.phtml index 909fb97..57ad748 100644 --- a/view/frontend/templates/powerstep_script.phtml +++ b/view/frontend/templates/powerstep_script.phtml @@ -10,7 +10,7 @@ require(['jquery'], function($) { $("#clerk_powerstep .clerk-slider").remove(); var data = isAjax ? { isAjax: true } : {}; $.ajax({ - url: 'clerk/powerstep/popup', + url: 'getUrl('clerk/powerstep/popup') ?>', data: data, type: 'get', success: function(res) { @@ -33,4 +33,4 @@ require(['jquery'], function($) { }) }); - \ No newline at end of file +