Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to remove the product count/navigational from Product info?

How to remove the product count/navigational from Product info?

Views: 2,142

Results 1 to 10 of 10
14 Jun 2011, 5:39 PM
#1
kaos9889 avatar

kaos9889

New Zenner

Join Date:
May 2011
Posts:
18
Plugin Contributions:
0

How to remove the product count/navigational from Product info?

I am trying to remove the product count/navigational from Product info... Show up at the op of the page, example:

http://lightningcutlery.com/shop/index.php?main_page=product_info&cPath=1&products_id=102

I inspected the element and it showed:

<p class="navNextPrevCounter">Product 17/65</p>

Any suggestions?

Thanks,
Matthew

14 Jun 2011, 6:48 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to remove the product count/navigational from Product info?

The quick way
Fnd in your templates stylesheet.css

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	padding: 8px 0;
	}

Change to

.navNextPrevCounter {
	display: none;
	}
14 Jun 2011, 6:57 PM
#3
kaos9889 avatar

kaos9889

New Zenner

Join Date:
May 2011
Posts:
18
Plugin Contributions:
0

Re: How to remove the product count/navigational from Product info?

kobra:

The quick way
Fnd in your templates stylesheet.css

.navNextPrevCounter {
margin: 0em;
font-size: 0.9em;
padding: 8px 0;
}

> Change to
> ```
.navNextPrevCounter {
	display: none;
	}

Thank you, that got rid of the display of what item it is but not the navagational buttons underneath it seen here:

http://lightningcutlery.com/shop/index.php?main_page=product_info&cPath=3&products_id=38

14 Jun 2011, 7:43 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to remove the product count/navigational from Product info?

I read that you only wanter the "count" removed

You can scrap the css edit

admin > config > Product Info > Location of Previous/Next Navigation Bar > select 0= off

14 Jun 2011, 8:46 PM
#5
kaos9889 avatar

kaos9889

New Zenner

Join Date:
May 2011
Posts:
18
Plugin Contributions:
0

Re: How to remove the product count/navigational from Product info?

kobra:

I read that you only wanter the "count" removed

You can scrap the css edit

admin > config > Product Info > Location of Previous/Next Navigation Bar > select 0= off

Yep, that was the ticket lol. Thank you Kobra!

20 Aug 2011, 4:48 PM
#6
firebug avatar

firebug

New Zenner

Join Date:
Mar 2011
Location:
Georgia
Posts:
26
Plugin Contributions:
0

Re: How to remove the product count/navigational from Product info?

Thanks kaos, I was trying to remove the products counts and this worked great. http://temporarydomain.biz

22 Dec 2011, 1:18 AM
#7
gkanes avatar

gkanes

New Zenner

Join Date:
Dec 2011
Posts:
12
Plugin Contributions:
0

Re: How to remove the product count/navigational from Product info?

A little off the thread, but maybe someone here knows... I originally added all my products alphabetically with a default sort order of 0. Then I went back and put in sort orders to arrange things correctly. They display in the right order when looking at the category, but when you click a product, the Product x/y and the Prev / Next are all out of sync. Anyone know how to change that?

22 Dec 2011, 1:21 AM
#8
gkanes avatar

gkanes

New Zenner

Join Date:
Dec 2011
Posts:
12
Plugin Contributions:
0

Re: How to remove the product count/navigational from Product info?

Never mind. Configuration > Product Info > Previous Next Sort Order

19 Sep 2012, 4:05 PM
#9
r1formetoo avatar

r1formetoo

Zen Follower

Join Date:
Sep 2008
Posts:
429
Plugin Contributions:
0

Re: How to remove the product count/navigational from Product info?

Can someone please remind me of the location of the stylesheet.css file?

19 Sep 2012, 4:48 PM
#10
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to remove the product count/navigational from Product info?

includes/templates/YOUR_CUSTOM_TEMPLATE_NAME/css