Remove Manufacturers Category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 năm cách đây
I would like to remove the manufacturers from everywhere ?
15 năm cách đây
Hi Anthony Selby,
You can comment it from main.master page manually.

<%--
<div style="position: relative; float: left; width: 100%">
    <nopCommerce:ManufacturerNavigation ID="ctrlManufacturerNavigation" runat="server" />
</div>
--%>


Qais Afaneh
15 năm cách đây
A better way would be to have it as an option in settings: Show/Hide Manufacturer Navigation
15 năm cách đây
No Need To Remove

i think we have to request for new

or upgrade oldies

Grrrrrr
15 năm cách đây
ErrerAtAll wrote:
No Need To Remove

i think we have to request for new

or upgrade oldies

Grrrrrr


What does that mean ??
15 năm cách đây
means hopping this feature will be included in next version.
15 năm cách đây
Thks Nop

yeh means it will stey

:)
15 năm cách đây
Now @  [size=4]~/Modules/Navigation/ManufacturerNavigation.ascx[/size]


<asp:HyperLink ID="hlManufacturer" runat="server" NavigateUrl='<%#SEOHelper.GetManufacturerURL(Convert.ToInt32(Eval("ManufacturerID")))%>' Text='<%#Server.HtmlEncode(Eval("Name").ToString()) %>'>
</asp:HyperLink>



If we have to put [color=red]Image for Manufacturer[/color] & call pic data from dbo.Nop_Picture
              
                               where [color=green]dbo.Nop_Picture.PictureID = dbo.Nop_Manufacturer.PictureID[/color]

like

<asp:HyperLink ID="hlManufacturer" runat="server" NavigateUrl='<%#SEOHelper.GetManufacturerURL(Convert.ToInt32(Eval("ManufacturerID"))) %>'>
                    <asp:Image ID="h1ManufacturerPicture" runat="server" />
</asp:HyperLink>



what i have to do

[color=red][b]other there is other option which left form my eye[/b][/color]

thanks in advance
15 năm cách đây
Or how to get from
dbo.Nop_PictureLoadByPrimaryKey
15 năm cách đây
Open Templates\Categories\ProductsInGrid.ascx and look at subcatories section. You can load images the same way
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.