How to remove WooCommerce plugin dependency from Wootique theme? When I activate Wootique theme and click on “visit site” in wordpress it shows a message “WooCommerce must be installed”.
Leave a Reply
You must be logged in to post a comment.
How to remove WooCommerce plugin dependency from Wootique theme? When I activate Wootique theme and click on “visit site” in wordpress it shows a message “WooCommerce must be installed”.
You must be logged in to post a comment.
actually, You can’t!
you must have to install “WooCommerce plugin”, if you are using this Theme,
because the theme’s source code is referring to WooCommerce plugin’s functionality for displaying category wise products.
see here for details
hope this will help you
There should be a php if ( function_exists(‘woo-something‘) call in the functions.php file. Look into it, that’s how wordpress themes check for installed products.
You may resolve it easily or may have to do some serious editing, I can’t say since I don’t have the theme.