Skip to content

Instantly share code, notes, and snippets.

@pramodjodhani
Created July 28, 2025 06:29
Show Gist options
  • Save pramodjodhani/ce70e82f204f1d9515f69b3aded5fb60 to your computer and use it in GitHub Desktop.
Save pramodjodhani/ce70e82f204f1d9515f69b3aded5fb60 to your computer and use it in GitHub Desktop.
Flux checkout - Move position of shipping container to below the Shipping Adress.
<?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