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 04-16-2010 16:20:35

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Removing Menu and Category Item Display in Category or Products Pages

I'm using the Ecommerce Skin and currently  "Menu: Store Home | Advanced Search | Shopping Cart | Checkout" appears on all Category and Product pages.

Since these links are already  available in the "title bar" at the top of the page, I feel them to be redundant and want to stop it appearing and taking up unnecessary space, but I can't find how to disable it.

Also when you click on a Category from the menu on the left hand side, it comes up with the items in that Category, but above that shows the "category image" and lists the items in the Category.

Again I feel this is redundant and would like to be able to remove it, but can't find out how.

Any advice would be welcomed.

Offline

 

#2 04-19-2010 19:51:54

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

Bump

Offline

 

#3 04-23-2010 13:19:41

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

Does nobody know how to do either of these...???

Offline

 

#4 04-23-2010 16:24:34

susan2go
Member
Registered: 04-19-2010
Posts: 81

Re: Removing Menu and Category Item Display in Category or Products Pages

I changed some of mine and found them in the skin.php file.  Look in System/Display/Display Skins and choose update the skin.php file.  Look for the first instance of <td id="skin_ht_rcol">

I don't know how it would effect the appearance in removing that entire table row.  I would back-up skin.php before doing so.

Offline

 

#5 04-23-2010 16:31:47

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

What version of ccp are you running?

John

Offline

 

#6 04-23-2010 16:53:23

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

susan2go wrote:

I changed some of mine and found them in the skin.php file.  Look in System/Display/Display Skins and choose update the skin.php file.  Look for the first instance of <td id="skin_ht_rcol">

I looked at those, unfortunately they are the ones that appear on the top line (ie the same level as the logo)

I want to keep them ones, but get rid of the ones beneath the category title ie that say "Menu: Store Home | Advanced Search | Shopping Cart | Checkout" between the category name and the Location Breadcrumbs.

Offline

 

#7 04-23-2010 16:54:30

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

dh783 wrote:

What version of ccp are you running?

Europacart 7

Offline

 

#8 04-23-2010 16:57:56

susan2go
Member
Registered: 04-19-2010
Posts: 81

Re: Removing Menu and Category Item Display in Category or Products Pages

I'm using V. 7.  Those menus are controlled in System/Displays/Skin Widgets.  You can disable any of them except for the Search and Shopping cart on the left.  Those 2 are generated by skin.php.

Offline

 

#9 04-23-2010 17:05:36

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

susan2go wrote:

I'm using V. 7.  Those menus are controlled in System/Displays/Skin Widgets.  You can disable any of them except for the Search and Shopping cart on the left.  Those 2 are generated by skin.php.

Thanks for your reply, but unfortunately I tried that and that's not the ones I'm trying to get rid of.

The ones I want to remove are the ones highlighted here:

http://i258.photobucket.com/albums/hh247/Grahamm_photos/screencap-1.jpg

Offline

 

#10 04-23-2010 17:37:39

susan2go
Member
Registered: 04-19-2010
Posts: 81

Re: Removing Menu and Category Item Display in Category or Products Pages

I haven't changed any of the breadcrumb links.  This might help:

https://forum.kryptronic.com/viewtopic.php?id=24693

Offline

 

#11 04-23-2010 18:00:15

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

Disabling Breadcrumbs makes the "Location" line below the one I highlighted disappear, but that's not what I need :-(

Offline

 

#12 04-23-2010 20:19:22

susan2go
Member
Registered: 04-19-2010
Posts: 81

Re: Removing Menu and Category Item Display in Category or Products Pages

I found it.  It is in the private cart directory off of your home: mine is listed like this: home\clickcart\apps\ecom\ECOM\includes

The file you want is:  storemenuh.php

<?php

$link_home     = $this->link_namespace('ecom','splash',array());
$link_search   = $this->link_namespace('ecom','prodsearch',array());
$link_cart     = $this->link_namespace('ecom','viewcart',array());
$link_checkout = $this->link_namespace('ecom','checkout',array());

?>

<div class="storelink">

<p><strong>Menu</strong>:

<a href="<?php print $link_home; ?>" title="Store Home">Store Home</a> |
<a href="<?php print $link_search; ?>" title="Advanced Search">Advanced Search</a> |
<a href="<?php print $link_cart; ?>" title="Shopping Cart">Shopping Cart</a> |
<a href="<?php print $link_checkout; ?>" title="Checkout">Checkout</a>

</p>

</div>

Just have it print a nbsp;

Offline

 

#13 04-25-2010 19:58:05

Graham
Member
Registered: 09-30-2004
Posts: 990
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

Excellent! Thank you very much for your help, I've sorted it out now.

For anyone who's interested, all you need to do is comment out the section between <div> and </div>

Offline

 

#14 08-10-2010 21:39:48

Foto8Leo
Member
From: Pittsburgh PA USA
Registered: 05-27-2010
Posts: 42
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

susan2go wrote:

I found it.  It is in the private cart directory off of your home: mine is listed like this: home\clickcart\apps\ecom\ECOM\includes

The file you want is:  storemenuh.php

Hi-

Can I get to this storemenuh.php file through the admin? Or do I have to pull the file off with FTP?

thanks

-Leo

Offline

 

#15 08-10-2010 21:54:18

KryptoJim
Member
Registered: 07-08-2010
Posts: 455

Re: Removing Menu and Category Item Display in Category or Products Pages

Foto8Leo wrote:

susan2go wrote:

I found it.  It is in the private cart directory off of your home: mine is listed like this: home\clickcart\apps\ecom\ECOM\includes

The file you want is:  storemenuh.php

Hi-

Can I get to this storemenuh.php file through the admin? Or do I have to pull the file off with FTP?

thanks

-Leo

Look inside the display includes for "Store Header Menu"

Offline

 

#16 08-10-2010 22:27:42

Foto8Leo
Member
From: Pittsburgh PA USA
Registered: 05-27-2010
Posts: 42
Website

Re: Removing Menu and Category Item Display in Category or Products Pages

Found it.  Thanks!!

Offline

 

Board footer