Support » Plugin: Jigoshop » Calculate Shipping

  • Resolved Lacomb

    (@lacomb)


    On the Cart page, does anyone know how to have the “Calculate Shipping” options always displayed instead of having to click on “Calculate Shipping” first? This is important as it is not obvious to my customers that they have to select a shipping option. If the different shipping options were always visible it would be more obvious to them. Thanks!

    https://wordpress.org/plugins/jigoshop/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MWSGD

    (@mwsgd)

    Add the following code as quick CSS or directly to the frontend.css file found at wp-content > plugins > jigoshop > assets > css

    .shipping-calculator-form {display: block !important;}

    Thread Starter Lacomb

    (@lacomb)

    Thanks. That worked.

    This did not work for me.

    I had used the instructions – “directly to the frontend.css file found at wp-content > plugins > jigoshop > assets > css”.
    The source folder was the public_html/wp-content/plugins/jigoshop/assets/css.

    I also applied it to my Appearance\theme options\general tab\custom style (css). (not sure this was the right place)

    Version we are on:
    Jigoshop Version: 1.11.3
    WordPress Version: 3.9.2
    Platform:
    PHP Version: 5.3.2
    MySQL Version: 5.0.96

    Plugin Author MWSGD

    (@mwsgd)

    @joeysocial — Does your theme have a Quick CSS section? It may work better there.

    If you would like us to take a closer look please email us with FTP and admin access at support@jigoshop.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calculate Shipping’ is closed to new replies.