• dear developer I need to change the position of the of button .. Adajcent to Add to cart Button.

    Please help!

Viewing 1 replies (of 1 total)
  • Hi, Im not the developer, but I think I have an answer for you.
    Go into edit-mode on the plugin.
    simple-woocommerce-favourites/simple-woocommerce-favourites.php

    Change the add_action-line containing simple_add_favourites_button to this:

    add_action('woocommerce_after_add_to_cart_form', 'simple_add_favourites_button');

    ‘woocommerce_after_add_to_cart_form’ is what you need to change it to.

    • This reply was modified 7 years, 2 months ago by aecorn.
Viewing 1 replies (of 1 total)
  • The topic ‘Postion of Button need to be changed!’ is closed to new replies.