Change Add to Favorites button position no longer works
-
Prior to the 2.1 upgrade, I used the following code to move the Add to Favorites button to the top of the product detail page. This seems to no longer work. Can you advise?
remove_action(‘woocommerce_after_single_product’, ‘simple_add_favourites_button’, 10);
add_action(‘woocommerce_before_single_product’, ‘simple_add_favourites_button’, 10);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change Add to Favorites button position no longer works’ is closed to new replies.