diff --git a/install-new/data/db_structure.sql b/install-new/data/db_structure.sql index f7f93f51e..e42394889 100644 --- a/install-new/data/db_structure.sql +++ b/install-new/data/db_structure.sql @@ -867,6 +867,7 @@ CREATE TABLE `PREFIX_image_lang` ( CREATE TABLE `PREFIX_image_type` ( `id_image_type` int(10) unsigned NOT NULL auto_increment, + `id_theme` INT(11) unsigned NOT NULL, `name` varchar(16) NOT NULL, `width` int(10) unsigned NOT NULL, `height` int(10) unsigned NOT NULL, @@ -877,7 +878,7 @@ CREATE TABLE `PREFIX_image_type` ( `scenes` tinyint(1) NOT NULL default '1', `stores` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_image_type`), - KEY `image_type_name` (`name`) + UNIQUE KEY `image_type_name` (`id_theme`, `name`) ) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8; CREATE TABLE `PREFIX_lang` ( diff --git a/install-new/data/xml/address_format.xml b/install-new/data/xml/address_format.xml index cdc8013f6..466bb5720 100644 --- a/install-new/data/xml/address_format.xml +++ b/install-new/data/xml/address_format.xml @@ -36,12 +36,12 @@ Country:name phone - firstname lastname -company -address1 -address2 -city State:name postcode -Country:name + firstname lastname +company +address1 +address2 +city State:name postcode +Country:name phone @@ -95,14 +95,14 @@ Country:name phone - firstname lastname -company -vat_number -address1 -address2 -postcode city -State:name -Country:name + firstname lastname +company +vat_number +address1 +address2 +postcode city +State:name +Country:name phone @@ -206,11 +206,11 @@ Country:name phone - firstname lastname -company -address1 address2 -city, State:name postcode -Country:name + firstname lastname +company +address1 address2 +city, State:name postcode +Country:name phone diff --git a/install-new/data/xml/configuration.xml b/install-new/data/xml/configuration.xml index 1e4b6c900..792f4aef6 100644 --- a/install-new/data/xml/configuration.xml +++ b/install-new/data/xml/configuration.xml @@ -192,13 +192,13 @@ 0 - 2011-12-22 22:46:00 + 2011-12-22 23:11:43 2 - 2011-12-22 22:46:00 + 2011-12-22 23:11:43 3 @@ -342,7 +342,7 @@ 1 - 1324590360 + 1324591903 1 @@ -494,18 +494,6 @@ 0 - - 0 - - - invoice - - - 2 - - - 2 - @@ -861,7 +849,7 @@ 1 - 2 + 0 diff --git a/install-new/data/xml/delivery.xml b/install-new/data/xml/delivery.xml new file mode 100644 index 000000000..9e8bc85c9 --- /dev/null +++ b/install-new/data/xml/delivery.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/install-new/fixtures/apple/data/customer.xml b/install-new/fixtures/apple/data/customer.xml index 17bfeb141..67b0c28f4 100644 --- a/install-new/fixtures/apple/data/customer.xml +++ b/install-new/fixtures/apple/data/customer.xml @@ -19,7 +19,7 @@ - + pub@prestashop.com diff --git a/install-new/fixtures/apple/data/delivery.xml b/install-new/fixtures/apple/data/delivery.xml index e73aa7afa..4c24e2ef3 100644 --- a/install-new/fixtures/apple/data/delivery.xml +++ b/install-new/fixtures/apple/data/delivery.xml @@ -1,6 +1,8 @@ - + + + @@ -8,9 +10,9 @@ - - - - + + + +