Unable to set the Shipping Methods in checkout page
-
I am using session theme with woo commerce 2.3.7 , I am trying to show shipping method selection option in cart&checkout, For cart its working fine but in checkout it get fails to show.
I had tried this list of method :
1) in Function.php :
add_filter( ‘woocommerce_cart_needs_shipping’, ‘__return_true’ );
2) In review-order.php:
<?php
echo “<p>If you do not see shipping options listed please click this button: ? <button type=\”submit\” name=\”calc_shipping\” value=\”1\” class=\”button\”>Calculate Shipping</button></p>”;
?>When i use this shipping calculate option is shown in checkout in “your order total” section but when i select that shipping method it takes me to proceed checkout shipping dropdown selection in not showing in checkout your cart area , Any solution for how to fix this issue.
My setting in woocommerce shipping section :
https://www.awesomescreenshot.com/image/304363/ad057b4a7bb5e7ad3022b4f489c60652
- The topic ‘Unable to set the Shipping Methods in checkout page’ is closed to new replies.