• Resolved wahab1211

    (@wahab1211)


    Is there any possible solution to show selected shipping address in review order page?

    Any help will be appreciated ??
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    By default the plugin doesn’t offer an option for that. But that can be achieved with some custom JavaScript code, that would hook into the “wpmc_switch_tab” trigger. For example:

    jQuery( '.woocommerce-checkout' ).on( 'wpmc_switch_tab', function( event, theIndex) {
    // Show shipping address in review step.
    });

    Thread Starter wahab1211

    (@wahab1211)

    i want to show the selected shipping address from the address book in review tab.

    Plugin Author Diana Burduja

    (@diana_burduja)

    If you want to customize the plugin, please consider hiring a developer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show selected shipping address in review order page’ is closed to new replies.