Remove Manufacturers Category

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

i think we have to request for new

or upgrade oldies

Grrrrrr
15 yıl önce
ErrerAtAll wrote:
No Need To Remove

i think we have to request for new

or upgrade oldies

Grrrrrr


What does that mean ??
15 yıl önce
means hopping this feature will be included in next version.
15 yıl önce
Thks Nop

yeh means it will stey

:)
15 yıl önce
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 yıl önce
Or how to get from
dbo.Nop_PictureLoadByPrimaryKey
15 yıl önce
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.