Suddenly my category pages are opening with the image from my main page at the top of them. I didn't tell it to do that! Does anyone know how to get rid of that image from category pages?
Thanks in advance
Suddenly my category pages are opening with the image from my main page at the top of them. I didn't tell it to do that! Does anyone know how to get rid of that image from category pages?
Thanks in advance
Give us your best shot!
http://www.photoimprints.com
actually it's the entire contents of my main page that appears on any category page that has products under it. Anyone have any idea why?
Thank you
Give us your best shot!
http://www.photoimprints.com
Do you have an URL that we can peek at to see what you are seeing?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Sure. Go first to www.photoimprints.com. Then click on either the DRINKWARE or the BOOKMARK catetory. You will see that the same info from mainpage displays above the category page info. It only affects categories with product in them. If you go to HEADWARE it displays the message I put in for that category.
Thanks
Give us your best shot!
http://www.photoimprints.com
The problem started after I installed the FAQ module. It calls for a mod to application_top as follows:
<?php
// include the list of extra open-operations files
if ($za_dir = @dir(DIR_WS_INCLUDES . 'open-operations')) {
while ($zv_file = $za_dir->read()) {
if (strstr($zv_file, '.php')) {
require(DIR_WS_INCLUDES . 'open-operations/' . $zv_file);
}
}
}
?>
If I remove this snippet of code, the problem with main_page displaying on every category page goes away, but so does my whole right column!
Give us your best shot!
http://www.photoimprints.com
It may be easier to figure this out using something like Beyond Compare from scootersoftware.com where you can compare your files to a clean Zen Cart ...
Also, check the /includes/templates/template_default/tpl_index_categories.php as well as your override for that file ... to make sure you have no changes there ...
It is possible, that this is due to the add-on you mentioned ... but unless I were to do the same and do a file comparrison I cannot say for sure ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
sorry to hijack this thread with a question...but...
how do you go about displaying that image via tpl_index_categories.php
I'm trying to get an image in the upper/center of my index page
I edited english/index.php "Congratulations you've successfully installed..." and replaced it with an image define('HEADING_TITLE', '<img src="/images/xxxx.jpg" alt="xxx" />') - but that is not giving me the result I want because to have it centered all the text gets centered too...
thanks(sorry)![]()
Hi thereOriginally Posted by styledata
Wondered if you resolved this problem as exactly the same is happening to me after adding the above code you added for the links manager mod. and if i remove it the problem disappears
Thanks
Rachel
I wound up reversing the install. Hope I got it all! It seems fine now. I was having other issues with the mod, so I figured I better take it out. I don't think it's fully compatible with 1.3.
Give us your best shot!
http://www.photoimprints.com