Zen Cart Logo
Forums / Customization from the Admin / New Products Not Showing On Main Page

New Products Not Showing On Main Page

Locked

Views: 11,570

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
5 Jun 2007, 11:21 AM
#1
julia44 avatar

julia44

Zen Follower

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

New Products Not Showing On Main Page

I don't recall changing these settings, but just noticed that the new products are not listed in center of the page and there is no link under the all products button. I'm not sure what got changed. How do I go about getting these back. These are the settings I have for the admin-index listing:
Show New Products on Main Page 1 Show Featured Products on Main Page 0 Show Special Products on Main Page 3 Show Upcoming Products on Main Page 0 Show New Products on Main Page - Category with SubCategories 1 Show Featured Products on Main Page - Category with SubCategories 0 Show Special Products on Main Page - Category with SubCategories 0 Show Upcoming Products on Main Page - Category with SubCategories 0 Show New Products on Main Page - Errors and Missing Products Page 1 Show Featured Products on Main Page - Errors and Missing Products Page 0 Show Special Products on Main Page - Errors and Missing Products Page 0 Show Upcoming Products on Main Page - Errors and Missing Products Page 0 Show New Products - below Product Listing 1 Show Featured Products - below Product Listing 0 Show Special Products - below Product Listing 0 Show Upcoming Products - below Product Listing 0 New Products Columns per Row 3 Featured Products Columns per Row 3 Special Products Columns per Row 3 Filter Product Listing for Current Top Level Category When Enabled 1

sigh it's always something lol. Thanks for any help possible.

5 Jun 2007, 11:29 AM
#2
julia44 avatar

julia44

Zen Follower

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

Re: New Products Not Showing On Main Page

Just saw this is set to true, so I now really don't understand why I don't have the new products button/link showing.

Categories Box - Show Products New Link true

5 Jun 2007, 4:53 PM
#3
julia44 avatar

julia44

Zen Follower

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

Re: New Products Not Showing On Main Page

been tinkering with this on and off all morning and still can't get it to appear. Guess I will be restoring a backup and redoing a couple days of work.

9 Jun 2007, 3:51 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: New Products Not Showing On Main Page

Have you an URL to your site that we can peek at?

11 Jun 2007, 3:38 PM
#5
julia44 avatar

julia44

Zen Follower

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

Re: New Products Not Showing On Main Page

OMG I forgot to reply to this about how stupid I can be.

SO. The new month started and I forgot. So after uploading 2 different backups and nothing showing my business partner goes you realize it's a new month and you haven't added new products right?!

:oops:

11 Jun 2007, 4:28 PM
#6
ajeh avatar

ajeh

Oba-san

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

Re: New Products Not Showing On Main Page

Thanks for the update that the New Products for the month were showing the New Products for the Month and you did not have any yet ... :smile:

13 Aug 2009, 10:40 PM
#7
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

Re: New Products Not Showing On Main Page

IS IT POSSIBLE, to change the new products MAIN page, to show all products, not just new?

30 Sep 2009, 8:06 PM
#8
zahid_hussain avatar

zahid_hussain

New Zenner

Join Date:
Sep 2009
Posts:
54
Plugin Contributions:
0

Re: New Products Not Showing On Main Page

Hi all!

I have problem, at my home page not showing include_htmil>> defaine_main_page.php data is not showing ,

http://www.bestlaminate.net/

thanks

Zahid

1 Oct 2009, 4:12 AM
#9
ajeh avatar

ajeh

Oba-san

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

Re: New Products Not Showing On Main Page

Your View Source on your main page shows:

<!-- deprecated - to use - uncomment
<div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div>
-->

<!-- deprecated - to use - uncomment
<div id="" class="content">Define your main Index page copy here.</div>
-->

This leads me to believe that your have it commented out and also not setup in your templates and overrides as that is the default that comes with Zen Cart ...

7 Oct 2010, 4:42 AM
#10
luisitolozano avatar

luisitolozano

New Zenner

Join Date:
Aug 2009
Posts:
11
Plugin Contributions:
0

Re: New Products Not Showing On Main Page

I got the same problem and look at my source code and shows that too how can i fix this you say that maybe it is commented out but where i can get that undone:frusty:

7 Oct 2010, 1:22 PM
#11
ajeh avatar

ajeh

Oba-san

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

Re: New Products Not Showing On Main Page

Example of removing the comments would be to change:

<!-- deprecated - to use - uncomment
<div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div>
-->

to read:

<div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div>