|
|
|
|
"README
=============================================================================
This plugin has the purpose to able to publish a products between 2 dates
For example, a product can be publish between the 5th november and the 10th
november 2004. You configure this pubication directly in the product page info.
The principe is to use the field products_status already implemented to activate
or deactivate a products
Avantage:
---------
- Only two pages of original oscommerce are modified (other way more than 25...)
- The speed is quite good cause the code is directly in the mysql server used to
make such kind of traitment.
Desavantage:
------------
It's not the nicer way to make it, because each time that
the page /catalog/index.php is read two update queries are sent to mysql. The first
to deactivate products out of border the publishing and the second to activate products
to publish. But for me it's works well :)" |
|
|
|
 |
| For more information, visit the official osCommerce contribution webpage. |
 |
|
|