Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • @ukbloke28 have you enabled any shipping methods in the admin area?
    The radio/select options appear on the cart page where it currently reads “Free Shipping”.
    Once you have shipping options enabled they should appear as options..

    Let me know how it goes for you and i hope you come right with your deadline.

    Hope this helps.

    Hi Guys,
    i too just fixed the problem on a custom theme by editing the file themename->woocommerce->cart->review-order.php

    On or near line 83 the options or radio buttons for the dropdown list of shipping methods had this code which check the session if a option has been selected
    selected( $method->id, $_SESSION['_chosen_shipping_method'], false )
    i then replaced it with this
    selected( $method->id, $woocommerce->session->chosen_shipping_method, false )
    This fixed the problem.
    Hope this helps.

Viewing 2 replies - 16 through 17 (of 17 total)