woocomerce support

TQY
6 Posts
TQY posted this 26 March 2020
Ask a Question

Hi... do I need to add below lines in functions.php for woocomerce support?

function mytheme_add_woocommerce_support() {
add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );

Hi... do I need to add below lines in functions.php for woocomerce support? function mytheme_add_woocommerce_support() { add_theme_support( 'woocommerce' ); } add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 27 March 2020

Hi Benjamin,

We do not support WooCommerece now and also do not provide support for custom code modifications. Please make a back up of your theme before making any custom edits.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Benjamin, We do not support WooCommerece now and also do not provide support for custom code modifications. Please make a back up of your theme before making any custom edits. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments