Zen Cart Logo

Cant find...

Locked

Views: 1,125

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
12 Sep 2008, 5:39 AM
#1
k23m avatar

k23m

New Zenner

Join Date:
Dec 2006
Posts:
47
Plugin Contributions:
0

Cant find...

Last week I was trying to get the names of my products to show up underneath the images of the products on my product listing page. After chasing a bunch of leads, I must have altered a template somewhere that bumped the name down, but not under, the image. I am giving up now and just trying to get it back to normal. Anyway...I just need help finding the place I put these line breaks. I have searched and searched! This is the code:

<td class="productListing-data">[B]<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>[/B]<h5 class="itemTitle"><a href="http://skribblzart.com/shoponline/index.php?main_page=product_info&cPath=3_6&products_id=44">2gether 4ever</a></h5><div class="listingDescription"></div></td>

Link to store: http://skribblzart.com/shoponline/index.php?main_page=index&cPath=3_5

Thanks in advance. I feel so dumb that I cannot figure this out! I am pretty sure i have the Product LIsting numbers (in the admin) set back to default, in case they could be coming from there.

12 Sep 2008, 12:08 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Cant find...

Admin - Tools - Developers Tool Kit says that class only appears in includes/modules/product_listing.php

12 Sep 2008, 1:51 PM
#3
k23m avatar

k23m

New Zenner

Join Date:
Dec 2006
Posts:
47
Plugin Contributions:
0

Re: Cant find...

My line breaks are not in that document. Where could they be?? This is driving me nuts!!

12 Sep 2008, 2:30 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Cant find...

Admin - Tools - Developers Tool Kit also says that the class 'itemTitle' only appears in **includes/modules/product_listing.php **

Did you look for includes/modules/skribblzart/product_listing.php ?

12 Sep 2008, 2:51 PM
#5
k23m avatar

k23m

New Zenner

Join Date:
Dec 2006
Posts:
47
Plugin Contributions:
0

Re: Cant find...

YES! But for some reason it wasnt on my local machine and I had to grab the remote copy to find them all. THANK YOU!!

12 Sep 2008, 2:55 PM
#6
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Cant find...

includes - templates - yourtemplate - common - tpl_tabular_display.php

is this any help??
EDIT (0k ignore me)