Created
July 28, 2025 06:29
-
-
Save pramodjodhani/ce70e82f204f1d9515f69b3aded5fb60 to your computer and use it in GitHub Desktop.
Flux checkout - Move position of shipping container to below the Shipping Adress.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Flux checkout: Move position of shipping container to below the Shipping Adress. | |
*/ | |
add_action( 'woocommerce_after_order_notes', function() { | |
?> | |
<div class="flux-shipping-container--desktop"></div> | |
<?php | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment