ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Removing SKY from Details Page
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Removing SKY from Details Page

 Post Reply Post Reply
Author
Message
Caterer1 View Drop Down
Newbie
Newbie


Joined: 22-October-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Caterer1 Quote  Post ReplyReply Direct Link To This Post Topic: Removing SKY from Details Page
    Posted: 04-November-2007 at 6:12pm

Hi,

Does anyone know how to remove the SKU from the Product Details page and from the Product Pop Out from the sub category page?

 

thanks.

Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 13-November-2007 at 11:00am
Hi Caterer1.

I think the code you need to update is in :
pc/ViewPrdCode.asp

Look for and comment out/delete the following lines :
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' START:  Show SKU
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
Public Sub pcs_ShowSKU
%>
    <div class="pcShowProductSku">
        <%=dictLanguage.Item(Session("language")&"_viewCat_P_ 8")%>: <%=pSku%>
    </div>
<%
End Sub
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' END:  Show SKU
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I believe this is used in both pages via an INCLUDE.


Also check Settings > Store Settings >
The following two settings only apply when products are shown in a list.
Show the product part number (SKU)?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.