Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Where did my products go?

Where did my products go?

Locked

Views: 2,975

Results 1 to 20 of 20
This thread is locked. New replies are disabled.
7 Oct 2007, 10:06 PM
#1
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Where did my products go?

Is there something that I need to click on in the admin area to make the products show up? On the subcategories you can see for example there are 2 products in one category, but when you click on that you dont see any products besides the box that states "New Products for October" and "Featured Products"

You see this:
Home :: Boy Clothes :: Size 18 to 20

Filter Results by: Items starting with (this is a drop down)
Displaying 1 to 2 (of 2 products)

then the box for new products and featured products, but I dont see the products for the actual category???

Help!

8 Oct 2007, 12:38 PM
#2
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: Where did my products go?

Can you post a link to look at?

10 Oct 2007, 5:46 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Where did my products go?

NOTE: your images are monsters of 400-800k ... you should eat up all your banned width in the next, 5 ... 4 ... 3 ... 2 ... 1 ... seconds ... poof :eek:

NOTE: you should also be using templates and overrides to avoid destroying your site on the next upgrade ... :unsure:

NOTE: it is really hard to debug errors when the Classic Template appears to have been touched to see if this is code that you have altered or something with the template ...

Have you any add-ons?

10 Oct 2007, 3:54 PM
#5
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Re: Where did my products go?

No add ons, all I did was change the colors for the sideboxes and added a background to the stylesheet... no other changes have been made or any of the other files touched. It looks perfectly fine on my pc besides not seeing the products... any clue on how to fix it?

I don't understand if none of the files have been touched why we are having these issues... the stylesheet is the original one from css... nothing was changed besides the color and adding a background image.. help!

the url is http://www.4kidscloset.com

Wow, I see what you mean about the images.. there way to big..... that needs to be changed.

10 Oct 2007, 4:33 PM
#6
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,602
Plugin Contributions:
0

Re: Where did my products go?

How did you add the products? Do you have products and subcategories mixed in the same top level category?

10 Oct 2007, 9:19 PM
#7
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: Where did my products go?

Kim makes a very good point. If you have products and subcategories "mixed" together it can cause problems.

If that's not your problem, then try reinstalling the default files (not a full installation, just install the files over the top of what you have) and see if that takes care of it.

But look at how you added products and categories. Problems can happen if you create products and categories and then start moving things around where they shouldn't be. If you have products in a category, you shouldn't also have subcategories with them. It should be subcategories or products, not both.

HTH

10 Oct 2007, 10:15 PM
#8
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Re: Where did my products go?

I have it like this:

I added the main category
then within that category I added the subcategory
then within the subcategory added the products....

what files do I not want to reinstall? Do I reinstall everything besides the configuration files? I dont want to lose anything...

Also, how do you see the site.... I see it fine, but some people see everything pushed up interferring with the header and such???

10 Oct 2007, 11:17 PM
#9
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: Where did my products go?

It looked okay to me in FireFox.

I mean don't do a full install from scratch -- use your FTP to reinstall all the "main" files but not configure, etc. in the cart (not admin side). Don't copy the install directory, admin, etc. I'm probably not explaining that very well but I'm not feeling good today. LOL You don't want to "reinstall" the site. You just want to copy over fresh files that haven't been altered so you can see if that "cures" your problem.

