Posts by Nei Carreira • 11 points
1 post
-
1
votes0
answers41
viewsQ: Auto-fill with select Woocommerce checkout
I have the following code to generate a select and bring values within options: add_action( 'woocommerce_after_order_notes', 'cliente_woocommerce' ); function cliente_woocommerce( $checkout ) {…