Home Forums WoodMart support forum AJAX Product Container

AJAX Product Container

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #326292

    bl4d3
    Participant

    Hello

    I have a woocommerce filter plugin. It supports AJAX. CSS ID or Class of Posts container must be specified. This is theme dependent. I didn’t find in the source code which container is the right one.
    Can you give me the container name where for Woodmart displays the products?

    It should look something like this:

    <div id=”main_content”>
         <div class=”products”>
              <div class=”product-1”>...</div>
              <div class=”product-2”>...</div>
              <div class=”product-3”>...</div>
         </div>
    </div>
    #326476

    Hello,

    You can find the file from where the products are displayed on the shop page under “woodmart/woocommerce/archive-product.php

    You can find the container class there and customize it at your own risk.

    Best Regards.

    #326532

    bl4d3
    Participant

    Thanks for the info.
    But I can’t find the right div container. See pictures.

    It must be possible to filter the products with a filter plugin via AJAX.

    Attachments:
    You must be logged in to view attached files.
    #326587

    Hello,

    Please ask the plugin developer for help. We don’t know which class exactly is needed for that.

    Regards.
    Xtemos Studios.

    #334262

    bl4d3
    Participant

    Okay thank you.

    #334285

    Hello,

    Thanks for understanding.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘AJAX Product Container’ is closed to new replies.