• Resolved przemyslawjd

    (@d3bsky)


    Hi, I want to display products that are connected to the selected tag.
    If I want to display products from the category I use:[woo-related product_cat = 'mycategoryname' title = 'no'].

    However, if I want to analogically display products with associated tag, using:[woo-related product_tag = 'mytagname' title = 'no']
    Nothing is displayed. Where do I make a mistake?

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

    (@eboxnet)

    Hello there, the shortcode will output related products based on the given product ID while using the settings from plugin’s settings page.

    For example:

    [woo-related id='117' title='no' number='15']

    The output of this will be 15 related products (related to the product with the id 117) by category or tag and that’s based on the configuration of the plugin,

    Or you can simply use [woo-related] in a product page and the plugin will output related products for the current product.

    I hope that helps.

    Thread Starter przemyslawjd

    (@d3bsky)

    It works, it’s my mistake. I have two more questions:
    1. How do you translate or replace previous / next buttons with custom ones?
    2. After adding the tag to the product, I automatically see the recommended products at the bottom of the page, even if I do not put a shortcode, can it be blocked so that recommended products do not automatically display?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘View products from the selected tag’ is closed to new replies.