• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

naifyboy
#1 Posted : Sunday, October 7, 2007 2:31:40 PM(UTC)
naifyboy

Rank: Member

Joined: 10/15/2006(UTC)
Posts: 37

Hi


How can i hide the SKU number from product and category pages?

I don't want it to show anywhere to be honest.



Thanks
Nick Alberti
#2 Posted : Monday, October 8, 2007 4:51:48 PM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hello John.

The easiest method would be to find the label control for the SKU on the product and category pages and set the visible property to false.

Ex: Open www > BVModules > ProductTemplates > BV5 > Product.aspx.

Find:
Code:
<anthem:Label ID="lblSku" runat="server" AutoUpdateAfterCallBack="true"></anthem:Label>


Replace with:
Code:
<anthem:Label ID="lblSku" runat="server" AutoUpdateAfterCallBack="true" visible="false"></anthem:Label>


I would recommend creating a new product/category template if you plan on making changes to them. This will ensure we do not overwrite your changes with our next update.
naifyboy
#3 Posted : Tuesday, October 9, 2007 9:10:29 AM(UTC)
naifyboy

Rank: Member

Joined: 10/15/2006(UTC)
Posts: 37

works a treat - thank you!
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012