Viewing 1 replies (of 1 total)
  • Plugin Author Rick Rottman

    (@rickrottman)

    Yes, but it would require the source file to be modified. If you’re comfortable with that, open `wp-payeezy-pay.php in an editor like Notepad ++ and go to the line the state you want to make default (line 117 thru 168). Change it from:

    echo '<option value="Maryland">Maryland</option>';

    to:

    echo '<option value="Maryland" selected="selected">Maryland</option>';

Viewing 1 replies (of 1 total)
  • The topic ‘State’ is closed to new replies.