• Hi, I have a problem:
    On my page I have 2 sections for viewing products:
    The first displays only “highlighted” products, in the second all products are displayed.
    If a filter is inserted, it applies to both sections, is it possible to apply the filter only to the second section, leaving the “highlighted” products unchanged?

    Another problem noticed (probable bug) if there are “highlighted” products by removing all the filters the display is not correct and pressing F5 all products return.

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello @giupa78,

    Plugin do not support multiple products list on the page, but you can use WooCommerce shortcode with parameter berocket_aapf=0 to display products that will be ignored. https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-9

    Also you need to setup correct selector, it must be unique for products that must be filtered to fix second issue.

    Regards,
    Oleg

    Hello,

    Same case here.
    I am using the Divi theme and have a page with a shop module, your filter, and a section with highlighted products.
    I have tried your tip from above but it still filters the two sections.

    To make the highlighted section, I did it with a shortcode instead of a divi module as you suggested, like this : [products limit=”3″ columns=”3″ orderby=”rating” berocket_aapf=0] <- is this where is it supposed to go ?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filter only in one sector and refresh problem’ is closed to new replies.