Hi
I have noticed that there is a root for contacts. However, I am not sure how this should be used.
match '/contacts', :to => 'static_pages#contacts', :as => :contacts
Moreover, when I visit /contacts, it returned an error
store_name preference not defined
Extracted source (around line #5):
2:
3: <h2><%= t("simple_cms.contact.email_address_store") %></h2>
4:
5: <p class="alpha grid_3"><strong><%= Spree::Config[:store_name] %></strong><br> <%= Spree::Config[:store_address] %></p>
6: <p class="grid_3"><strong><%= t("simple_cms.contact.phone_number") %>:</strong><br> <%= Spree::Config[:store_phone_number] %></p>
7: <p class="omega grid_3"><strong><%= t("simple_cms.contact.fax_number") %>:</strong><br> <%= Spree::Config[:store_fax_number] %></p>
8:
May you please kindly check?
Hi
I have noticed that there is a root for contacts. However, I am not sure how this should be used.
Moreover, when I visit /contacts, it returned an error
May you please kindly check?