• Product category not working. Not showing product when i add category.

    [loop type=product value=systems paged=4 query=”pagination” count=4]
    <div class=”box-product”>
    <h4>
    [field title]
    </h4>
    <div class=”col_1″>[field image]</div>
    <div class=”col_2″>
    <p>
    [content length=180 format=false]
    </p>
    SHOW MORE
    </div>
    </div>
    [/loop]
    <div style=”width:100%; height:3px; clear:both;”>
    </div>[loopage query=pagination]

Viewing 2 replies - 1 through 2 (of 2 total)
  • [loop type=product value=systems paged=4 query=”pagination” count=4]

    Pretty sure you can’t specify a value if you don’t specify a field
    loop type=the post type (custom post type like product, property, or standard like post)
    field= the field that your value “systems” would be a record in
    value= the value you are looking for (systems)

    Hope this helps-

    [loop type=product field=FIELD NAME HERE value=systems…..]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem product category’ is closed to new replies.