There's been times when I'm playing on a sandbox site and screw something up totally FUBAR and a "fresh" copy will usually fix whatever it is. LOL (But hey, that's what sandbox sites are for!)

AND -- that's ONLY if the problem is with a file and not something quirky going on with your database or admin settings.

BUT, you really need to get your classic files restored and then create a new template using the override system and use that for your custom template changes.

The other option is to create a whole new "test" site in a deeper directory (sandbox) and get it tweaked the way you want, then copy those files into your "working" store.

HTH,

11 Oct 2007, 12:39 AM
#10
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Where did my products go?

Check and see if you have the file:
/includes/templates/template_default/common/tpl_tabular_display.php

Then check and see if you have the file:
/includes/templates/classic/common/tpl_tabular_display.php

If you have the one in classic rename it to:
/includes/templates/classic/common/tpl_tabular_display.php_
HIDE

does this fix it?

If you DO NOT have the one in classic ... rename the file:
/includes/templates/template_default/common/tpl_tabular_display.php

to be:
/includes/templates/template_default/common/tpl_tabular_display.php_HIDE

and reload this file from a clean copy of Zen Cart ... I am assuming you are using v1.3.7 ...

does it work?

11 Oct 2007, 11:40 PM
#11
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Re: Where did my products go?

I went to template/classic folder and there is no folder called "common" just css and images....

Do I just copy the common folder and put it in the classic folder?

I appreciate the help..

12 Oct 2007, 12:03 AM
#12
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Re: Where did my products go?

Sorry, I forgot to add, that I tried what you said.. about renaming in the template_default folder I tried that and nothing happened... not sure though if it needs to be in the classic folder though

12 Oct 2007, 12:07 AM
#13
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: Where did my products go?

You can create the common folder under classic.

Don't rename the folder -- just the files Ajeh told you.

12 Oct 2007, 12:23 AM
#14
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Re: Where did my products go?

it does not do anything, i still dont see the products... can someone see if they see it?

http://4kidscloset.com/index.php?main_page=index&cPath=35_47

and I am not referring to the products under the new products box or featured box...

maybe something in the admin needs to be turned on?

can anyone take a closer look, maybe I am missing something?

12 Oct 2007, 1:34 AM
#15
jund avatar

jund

Zen Follower

Join Date:
Sep 2006
Location:
Ruckersville, VA, USA
Posts:
276
Plugin Contributions:
0

Re: Where did my products go?

As for not seeing your products - I see them, but it takes so long for them to appear you may not see them yourself if you are on a slow speed connection.

First things first - your thumbnails exceed 650K each... whoa nellie!
I am on a 5MB cable modem and it takes me 10 seconds to load any of your pages or see any of your images. So, first thing to do is optimize your thumbnails...

jund

12 Oct 2007, 1:50 AM
#16
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Re: Where did my products go?

I am on high speed too and I dont see them, but the client is working on resizing the images.. the thumbnails are very large in size...

12 Oct 2007, 3:22 AM
#17
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Where did my products go?

There are several peices and parts related here and you are missing or have one broken or commented out or something on your site ...

First, check your Admin and look in the Tools ... Server Info ... what information is displayed from immediately under the menu bar up to and including the large PHP vX.x.x ...

12 Oct 2007, 9:49 PM
#18
tdslori avatar

tdslori

New Zenner

Join Date:
Sep 2004
Posts:
30
Plugin Contributions:
0

Re: Where did my products go?

will this shed some light, when you view the source code of the category page, where producsts should be is:

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="cat36_38Table" class="tabTable"> <tr class="productListing-rowheading"> </tr> <tr class="productListing-odd"> </tr> <tr class="productListing-even"> </tr> <tr class="productListing-odd"> </tr> <tr class="productListing-even"> </tr> <tr class="productListing-odd"> </tr> </table>

Should there not be product data pulled in for even and odd rows?

12 Oct 2007, 10:14 PM
#19
bfwdesigns avatar

bfwdesigns

Zen Follower

Join Date:
Feb 2005
Posts:
199
Plugin Contributions:
0

Re: Where did my products go?

Ajeh! I PM you privately on regarding your last message....let me know what you think.

13 Oct 2007, 3:22 AM
#20
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Where did my products go?

Fixed it ... :onfire:

You had YES instead of values in the Configuration ... Product Listing Settings ...

YES would be 0 and 0 is OFF ...

Now just put them in the order that you want them displayed on the listing as I may not have set them as you would want them ... :smartalec: