Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you are doing well! 🙂

    Could you check if you can move it to the bottom adding the next code in the functions.php of your theme, please?

    if ( ! function_exists('ywgc_gift_card_code_form_cart_hook' ) ){
    		function ywgc_gift_card_code_form_cart_hook( $hook ){
    
    			$hook = 'woocommerce_after_cart_table';
    			return $hook;
    		}
    	}
    add_filter( 'ywgc_gift_card_code_form_cart_hook', 'ywgc_gift_card_code_form_cart_hook', 10, 1 );

    Let us know any news, please.

    Have a nice day!

    Thread Starter liam239

    (@liam239)

    Hello,

    Thanks works perfectly. And Thanks for the fast reply.

    Have a nice day.

    Liam

    Thread Starter liam239

    (@liam239)

    Hi,

    Here i’m back. One small issue, when a Customer adds a Coupon in the coupon field (So no giftcard) Then you get a message “Your coupon is succesfully added”. But then jumps the Code field from the gift card back to above.

    When you enter a gift card only or nothing it stays at the bottem.

    Same problem here.

    In the CHECKOUT, the the coupon field is showing twice, top and bottom.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move code field – Cart page’ is closed to new replies.