ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Removing Category Link
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Removing Category Link

 Post Reply Post Reply
Author
Message
citizen View Drop Down
Newbie
Newbie
Avatar

Joined: 18-August-2008
Location: Melbourne
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote citizen Quote  Post ReplyReply Direct Link To This Post Topic: Removing Category Link
    Posted: 30-August-2008 at 3:42am
Hi,
 
I have a client that is wanting to remove the category and subcategory links that appear on each product page. I have remove the words "Our Products:" but not sure how to remove the links.
 
Any ideas?
 
Alex
Back to Top
rotokirby View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22-April-2007
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote rotokirby Quote  Post ReplyReply Direct Link To This Post Posted: 30-August-2008 at 7:19pm
I think you're asking about the Category Breadcrumbs....

Which file you'll need to edit depends on which layout you're using.

Two Column Layout, with image on the right (viewPrdC.asp)
Two Column Layout, with image on the left (viewPrdL.asp)
One Column Layout, with image in the middle (viewPrdO.asp)

Open the appropriate file and search for the following and comment it out:

pcs_CategoryTree
Rotofugi Designer Toy Store & Gallery
Chicago > IL > US
http://rotofugi.com
Back to Top
citizen View Drop Down
Newbie
Newbie
Avatar

Joined: 18-August-2008
Location: Melbourne
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote citizen Quote  Post ReplyReply Direct Link To This Post Posted: 30-August-2008 at 9:10pm
Hi Rotokirby,
 
I tried your suggestion but the link still appeared.
 
According to the display settings, we have a 2 column layout with image on right so I commented out the "pcs_CategoryTree" in viewPrdC.asp but with no difference.
 
Any other ideas?
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: 01-September-2008 at 5:58pm
Hi,
    Can you provide a link?
Back to Top
citizen View Drop Down
Newbie
Newbie
Avatar

Joined: 18-August-2008
Location: Melbourne
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote citizen Quote  Post ReplyReply Direct Link To This Post Posted: 01-September-2008 at 6:17pm
If you go to http://www.chiminea.com.au/productcart/pc/viewCategories.asp?idCategory=3 you will see that the link for Cast Iron Outdoor Fireplace is not necessary as it links back to itself.
 
Any idea how to get rid of it?
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: 01-September-2008 at 7:09pm
Hi,
   Yes :
In viewCategories.asp look for the following :

        '*******************************
        ' Show current category info
        '*******************************
        ' Show BreadCrumbs - current category name and location - If subcategory z %>
        <tr>
            <td>
                <h1><%=pCategoryName%></h1>
                <div class="pcPageNav">
                <%
                response.write dictLanguage.Item(Session("language")&"_viewCat_P_2")
                response.write strBreadCrumb
                intIdCategory=pIdCategory

                '// Load category discount icon
                %>


and comment out the two response.write lines.

HTH,
   Hamish


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: 01-September-2008 at 7:21pm
Hi Alex,
FYI and for others who may read this - a great way to track things like this down is by starting from the variable in the languages file that changes either the string you are interested in, or one near it & then search for that variable in the file(s).

In this case a scan for viewcat_P_2 reveals matches in viewCategories.asp and viewPrdCode.asp.
 
Back to Top
citizen View Drop Down
Newbie
Newbie
Avatar

Joined: 18-August-2008
Location: Melbourne
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote citizen Quote  Post ReplyReply Direct Link To This Post Posted: 01-September-2008 at 7:29pm
Thanks, that did the trick!
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.078 seconds.