• Resolved Lee Cloete

    (@leemustard)


    Hey Support,

    Ive got the pro version of the Plugin purchased and installed. One Question,

    How do i jump back to a specific step using a custom linked button? Reason is because when on the payment page, id like to direct the user back to the final step (payment type selection)

    is this possible ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    starting with the plugin’s 1.24 version you can use the /checkout/#step-1 URL to link to the second step, or /checkout/#step-2 URL to link to the third step and so on.

    Alternatively, if you want to open a specific step from within a JavaScript code, then you can the following jQuery code to open the step:

    $(“.woocommerce-checkout”).trigger(“wpmc_switch_tab”, theIndex);

    where theIndex takes values from 0 to (number_steps – 1).

    Note that by opening a specific step there is no validation performed on the previous steps.

    Please make sure you update the plugin to the 1.24 version. On the WP Admin -> Plugins page you’ll find and update notice for the plugin. If there is no update notice yet, then you can trigger it by going to WP Admin -> Dashboard -> Updates and click on the “Check Again” button.

    • This reply was modified 5 years, 11 months ago by SilkyPress.
    Thread Starter Lee Cloete

    (@leemustard)

    Thanks! Will run the update

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jump to Step’ is closed to new replies.