Bundled products from woocommerce - by jobo9967

This topic has 8 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: jobo9967
    jobo9967
    Participant
    June 21, 2018 at 12:07

    Hi there
    I got the bundled products from woocommerce and xstore ain’t showing the quantity fields
    storefront works well in this case

    http://prntscr.com/jxk664

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 21, 2018 at 12:47

    Hello,

    Looks like you use an additional plugin to create such type of product. Please add this code in Theme Options > Styling > Custom css:

    .sold-individually .quantity, .single-product .sold-individually .quantity {
        display: inline-block;
    }

    Regards

    Avatar: jobo9967
    jobo9967
    Participant
    June 22, 2018 at 11:11

    thanks for your help

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 22, 2018 at 11:58

    You’re welcome!

    Regards

    Avatar: jobo9967
    jobo9967
    Participant
    June 25, 2018 at 18:58

    me once again
    http://s26756.p20.sites.pressdns.com/product/rural-security-indoor/
    the 1st product is broadband which should be sold only 1
    I have the plugin settings set to min/max 1
    the +/- buttons shouldn’t be shown there (http://prntscr.com/jz7kj3)
    It’s working well with the storefront theme
    would you have an idea how to hide it please?

    thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 07:50

    Hello,

    table.bundled_products .bundled_product_summary:not(.has_qty_input) td.bundled_item_qty_col .quantity {
        display:  none;
    }

    Regards

    Avatar: jobo9967
    jobo9967
    Participant
    June 26, 2018 at 08:12

    thanks for this Rose

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 08:22

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.