Woocommerce subscription dropdown options

This topic has 8 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp

  • Avatar: bgeorge5
    bgeorge5
    Participant
    September 15, 2014 at 17:38

    Is there a way to add a dropdown to subscriptions so the user can select product type without seeing the same information twice?

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 15, 2014 at 21:03

    Hello,

    You can remove the identical text using this code into custom.css file:

    .single-product-page .product-info .single_variation .price {
        display: none;
    }

    If you want to remove quantity box as well you nee add the following code into custom.css:

    .single-product-page .product-info .variations_form .quantity-box {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: bgeorge5
    bgeorge5
    Participant
    September 15, 2014 at 23:59

    That worked great! Thank you.

    Is there a way to add the variations dropdown to the category page so the customer can just sign up from the without viewing the product details page.

    Please, contact administrator
    for this information.
    Avatar: bgeorge5
    bgeorge5
    Participant
    September 16, 2014 at 01:12

    Also can you apply the css rules from above to the Quick View popout.

    You can remove the identical text using this code into custom.css file:
    If you want to remove quantity box as well you nee add the following code into custom.css:

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 16, 2014 at 06:34

    Hello,

    Could you please clarify with more details what text you want to remove?

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 16, 2014 at 13:44

    Hello,

    Unfortunately there is no such feature to add variations dropdown to the category page.
    Sorry.

    Regards,
    Eva Kemp.

    Avatar: bgeorge5
    bgeorge5
    Participant
    September 16, 2014 at 16:09

    Trying to remove the duplicate price and quantity fields for the QUICK VIEW popout. I’m assuming we can just add the css classes to the same code you provided before.

    You can remove the identical text using this code into custom.css file:
    .single-product-page .product-info .single_variation .price {
    display: none;
    }

    If you want to remove quantity box as well you nee add the following code into custom.css:

    .single-product-page .product-info .variations_form .quantity-box {
    display: none;
    }

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 16, 2014 at 17:04

    Hello,

    To remove the same text from quick view pop up you need add this code in custom.css:
    .quick-view-popup .product-info .variations_form .price, .quick-view-popup .product-info .variations_form .quantity-box {display: none !important;}

    Regards,
    Eva Kemp.

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

The issue related to '‘woocommerce subscription dropdown options’' has been successfully resolved, and the topic is now closed for further responses

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