Issue
How to remove shipping options on the check out page [screenshot below]? The order summary should include the shipping cost based on the settings on cart page.
Solution
I modified the "review-order.php" page and added a php code snippet in the table.
<?php $current_shipping_cost = WC()->cart->get_cart_shipping_total(); echo $current_shipping_cost;?>
Answered By - Mousebucks
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.