Oooh! I see.
Well I'm using categories dressing so I'm not using the regular categories box. But this definetly helps me. I'll begin my search to modify the centerbox. Thank you very much!
Oooh! I see.
Well I'm using categories dressing so I'm not using the regular categories box. But this definetly helps me. I'll begin my search to modify the centerbox. Thank you very much!
Okay, I'm back. I took a look at my categories php. I don't have a clue what I would copy and where I would copy to in order to create a centerbox to link to the what's new or all products pages....
Can anyone help?
Thank you.
Look at the file:
/includes/modules/new_products.php
and copy it to your templates and overrides directory:
/includes/modules/your_template_dir/new_products.php
This line can be changed to:
and that would add a link in the title ...Code:$title = '<h2 class="centerBoxHeading">' . sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . ($category_title != '' ? ' - ' . $category_title : '' ) . '<a class="category-links" href="' . zen_href_link(FILENAME_PRODUCTS_NEW) . '">' . ' CLICK ME!' . '</a>' . '</h2>';
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!
Thank you so much! I was able to get it just the way I wanted.
YAY!!![]()
You are most welcome ... thanks for the update that this is now working for you ...![]()
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!
It's me again. I'm trying to do this same change to my Specials centerbox. But when I try to copy and edit the code accordingly, it's not working out. Help?
Thank you!
Could you give an example of what it is that you tried?
For Specials, it would use the:
FILENAME_SPECIALS
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!