Alexandre Nozière
Alexandre Nozière
Agree with @roadster31 + we should not use Propel ORM to fetch data, but RAW SQL. It's not necessary to hydrate objects, which consumes memory, to populate a CSV. This...
In my opinion, we should not store this file permanently but rather generate it dynamically using a temporary file system.
CartItem::addQuantity check now the stock (if config is enabled)
Should implement a table order_lang, like #964
WIP with @gillesbourgeat , we will integrate monolog to manage log as we need and we'll try to find a solution to disable deprecated logs.
We still should delete the @todo annotation and remove the config 'use_tax_free_amounts'. As @roadster31 mentionned it, sell with or twithout taxe should be a specific comportment with some proper settings....
I agree with @roadster31 , we should have a new table to store the payment choose and do the link between order and order_payment. Same for delivery.
We should add a column `postage_tax` and `postage` to the `order_product` table, and remove both postage columns in `order` table. This will create a lot of backward compatibility issues. We...