Zen Cart Logo
Forums / Basic Configuration / Lost my categories on main pages

Lost my categories on main pages

Locked

Views: 1,635

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
20 Apr 2009, 3:34 PM
#1
havaianas avatar

havaianas

New Zenner

Join Date:
Apr 2009
Posts:
4
Plugin Contributions:
0

Lost my categories on main pages

Hi all, I am new here and wonder if anyone can help out at all. We are using Zen Cart and everything has been fine. We have listed a few categories with products in each category with no problems. The problem has occured when someone changed the template, for some unknown reason we now can't see the categories or obviously the products within these categories. So our website is useless. In the Admin setting all the categories are there and turned on, but they just don't appear on the webiste. https://www.havaianasflipflops.co.uk Can anyone please help me, I am tearing my hair out trying to fix this problem. Many thanks in advance.

20 Apr 2009, 3:42 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Lost my categories on main pages

Ha,
Have you tried this:

admin panel/ tool/ layout boxes controller

  1. at the bottom click reset
20 Apr 2009, 3:47 PM
#3
havaianas avatar

havaianas

New Zenner

Join Date:
Apr 2009
Posts:
4
Plugin Contributions:
0

Re: Lost my categories on main pages

Yes just tried it and doesn't make any difference! :(

20 Apr 2009, 3:49 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Lost my categories on main pages

Ha,
See if we don't see the categories if we change it back to the classic view

admin panel/ template selection/ switch here to classic

20 Apr 2009, 3:52 PM
#5
havaianas avatar

havaianas

New Zenner

Join Date:
Apr 2009
Posts:
4
Plugin Contributions:
0

Re: Lost my categories on main pages

Done that and everything disappears! Not even the discription on the main page is visible. Just Zen Cart!

20 Apr 2009, 3:54 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Lost my categories on main pages

Ha,
Who changed the template?????

They have made a mistake..

20 Apr 2009, 3:57 PM
#7
havaianas avatar

havaianas

New Zenner

Join Date:
Apr 2009
Posts:
4
Plugin Contributions:
0

Re: Lost my categories on main pages

This was my slow realisation.........it was my partners son! he is now back at University, is there a easy way of reverting back to our original template.....or is this going to be complicated?:frusty:

20 Apr 2009, 5:46 PM
#8
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Lost my categories on main pages

By "changed the template" do you mean "made alterations to the template you were using"? Or did a different template get installed?

If your template was altered, you would need to revert to a backup from just before the changes were done. If you don't have backups, your host should - some will make a backup every day. You probably want only the files reverted, not the database, so you don't lose any customer info that may have been entered since then.

Ask your partner's son what he did, and if he saved any unmodified copies of files.

20 Apr 2009, 6:49 PM
#9
flip_flops avatar

flip_flops

New Zenner

Join Date:
Apr 2009
Posts:
4
Plugin Contributions:
0

Re: Lost my categories on main pages

Hi, partner here, spoke to my son. He said the CSS was edited so altered, not installed, and he just changed the actual background colour and banner?! ..... Help!:oops:

20 Apr 2009, 6:56 PM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Lost my categories on main pages

More than the CSS was altered, because the stylesheet could not cause the page output to terminate in the middle. This is what is being output in view source:

...
<p><strong><font face="tahoma,arial,helvetica,sans-serif">We are currently replenishing our stock, so if there is something you want, but is not currently on our website, please email us and we will do our best to supply on demand.</font></strong></p></div>



<!-- BOF: Display grid of available sub-categories, if any -->
<!-- EOF: Display grid of available sub-categories -->


<!-- bof: featured products  -->
<!-- eof: featured products  -->
```There is nothing after this, not even </body> or </html>.
What is supposed to come next in the output? That would be a good place to look for the problem.
20 Apr 2009, 7:02 PM
#11
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Lost my categories on main pages

Your login page, the only other one accessible, also ends abruptly, but does display some of the left column:```html
...
<!-- end center --></div>

<!-- end right --></div> <div id="left"> <div id="navColumnOne" > <div id="navColumnOneWrapper" style="width: 180px"><!--// bof: logosidebox //--> <div class="leftBoxContainer" id="logosidebox"> <h3 class="leftBoxHeading" id="logosideboxHeading">Size Guide</h3> <div id="logosideboxContent" class="sideBoxContent"><img src="includes/templates/template_default/images/test_logo.jpg" alt="" width="125" height="125" /></div></div> <div class="leftboxfooter"></div> <!--// eof: logosidebox //--> ```