Remove Manufacturers Category

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

i think we have to request for new

or upgrade oldies

Grrrrrr
Il y a 15 ans
ErrerAtAll wrote:
No Need To Remove

i think we have to request for new

or upgrade oldies

Grrrrrr


What does that mean ??
Il y a 15 ans
means hopping this feature will be included in next version.
Il y a 15 ans
Thks Nop

yeh means it will stey

:)
Il y a 15 ans
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
Il y a 15 ans
Or how to get from
dbo.Nop_PictureLoadByPrimaryKey
Il y a 15 ans
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.