Hello,
There is a bug in our theme so please find this file: woodmart\inc\integrations\woocommerce\modules\quick-view.php
Then find this line:
remove_action( 'woocommerce_single_product_summary', array( XTS\WC_Wishlist\UI::get_instance(), 'add_to_wishlist_single_btn' ), 33 );
And replace with this one:
if ( woodmart_get_opt( 'wishlist', 1 ) ) {
remove_action( 'woocommerce_single_product_summary', array( XTS\WC_Wishlist\UI::get_instance(), 'add_to_wishlist_single_btn' ), 33 );
}
If you have any questions please feel free to contact us.
Best Regards