Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    let me have a look please 🙂

    Thread Starter tiamela

    (@tiamela)

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    can’t see section “Arbeitskleidung”?!

    beneath css you may also remove the “Arbeitskleidung” articles from your shop and clear cache of Spreadplugin. Then the section should be gone too

    Thread Starter tiamela

    (@tiamela)

    Sorry, maybe I didn’t explain well enough…
    “Arbeitskleidung is a Subcategory of “Men” and “Women”.
    So you first have to choose category “Männer” or “Frauen” in the dropdown menu. Then there is a second dropdown menu, and there are lots of other subcategorys like T-Shirts, Longsleeves, Underwear, Workclothes,…

    And I want to hide stuff there, but i dont know the proper css because this doesn’t work:

    #productCategory option[value="Arbeitskleidung"] {
    display:none;
    }

    (sorry for the mixed german-english)

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    ahh genau,

    so please use

    #productSubCategory option[value="Arbeitskleidung"] {
    display:none;
    }

    I’m german, too – so no problem – but we’ve to use english in these forums here 🙂

    Thread Starter tiamela

    (@tiamela)

    Sorry to disturb you again… The code works fine, there is just a little bit of trouble with the Umlaut in “Unterwäsche”.
    I tried:

    #productSubCategory option[value="Unterw+%E4+sche"] {
    display:none;
    }

    and “Unterwäsche” and so on, it doesn’t work.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    #productSubCategory option[value="Unterw%C3%A4sche"] {
    display:none;
    }
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Hide certain subcategories?’ is closed to new replies.