Radio dial and layout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #91686
    Robert Liddle
    Guest

    Am on free version wanting to use, and will go to pro.  Couple of items.  1.  want do do a radio dial.  where if they select no,  no fee, if yes, then 25% fee.  not sure how to implement that.  2.  Layout is not great.  would like to see options next to item, not above.

    https://prnt.sc/1iWy4K5cQAaP

    #91687
    Alain Rihs
    Participant

    2. add the following CSS to your theme :

    .woocommerce form .form-row label.radio,
    .woocommerce-page form .form-row label.radio{display: inline-block}

    #91688
    Moshtafizur
    Moderator
    Plugin Support

    Hello Robert,

    I hope you are well today.

    We regret to inform you that, at this moment, radio buttons cannot be used to add fees. You can only add a fee for the cart total using the Field #1 > Fee Options section. However, I have passed your request to our development team. They will check the viability of this and get back to you as soon as they can.

    Regarding the layout issue, please paste the following CSS in your child theme’s style.css file and see if the issue persists:

    .woocommerce form .form-row label.radio,
    .woocommerce-page form .form-row label.radio {
    
    display: inline-block
    
    }
    

    If you have any other questions or need assistance, then please let us know.
    Kind regards,
    Moshtafizur

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.