Closed TopperH closed 11 years ago
Ah yes... I rarely test in this mode. I'll do a copy paste or feel free to do a pull request.
I'm not very familiar with git. Please copy/paste it yourself. Thank you.
Will do thanks for everything
Should be good.. thanks
I would go with something like this, to make clear to eventual foreign users that they can buy only if they have an address in the default country:
<% elsif countries.size == 1 %>
<div class="field column">
<%= f.label :country_id, "Country" %>
<%= countries.first.name %>
<%= f.hidden_field :country_id %>
</div>
yes... I'll do that now
all good
In app/views/myaccount/addresses/_form.html.erb around line 42, there is no possibility to add an International address:
Here is a quick fix that works for me, but makes a lot of tests to fail. I wish my rails skills were good enough to send a proper fix :(