New Zenner
- Join Date:
- Feb 2008
- Posts:
- 4
- Plugin Contributions:
- 0
CATEGORIES' items won't be displayed
my settings are as follows:
serverOS: Linux 2.6.9-42.0.3.ELsmp MySQL 4.1.22-standard
PHP 4.4.1
Zen Cart 1.3.0.2-l10n-jp-2
I just upgraded form Zen Cart 1.2.1.
this problem persisted from before, though when i open the top page, photos for the categories will show up, but when I click the categories picture to see the items in the categories, the items will not show up.
only the new items from this month box show up and there are no categories items showing up.
when I registered the item photographs in the first place, i did not upload to the categories folder, so i tried to upload there but the things won't change.
I thought maybe some of the files are missing but I checked everywhere i can think of, however i did not find the file below in the admin and shop.
i wonder if I need to obtain that file for my version of the zencart or not.
if so how can i obtain it..
includes/classes/categories_all_products.php
also i do not find any file that said
tpl_index_category_row.php
on include/templates/templates default/templates
where i used to have the file when i was using the Zen Cart 1.2.1.
so i decided to upload the file and then there was a error message.
also i checked following files and they are uploaded
include/modules/product_listing.php
admin/include/modules/category_product_listing.php
include/template/tpl_modules_product_listing.php
I looked on the contents of the
category_product_listing.php
and wondered some of the setting where it said "0" is fine as it is or not..
please see below.
i asked ppl, but it seems nobody can not find out the answer.
thank you appreciate your help..
if (isset($_GET['set_display_categories_dropdown'])) {
$_SESSION['display_categories_dropdown'] = $_GET['set_display_categories_dropdown'];
}
if (!isset($_SESSION['display_categories_dropdown'])) {
$_SESSION['display_categories_dropdown'] = 0;
}
?>