Hello Kriesi Team,
I purchased DVin WooCommerce Wishlist WP Plugin (http://codecanyon.net/item/dvin-woocommerce-wishlist-wp-plugin/1995206) since it seemed like to be the only decent solution to add a wishlist on my (Abundance 1.4 - WooCommerce 1.6.1.) site, plus it is recommended from you here (http://www.kriesi.at/support/topic/useful-plugins) .
Dvin, the developer guided me through some edits, but nothing really worked.
I installed the plugin to another site based on the same theme (Abundance 1.4) and WooCommerce 1.6.1. just for the testing of the plugin to take place.
I did change the permissions on wp-content directory to 775 (from 755),
while I made sure that there is not an .htaccess file in wp-content directory,
deactivated and then re-activated again the plugin.
Now, either you are a logged in user or not, the “Add to Wishlist” button does NOT show up on the single product page at all (http://bill-karkavos.com/project/shop/dark-choc-chip-cookies/)
I also added this piece of code on functions.php provided by Dvin
add_filter(‘dvin_wcwl_custom_link_positions’, ‘avia_adjust_wcwl_link_positions’);
function avia_adjust_wcwl_link_positions() {
unset( $dvin_wcwl_link_positions[‘After Thumbnail’] );
$dvin_wcwl_link_positions[‘After Thumbnail’] = array( ‘hook_name’ => ‘avia_add_to_cart’, ‘priority’=>30 ); return $dvin_wcwl_link_positions; }
but returns with an error and crashes the site.
Please do advice for another action.
Best,
Bill














