Theme is missing some standard WooCommerce actions and hooks

This topic has 2 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp

  • Avatar: iliebg
    iliebg
    Participant
    October 28, 2014 at 14:57

    Hi Guys

    I try to use with Legenda on WordPress a plugin that is not working the the plugin owner give me this explanations:

    ===========================================================
    URL changes but products list are not refreshed/ All products are show, filters don’t make a change:

    It seems your shop theme is missing some standard WooCommerce actions and hooks so plugin can’t recognize page contents to refresh.

    This plugin uses “WooCommerce_before_shop_loop” and “WooCommerce_after_shop_loop” actions to wrap products.

    It means that you should print products between these two actions.

    By following WooCommerce template rules, these two action should be located at:
    WooCommerce/archive-product.php

    There is a fallback for non-standard themes:
    Some themes are not build with best practices so we provided a fallback:
    These themes print products in an unordered list like this:

    <ul class="products">
    	<li>Product 1</li>
    	<li>Product 2</li>
    	<li>Product 3</li>
    </ul>

    This is also a rule for WooCommerce template. (having a UL with products class)
    If you don’t know how to fix your theme just send a message to your theme support team and they can do it in a few minutes.

    This plugin supports another way to refresh products:
    Wrap products in a span or div tag with codenegar-shop-loop-wrapper class like this:

    <div class="codenegar-shop-loop-wrapper">
    	Product 1
    	Product 2
    	Product 3
    </div>

    =======================================================================

    Can you guys please help me with this issue somehow?
    Thank you
    Bogdan

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    October 28, 2014 at 18:19

    Hello,

    Please create a ticket at https://support.8theme.com/ and our developers will help you with this issue.

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘theme is missing some standard WooCommerce actions and hooks’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.