Another one – can’t move Add to Favourites button
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Another one – can’t move Add to Favourites button’ is closed to new replies.