Hello,
I found couple o problems with XStore theme after plugin installation.
Plugin crashes variable product gallery – solution from YITH support:
add below code to functions.php file in child theme:
if ( class_exists( ‘YITH_WAPO’ ) ) {
remove_action( ‘init’, array( YITH_WAPO::get_instance(), ‘load_modules’ ), 0 );
}
now gallery works 🙂
The second problem is ajax add to the cart option in the theme settings – a product with additional options created by plugin can’t be added to the cart. After disabling this option everything is ok. Could you please check where the problem is (plugin or theme) and possibly fix it? I would like to keep ajax add to cart feature…
Thanks in advance!
Andy