• So I’m using live rates with 3rd party app, so that customers can choose between different shipping methods. However, in the checkout page, there is no option to select the different speeds. See here: http://prntscr.com/ucl6xy

    You can try to checkout with one of the apparel products with random US address to see the live rates and then there is simply no option to select a rate: http://www.growthnotperfection.com/

    Any workaround or code I can use to make this work?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @lead28,

    Thank you for reaching out.

    In order to fix this, you’ll have to add a small piece of code to your Theme Customizer (Appearance->Customizer->Additional CSS):

    input[type=checkbox], input[type=radio]
    {
      opacity: 1 !important;
    }

    Let me know if this worked for you.

    Best Regards,
    Pavle

    Thread Starter lead28

    (@lead28)

    @gdpavle This worked. Thank you very much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using live rates with this theme’ is closed to new replies.