Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1346487

    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!

    #1346551

    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

    #1346604

    I’ll have our developers see if that did the trick. Thanks!

    #1346644

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.