Page 1 of 1

Maybe not a "bug" but close enough!

Posted: Thu Feb 12, 2009 4:57 pm
by Blueforce
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

Re: Maybe not a "bug" but close enough!

Posted: Thu Feb 12, 2009 7:04 pm
by Daniel
i fisxed this and going to release another version.

Re: Maybe not a "bug" but close enough!

Posted: Thu Feb 12, 2009 7:50 pm
by Blueforce
Thanks!

I really like OpenCart!! Keep up the good work!

/Leffe