Woocommerce 2.1.2 issues
-
It appears in the latest version of WooCommerce (2.1.2) there is not way for users to select the page for the Wishlist. In your admin are it says
Be sure that the wishlist page is selected in WooCommerce > Settings > Pages, but the Pages tab has been removed.We have found that the issues is caused in class.yith-wcwl-init.php, line 249 –
add_filter( ‘woocommerce_page_settings’, array( $this, ‘add_page_setting_woocommerce’ ) );
as the woocommerce_page_settings hook has been removed. We currently changed it to woocommerce_account_settings, so that our users can still use the plugin.
We also noticed that the plugin seems to be adding the woocommerce-page, woocommerce-wishlist classes to the body on all page, when no wishlist page is selected.
Hopefully you will update this awesome plugin soon. Thank you.
- The topic ‘Woocommerce 2.1.2 issues’ is closed to new replies.