Support » Plugin: Shipping Method Display Style for WooCommerce » Fix “Select Shipping Method” String

  • Resolved guytzhak

    (@guytzhak)


    Hi
    You may forgot to insert “Select Shipping Method” from select box first option to be a string for translations….
    So.
    On line 37 from the file: /woocommerce/cart/cart-shipping.php
    Change this:
    <?php echo “Select Shipping Method”; ?>
    to this:
    <?php e_(‘Select Shipping Method’, ‘woocommerce’); ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fix “Select Shipping Method” String’ is closed to new replies.