| <%= shipopt.description %> |
<% if current_user %>
<%= to_users_currency(shipopt.currency, shipopt.price) %> <%= current_user.currency %>
<%else%>
<%# just display in whatever currency it was saved as %>
<%= currency_format(shipopt.price) %> <%=shipopt.currency%>
<% end %>
|
<%end%>