• hi there,
    I am selling courses online. And when people purchase the course, they should only be purchasing a single item. To clean up the purchasing pages, I like the quantity counter to be removed from Single Product Page, Cart Page and Product Archive Page.

    I have tried this CSS code:

    .input-text.qty.text {
    display: none;
    }

    But this only takes away the quantity counter on the single product page, while I still keep seeing the + and – sign. In the cart, there is still a column showing “quantity” as text and the +- signs.

    Can someone help me out with the proper CSS code?
    cheers, Thomas

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you tick the box that says “Sold individually: Enable this to only allow one of this item to be bought in a single order” (Inventory tab)?

    Thread Starter thomasschuurmans

    (@thomasschuurmans)

    Hi Hedley,
    when I tick the “sold individually” box and click update, and then go to Inventory tab again, the box is unticked again. I have tried it multiple times, but the box automatically keeps being unticked…

    greetings Thomas

    Thread Starter thomasschuurmans

    (@thomasschuurmans)

    PS: I have ticked the boxes “Virtual” and “downloadable” as well, since I am selling Moodle courses (using Edweiser Bridge plugin).

    I can’t replicate this on mine, but it seems likely that another setting is affecting it (unless your site has a weird bug). I assume you’re using “Simple product” (not Variable). Is that right? What kind of attributes have you defined? Do you have any add-ons installed that might affect this?

    Thread Starter thomasschuurmans

    (@thomasschuurmans)

    – I am using “Simple product”
    – Attributes: “instructor” and “trainee profile”
    – add-ons: Woocommerce Deposits, Woo payment gateway per product, Woo integration (Edweiser Bridge), Woo subscription, Woo multilingual / WPML multicurrencies

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

The topic ‘Remove quantity from all pages,’ is closed to new replies.