Home Forums WoodMart support forum Wishlist reposition on the product page Reply To: Wishlist reposition on the product page

#265391

divit
Participant

After a few hours off digging i found the file path: wp-content/themes/woodmart/inc/integrations/woocommerce/modules/wishlist/class-ui.php

And I changed the number from 33 to 30 here:

if ( ( woodmart_get_opt( ‘wishlist_logged’ ) && is_user_logged_in() ) || ! woodmart_get_opt( ‘wishlist_logged’ ) ) {
add_action( ‘woocommerce_single_product_summary’, array( $this, ‘add_to_wishlist_single_btn’ ), 30 );

Would appreciate if you can help me with a function that i can place in child functions.php, when i upgrade the theme there is no need to modify again. Thank you