• Resolved qhiliqq

    (@qhiliqq)


    Hi,

    if I edit my shortcode to categories=”cat1,cat2″, the whole table disappers.
    If I just write cat1, cat1 is shown…

    Also I checked it on a dev system, same problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author arosoft

    (@arosoft)

    Hi,
    first, make sure that your quote characters are not curly. Sometimes a copy-paste transforms a straight quote char into a curly.

    Curly:

    Straight "

    Thread Starter qhiliqq

    (@qhiliqq)

    Hi,
    thats not the problem.

    This works:
    [ordertable show_categories="true" categories="montagematerial"]

    This not:
    [ordertable show_categories="true" categories="montagematerial,zubehoer"]

    I checked your class-otfw-shortcode.php in line 92.
    The explode works as expected and give me an array with 0 = montagematerial and 1 = zubehoer

    Plugin Author arosoft

    (@arosoft)

    We have found a floor in the plugin that when a category is empty or having products of non-accepted type (like grouped), the table isn’t loaded.

    Could this be the case?

    Thread Starter qhiliqq

    (@qhiliqq)

    Yes that’s it.

    I have 6 products in the “zubehoer” category but if I search them in woocommerce, the category is empty.
    Don’t know why but yes thats the problem.

    //EDIT:
    Found my probelm and it’s fixed now!

    • This reply was modified 3 years, 10 months ago by qhiliqq.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multi category doesn’t work’ is closed to new replies.