Tagged: woocommerce
Hi all,
I’m working with a third-party developer that is providing product syndication to our website via a plugin that utilizes Woocommerce. We are testing with Enfold, as we like the theme. But the integration with Woocommerce and Enfold is causing issues. The Enfold child theme’s Woocommerce template is overwriting the template that the custom plugin is using and the syndication is not working.
Here is what our developer says: “The theme they are using has a custom WooCommerce Template which prevents our template from displaying. Not sure how to overcome this unless we modify the theme ourselves.”
Can we modify and disable the custom templates for Woocommerce within Enfold so that the plugin overrides it?
Thanks!
Hey Daniel,
Thank you for the inquiry.
All modifications or configurations for the shop plugin are located in the enfold > config-woocommerce folder and you can disable those by adding this snippet in the functions.php file.
add_theme_support('avia_exclude_WooCommerce');
This might cause issues with the Advance Layout Builder (ALB) but it should be fine as long as you are not using it for your products.
Best regards,
Ismael
I’ll have our developers see if that did the trick. Thanks!