v1.9 - Help with footer format

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello everyone

I'm trying to format my footer.ascx page to look like the footer in the following link: http://www.hampeljewelry.com/

The code in my footer.ascx page currently looks like this:
<%@ Control Language="C#" AutoEventWireup="true" Inherits="NopSolutions.NopCommerce.Web.Modules.FooterControl"
    CodeBehind="Footer.ascx.cs" %>
<%@ Register TagPrefix="nopCommerce" TagName="StoreThemeSelector" Src="~/Modules/StoreThemeSelector.ascx" %>

<div class="footer">
<ul>
      <li><a href="<%=Page.ResolveUrl("~/sitemap.aspx")%>">
                <%=GetLocaleResourceString("Content.Sitemap")%></a></li>
        
            <li><a href="<%=Page.ResolveUrl("~/shippinginfo.aspx")%>">
                <%=GetLocaleResourceString("Content.Shipping&Returns")%></a></li>
        </br>
            <li><a href="<%=Page.ResolveUrl("~/privacyinfo.aspx")%>">
                <%=GetLocaleResourceString("Content.PrivacyNotice")%></a></li>
        
            <li><a href="<%=Page.ResolveUrl("~/conditionsinfo.aspx")%>">
                <%=GetLocaleResourceString("Content.ConditionsOfUse")%></a></li>
        </ul>
        <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=21j6TBQgW0DRMo4iKPEQHJLSKQ3Tb7VXnmIK4dbgIoKjrlwJg3T9l0plzTU"></script></span>
</div>    
</br>    
    <div class="footer-poweredby">
        Powered by <a href="https://www.nopcommerce.com/">nopCommerce</a>
        <%--Would you like to remove the "Powered by nopCommerce" link in the bottom of the footer?
        Find more info here https://www.nopcommerce.com/copyrightremoval.aspx--%>
    </div>
    <div class="footer-disclaimer">
        <%=String.Format(GetLocaleResourceString("Content.CopyrightNotice"),
                                    DateTime.Now.Year.ToString(),
                                    this.SettingManager.StoreName)%>
    </div>

    <div class="footer-storetheme">
        <nopCommerce:StoreThemeSelector ID="ctrlStoreTheme" runat="server" />
    </div>
</div>


You can view my footer with the above code here: www.thehookahcrave.com

Can anyone help out?

Thanks in advance!
12 years ago
Hi Darkfire246,

Sorry, it doesn't relate to your post. But I noticed you're on godaddy, too and using ver 1.9.

I am on the go daddy auto install nopcommerce 1.9 and I have a problem of login in to the admin page. The godaddy default [email protected], password admin is not working. It keep giving me "Your login attempt was not successful. Please try again." error.

Maybe you had overcome this last time, what did you do? It's a fresh auto install and nothing had been altered. Please kindly advise.

Thank you very much.

Lyyyn
12 years ago
Hi Lyyyn,

When I was with Godaddy I didn't use the auto install feature for v1.9. Therefore, I'm unsure if Godaddy sets a username/password during the auto install.

However, the default password and username for nop commerce web app is [email protected] and the password is admin...I think.

Additionally, if you have access to your database, you can find the Nop_Customer table and change your password manually.

Let me know if this helps!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.