Beyond Compare from scootersoftware.com is a good program to compare files to see what is missing ...
Sounds more and more like a template bug ...
Beyond Compare from scootersoftware.com is a good program to compare files to see what is missing ...
Sounds more and more like a template bug ...
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!
what would happen if i copied the default upcoming products file to my template file?
Then the file in your overrides and templates would be used rather than the default file ...
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!
Just another quick question...
Is it ok to use phpMyAdmin to change the "date added" field for some products? Is there any risk in doing this?
You could do it in phpMyAdmin or you could use the Tools ... Insert SQL Patches ...
Use the products_id to be changed for the XXX and set the date to what you want it to be ...Code:UPDATE products SET products_date_added='2008-08-15 00:00:00' WHERE products_id= XXX;
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!