Product Categories on About Us page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 年 前
Can anyone point me in the right direction to add the product categories (in fact, the entire side menu) to the About Us page?

Thanks,
14 年 前
Hi,

go to AboutUs.aspx and change:

<%@ Page Language="C#" MasterPageFile="~/MasterPages/OneColumn.master" AutoEventWireup="true"
    Inherits="NopSolutions.NopCommerce.Web.AboutUsPage" Codebehind="AboutUs.aspx.cs" %>


to:

MasterPageFile="~/MasterPages/TwoColumn.master"


mike..
14 年 前
Thanks :) I was looking for this...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.