Template does not exist – user-preferences-metabox.php
-
Hi,
Great plugin, I’ve just installed the free version to have a play around with it.
When activating and then viewing the Woocommerce individual orders it shows an error stating
failed to open stream: No such file or directory
This is called on line 238 of includes/class.yith-wcmc-admin.php
include( YITH_WCMC_DIR . 'templates/admin/metaboxes/user-preferences-metabox.php' );
To stop the error I had to comment out line 220 in includes/class.yith-wcmc-admin.php
// add_meta_box( 'yith_wcmc_user_preferences', __( 'Mailchimp status', 'yith-woocommerce-mailchimp' ), array( $this, 'print_user_preferences_metabox' ), 'shop_order', 'side' );
Would be great to see a fix for this in the next update.
Keep up the great work.
Cheers,
Will
- The topic ‘Template does not exist – user-preferences-metabox.php’ is closed to new replies.