• I have tried the code shared on previous questions but I can’t get the Add to Favourites button to move. Is this still correct?

    add_action( ‘init’, function(){

    remove_action( ‘woocommerce_after_single_product’, array( ‘SWF_Favourites_Button’, ‘display_button’ ) );
    add_action( ‘woocommerce_before_add_to_cart_form’, array( ‘SWF_Favourites_Button’, ‘display_button’ ) );

    });

    How else could I move the Add to Cart button closer to the actual product image or near the Add to Cart button?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Jon Boss

    (@jonboss)

    Hi there,

    Thanks for reaching out. The code above is correct – just be aware that in these forums – the quotes are being sanitized. So you will have to replace the back ticks above with proper quotes when pasting the code.

    Let me know if that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Another one – can’t move Add to Favourites button’ is closed to new replies.