Product Tag Displays

Created by Ezra Weinstein, Modified on Mon, 12 Sep 2022 at 03:30 PM by Hannah Harris

To show products with a specific tag, use:

 

%module:tagged_products:product_tag_code=FEATURED:wrapper_element_id=_featured_content%

 

  1. Where "product_tag_code" is the tag code of the product tag. The product tag must be existing in Coreware otherwise, an "Invalid tag" message is shown.
  2. Where "wrapper_element_id" is the element id of the wrapper element. This wrapper element must be existing in the markup where this module statement is used.
  3. The format of the module statement should be:
    • colon (:) - separator between name value pairs.
    • equal sign (=) - separator between the name and the value.
  4. To exclude out of stock items, add "exclude_out_of_stock=true".
  5. To limit the number of items shown, add "select_limit=5".
  6. To randomize the results, add "random=true".

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article