• Resolved fixait

    (@fixait)


    Hi,

    I want only two steps.

    First: Shipping and Payment
    Second: Billing

    But if i use hook for change position, then I have Confirm order button on first step.
    I have all options checked on the “Which Steps to show”

    Is it possible to achieve this?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dina S.

    (@themehighsupport)

    We believe that you are using the premium version of our plugin.

    As per the WordPress forum policy, we can’t answer premium related questions on this forum. Could you pelase raise a ticket through our website? We hope our technical team will be able to help you.

    Thank you!

    Thread Starter fixait

    (@fixait)

    Hello.

    No We use free version.

    I use this hook:

    if ( ! function_exists( 'wmsc_shipping_step_last' ) ) {
    	function wmsc_shipping_step_last( $steps ) { 
    	    $steps['review']['position'] = 5;
    	    return $steps;
    	}
    }
    add_filter( 'wpmc_modify_steps', 'wmsc_shipping_step_last' ); 
    

    And checked first three chechbox in Settings.
    But i have Confirm (finish) Order Button on First step (i need it on second step).
    how to set this up?
    Thanks.
    Michal

    Dina S.

    (@themehighsupport)

    Unfortunately, your requirement cannot be achieved using the current version of our plugin, as it may result in logical errors.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Confirm Order button after change step position’ is closed to new replies.