• Resolved caiolemos

    (@caiolemos)


    currently on the homepage of my site I have two shortcodes from Woocommerce:

    [product_category category=”romance-juvenil” limit="6" columns="6" orderby="date" order="desc" ]
    and
    [product_category category=”romance-adulto” limit="6" columns="6" orderby="date" order="desc"]

    Only in the first code does the ordering work, in the second it comes automatically “ASC”, even though I indicate the variable as “DESC”. what should I do?

    • This topic was modified 6 years, 3 months ago by caiolemos.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @caiolemos

    I see your shortcode has different stylized quotations. Try pasting the shortcode below in the Text editor of the page to see if it helps:

    [product_category category="romance-adulto" limit="6" columns="6" orderby="date" order="desc"]

    Thread Starter caiolemos

    (@caiolemos)

    unfortunately nothing happened.
    I’m still searching for a solution, anyway I appreciate the help!

    Plugin Support John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @caiolemos

    If that’s not working, then you may have a conflict issue with the active theme or another plugin. Typically issues like this are caused by a theme or plugin conflict. Try switching back to a default theme like Twenty Seventeen and disable all plugins except for WooCommerce to see if this resolves the shortcode issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommercer orderby dosent work’ is closed to new replies.