A
A
Andrey Nikiforov2017-09-02 21:16:47
JavaScript
Andrey Nikiforov, 2017-09-02 21:16:47

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>

Trying to skip the rest of the steps
<script>
 $(document).ready(function(){
 setTimeout(function(){
  $('#button-payment-method').trigger('click');
  },1000);
 });
</script>

All to no purpose, what could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zoozag, 2017-09-03
@zoozag

Save yourself time and nerves and install the Simple module.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question