[ad_1]
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.
});
i want to show the selected shipping address from the address book in review tab.
If you want to customize the plugin, please consider hiring a developer.
