? How would I do this? From the php files? This isn't done it the admin somehow? These are EZPages right?
? How would I do this? From the php files? This isn't done it the admin somehow? These are EZPages right?
No, neither ...
The Categories Sidebox has links for:
New Products
Specials
All Products
The New Products Centerbox does not have a link to the New Products page, but you could customize it with your templates and overrides to use the same link as what the Categories Sidebox template file is using for the New Products ...
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!
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!