Remove Manufacturers Category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 15 años
I would like to remove the manufacturers from everywhere ?
Hace 15 años
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
Hace 15 años
A better way would be to have it as an option in settings: Show/Hide Manufacturer Navigation
Hace 15 años
No Need To Remove

i think we have to request for new

or upgrade oldies

Grrrrrr
Hace 15 años
ErrerAtAll wrote:
No Need To Remove

i think we have to request for new

or upgrade oldies

Grrrrrr


What does that mean ??
Hace 15 años
means hopping this feature will be included in next version.
Hace 15 años
Thks Nop

yeh means it will stey

:)
Hace 15 años
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
Hace 15 años
Or how to get from
dbo.Nop_PictureLoadByPrimaryKey
Hace 15 años
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.