How to default to first shipping option instead of “Select Shipping” text?
-
What is the best way to do this without it getting overwritten on future plugin updates?
For now I added the following to your cart-shipping.php file:
<!– COMMENTED OUT default to first option instead <option value=””><?php _e(“Select Shipping Method”, ‘woo-shipping-display-mode’); ?></option> –>
But I’m assuming as soon as the plugin is updated then this will get removed and easy to forget to add this back every time.
What is a better way to do this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to default to first shipping option instead of “Select Shipping” text?’ is closed to new replies.