Editing the Contact us Page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
I think I may have posted this in the wrong place an while ago, here goes

How do we edit the contact us page to insert our own information and an image.

Thank you
LadyDee
14 years ago
you can edit
ContactUs.aspx   to add information and an image anywhere between
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="Server">
    
THESE TAGS
</asp:Content>

and/or edit   ContactUs.ascx

but you will notice that ContactUs.ascx contains the line
<nopCommerce:Topic ID="topicContactUs" runat="server" TopicName="ContactUs"></nopCommerce:Topic>

- which is a topic - so, the easiest way is to go to content management-->topic-->ContactUs    and add your picture/text here
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.