Maybe not a "bug" but close enough!
Posted: Thu Feb 12, 2009 4:57 pm
Hi,
When I add a new product the "date available" automatically gets todays date "now()".
And the product.php (catalog/model/catalog/product.php) use "date_available < NOW()" when it select/search for products, which ends up making the product available the next day! So.. to have the product show up the same day as I add it I have to set the "date available" one day backwords.
I think it would be better, and also make more sense to use "date_available <= NOW()" instead.
Because I would like to have the product available the date that I enter, not the following day.
Regards,
Leffe
When I add a new product the "date available" automatically gets todays date "now()".
And the product.php (catalog/model/catalog/product.php) use "date_available < NOW()" when it select/search for products, which ends up making the product available the next day! So.. to have the product show up the same day as I add it I have to set the "date available" one day backwords.
I think it would be better, and also make more sense to use "date_available <= NOW()" instead.
Because I would like to have the product available the date that I enter, not the following day.
Regards,
Leffe