Home › Forums › UnTheme › Just Start It › Without Woocomerce installed, the website crash
- This topic has 6 replies, 1 voice, and was last updated 1 month, 1 week ago by
Maria Do.
-
AuthorPosts
-
-
January 20, 2021 at 6:03 pm #93869
GenyzParticipantHi,
I don’t need Woocomerce so i don’t want to install it but it crashes all the website
And indeed you have an error on your functions.php
You should put require( get_template_directory() . ‘/inc/widgets/cart_search/cart_search.php’ ); with the condition to check if woocomerce is installed, as you do after with
/*/ Include woocommerce /*/
if (class_exists(‘Woocommerce’)) {
require_once( get_template_directory() . ‘/woocommerce/wc_template_hook.php’ );
}You have to put the car_search.php inside to check if woocomerce is installed or not
-
January 21, 2021 at 2:02 pm #93888
Maria DoKeymasterHello there
Please send the following information to get the support faster:– FTP’s information
– Site’s URL
– WordPress admin account
– License certificate image:http://prntscr.com/o8tck1(to ensure you have bought the theme and deserve the good support).
We will check and help you with this.
Thank you! -
January 21, 2021 at 2:03 pm #93889
Maria DoKeymasterHello there
Please send the following information to get the support faster:– FTP’s information
– Site’s URL
– WordPress admin account
– License certificate image:http://prntscr.com/o8tck1(to ensure you have bought the theme and deserve the good support).
We will check and help you with this.
Thank you! -
January 21, 2021 at 2:04 pm #93890
Maria DoKeymasterHello there
Please send the following information to get the support faster:– FTP’s information
– Site’s URL
– WordPress admin account
– License certificate image:http://prntscr.com/o8tck1(to ensure you have bought the theme and deserve the good support).
We will check and help you with this.
Thank you! -
January 21, 2021 at 2:05 pm #93891
Maria DoKeymasterHello there
Please send the following information to get the support faster:– FTP’s information
– Site’s URL
– WordPress admin account
– License certificate image:http://prntscr.com/o8tck1(to ensure you have bought the theme and deserve the good support).
We will check and help you with this.
Thank you! -
January 21, 2021 at 2:06 pm #93892
Maria DoKeymasterHello there
Please send the following information to get the support faster:– FTP’s information
– Site’s URL
– WordPress admin account
– License certificate image:http://prntscr.com/o8tck1(to ensure you have bought the theme and deserve the good support).
We will check and help you with this.
Thank you! -
January 21, 2021 at 2:07 pm #93894
Maria DoKeymasterHello there
Please send the following information to get the support faster:– FTP’s information
– Site’s URL
– WordPress admin account
– License certificate image:http://prntscr.com/o8tck1(to ensure you have bought the theme and deserve the good support).
We will check and help you with this.
Thank you!
-
-
AuthorPosts
- You must be logged in to reply to this topic.