• Resolved frodelein

    (@frodelein)


    In your UPCP_Getting_Started_Guide.pdf page 25 there is code that dont work:
    [product-catalog id=’x’ excluded_layouts=’List’]

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi frodelein,

    That shortcode looks correct. As long as it’s entered correctly, that will indeed remove the List layout from the catalog page display.

    Best regards,

    Hi frodelein,

    I had the same problem until I tried the code with “double” quotes like this:

    product-catalog id=’x’ excluded_layouts=”List”]

    and then the List view finally dissappeared.

    Try it let’s see if it works for you, too.

    Hi @frodelein,

    Sorry, it appears we missed that the quotes in the shortcode you sent were formatted incorrectly, here’s some code you can use:

    [product-catalog id='x' excluded_layouts='List']

    Alternatively, @forgee ‘s solution should work as well:

    [product-catalog id='x' excluded_layouts="List"]

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘exclude catalog ID – dont work’ is closed to new replies.