Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I need a way to change the "date added" of products. Can someone suggest something?


halltristan

Recommended Posts

can be done by editing the admin section and adding the function to change the "date added" of products

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

can be done by editing the admin section and adding the function to change the "date added" of products

 

I'm also interested, but this response is a little cryptic?

Link to comment
Share on other sites

Do you want to change the actual date or the text that you have quoted?

 

Prior to adding the featured products mod, I went into the database and changed the actual date that was recorded. In this manner, I could control which products showed up on the index page.

 

 

If you want to change the text itself:

This code

define('TEXT_DATE_ADDED', 'Date Added:');

 

is in includes/languages/english/products_new.php

 

I'm also interested, but this response is a little cryptic?
Link to comment
Share on other sites

You could edit products_new.php around line 89. You would have to remove the code that calls for the text as well as the code that calls the date itself. Both are in the same line.

 

 

Tim

 

 

Is there a way perhaps to just suppress / remove that entire line of text?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...