Print Page | Close Window

Removing SKY from Details Page

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=1213
Printed Date: 22-April-2025 at 3:33am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Removing SKY from Details Page
Posted By: Caterer1
Subject: Removing SKY from Details Page
Date 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.




Replies:
Posted By: Hamish
Date 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)?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net