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.
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.
Offline
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:
<p><strong><?php print $prodname; ?></strong></p>
Comment it out like this (just so you could know where it used to be if needed):
<? /*<p><strong><?php print $prodname; ?></strong></p>*/ ?>
Then, find this at the top of the table:
<table id="proddetail--<?php print $id; ?>" class="khxc_cptbl_det">
and put this above it:
<h2><?php print $prodname; ?></h2>
Or whatever styling you want to apply.
Go to your skin.php and comment out:
$skinfunc->titletag($disp_title);
so it becomes:
#$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
Hope this helps someone!
Offline
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