Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-14-2007 16:13:36

kiwimum
Member
Registered: 03-30-2004
Posts: 305
Website

Moving breadcrumb links

Right now, on category display pages, the breadcrumb is at the very top of the main section, above the category name:

http://www.verybaby.com/ccp0-catshow/flannel.html

When you click on a product, however, it jumps to below the product name:

http://www.verybaby.com/ccp0-prodshow/k … annel.html

I'm not sure if this is due to a change I made on the category display pages or not:  https://forum.kryptronic.com/viewtopic.php?id=17982

I'd like the breadcrumb, of course, to be at the very top, above the category name as well as the product name.  I've been looking at Product List Display in the XHTML includes, but I'm not sure if this is the right area, nor do I know exactly what to change.

Thank you.


Jessica
:: CCP5 > CCP6 > Magento > CCP7

Offline

 

#2 08-14-2007 22:30:50

kiwimum
Member
Registered: 03-30-2004
Posts: 305
Website

Re: Moving breadcrumb links

My brother helped me sort this one out, here are the instructions in case anyone else wants to do this:

Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Catalog Product Displays: Detail View

Click: Update on the "Default Format" line

Find:

Code:

<p><strong><?php print $prodname; ?></strong></p>

Comment it out like this (just so you could know where it used to be if needed):

Code:

<? /*<p><strong><?php print $prodname; ?></strong></p>*/ ?>

Then, find this at the  top of the table:

Code:

<table id="proddetail--<?php print $id; ?>" class="khxc_cptbl_det">

and put this above it:

Code:

<h2><?php print $prodname; ?></h2>

Or whatever styling you want to apply.

Go to your skin.php and comment out:

Code:

$skinfunc->titletag($disp_title);

so it becomes:

Code:

#$skinfunc->titletag($disp_title);

Now, this does mean you'll have to hand code your page titles in on your additional web pages, but that's okay with me wink

Hope this helps someone!


Jessica
:: CCP5 > CCP6 > Magento > CCP7

Offline

 

#3 06-24-2009 11:14:09

bk1984
Member
Registered: 05-27-2009
Posts: 95

Re: Moving breadcrumb links

Hello Jessica, Hope you still recieve this, I want this aswell but I am struggling on how to put the pgtitle back on, have you got any hints pretty please

Thanks

Ben

Offline

 

Board footer