Hi, I want to see specials for a specific day.
Where I use:
Product::getPricesDrop((int)$this->context->language->id, 0, 20, false, null, null)
I see all specials.
Where I use for example:
Product::getPricesDrop((int)$this->context->language->id, 0, 20, false, null, null, '2013-11-28 00:00:00','2013-11-29 00:00:00')
See all products. Where is the problem?