Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product descriptions that won't go away

Product descriptions that won't go away

Locked

Views: 519

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
21 Sep 2009, 6:34 PM
#1
k8ee avatar

k8ee

New Zenner

Join Date:
Sep 2009
Location:
Ontario, Canada
Posts:
23
Plugin Contributions:
0

Product descriptions that won't go away

So I noticed as I was adding some mods that my 'new products' center box and my 'featured products' center box had reverted to a row format. I had them originally set to 3 columns. I thought that maybe something I had done had reset something in Admin.

I have done the following:
-under product listing I have it set to 0 for 'display product description', and I have it set to 3 columns per row.
-have have also changed 'display product description' to 0 for 'New Listings', 'Featured Listings' and 'All Listings'
-I have new, featured and special listings under 'Index Listings' set to 3 columns per row

Even after all that things remain unchanged.

I changed my template to Classic, and indeed things show how they should - with the center boxes having 3 columns

:frusty:

So I can only assume that something in my custom template has been hard coded. I just don't know what I have to change, or where.

The website is: https://www.atgdiamondoutlet.com/store

Any suggestions as to where I should focus my search would be really appreciated.

-Katie

Running zen cart 1.3.8a

21 Sep 2009, 7:23 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Product descriptions that won't go away

You're using the zj_silver_wide template, so I suggest finding the support thread for that and asking the template creator.

22 Sep 2009, 1:44 PM
#3
k8ee avatar

k8ee

New Zenner

Join Date:
Sep 2009
Location:
Ontario, Canada
Posts:
23
Plugin Contributions:
0

Re: Product descriptions that won't go away

Like a lot of problems... this one required a good nights sleep before it could be solved. Found the problem under includes/modules. The original new_products.php was being overridden by one in the MY_TEMPLATE folder.

I changed the name of the new_products.php in the MY_TEMPLATE folder to new_products.phpmod and the problem was resolved.