Custom position
-
I’m new to WC and I can’t figure out how to use this code to change the position of the checkbox:
add_filter( 'wc_gift_packaging_field_hook', 'custom_hook_position' ); function custom_hook_position( $text ) { return 'woocommerce_after_order_notes'; }
How can I move the checkbox after the notes of the order box?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom position’ is closed to new replies.