Prestashop v1.3.6.0 DAB Build Files Released

apmuthu

Renowned Member
Feb 26, 2009
871
11
83
Chennai - India & Singapore
github.com
Prestashop v1.3.6.0 Build Files has been released on my page on the Wiki.

The MySQL changes from the v1.3.2.3 are:
ps_order_detail table has 2 new fields:
Code:
`group_reduction` decimal(10,2) NOT NULL default '0.00',
and
Code:
`ecotax_tax_rate` decimal(5,3) NOT NULL,
Consequent on the last decimal, the field ecotax had it's size changed:
Code:
`ecotax` decimal(21,6) NOT NULL default '0.000000',

Enjoy another fine release and provide feedback to improve it!