Answer the question
In order to leave comments, you need to log in
How to fix order steps?
Greetings to the members of the forum, I googled the problem for a very long time, I'm trying to remove the order steps in the basket, I registered who needs display none, everything went fine with the first paragraph, I wrote down the code for the "next" button
<script>
$(document).ready(function(){
setTimeout(function(){
$('#button-account').trigger('click');
},1000);
});
</script>
<script>
$(document).ready(function(){
setTimeout(function(){
$('#button-payment-method').trigger('click');
},1000);
});
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question