<%= render :partial => 'admin/shared/froomerce_sub_menu' %>

<%= t('.heading') %>

<%= t('.select_shop') %>

<%=t('having_problem') %><%=t('here') %>
<%= form_for :froomerce_config, :url => { :action => "create_shop"} do %>

  • <%=t('.main_shop') %>
  • <% if @froomerce_config == "" %> <% else %>

    <%= @froomerce_config.status %>!

    <% end %>

    <% unless @regions == "" %>
  • <%=t('.choose_region') %>
  • <% @regions['regions'].each do |hash| %>
    <%= image_tag "#{hash['region_flag']}" %>
    <%=hash['region_name'] %>
    <% end %>
<% end %> <% end %>