// Fix on install

This commit is contained in:
rMalie
2011-12-22 21:16:32 +00:00
parent 8313aa9d3f
commit 46bac39fa4
13 changed files with 72 additions and 74 deletions
-1
View File
@@ -63,7 +63,6 @@
<access id="access_1_56" id_profile="SuperAdmin" id_tab="SEO_URLs" view="1" add="1" edit="1" delete="1"/>
<access id="access_1_57" id_profile="SuperAdmin" id_tab="CMS" view="1" add="1" edit="1" delete="1"/>
<access id="access_1_58" id_profile="SuperAdmin" id_tab="Image_Mapping" view="1" add="1" edit="1" delete="1"/>
<access id="access_1_59" id_profile="SuperAdmin" id_tab="Customer_Messages" view="1" add="1" edit="1" delete="1"/>
<access id="access_1_60" id_profile="SuperAdmin" id_tab="Monitoring" view="1" add="1" edit="1" delete="1"/>
<access id="access_1_61" id_profile="SuperAdmin" id_tab="Search_Engines" view="1" add="1" edit="1" delete="1"/>
<access id="access_1_62" id_profile="SuperAdmin" id_tab="Referrers" view="1" add="1" edit="1" delete="1"/>
+19 -19
View File
@@ -36,12 +36,12 @@ Country:name
phone</format>
</address_format>
<address_format id="address_format_4" id_country="CA">
<format>firstname lastname
company
address1
address2
city State:name postcode
Country:name
<format>firstname lastname&#13;
company&#13;
address1&#13;
address2&#13;
city State:name postcode&#13;
Country:name&#13;
phone</format>
</address_format>
<address_format id="address_format_5" id_country="CN">
@@ -95,14 +95,14 @@ Country:name
phone</format>
</address_format>
<address_format id="address_format_10" id_country="IT">
<format>firstname lastname
company
vat_number
address1
address2
postcode city
State:name
Country:name
<format>firstname lastname&#13;
company&#13;
vat_number&#13;
address1&#13;
address2&#13;
postcode city&#13;
State:name&#13;
Country:name&#13;
phone</format>
</address_format>
<address_format id="address_format_11" id_country="JP">
@@ -206,11 +206,11 @@ Country:name
phone</format>
</address_format>
<address_format id="address_format_21" id_country="US">
<format>firstname lastname
company
address1 address2
city, State:name postcode
Country:name
<format>firstname lastname&#13;
company&#13;
address1 address2&#13;
city, State:name postcode&#13;
Country:name&#13;
phone</format>
</address_format>
<address_format id="address_format_22" id_country="HK">
+11 -5
View File
@@ -192,13 +192,13 @@
<value>0</value>
</configuration>
<configuration id="PS_1_3_UPDATE_DATE" name="PS_1_3_UPDATE_DATE">
<value>2011-12-22 17:39:33</value>
<value>2011-12-22 22:11:55</value>
</configuration>
<configuration id="PS_PRICE_ROUND_MODE" name="PS_PRICE_ROUND_MODE">
<value>2</value>
</configuration>
<configuration id="PS_1_3_2_UPDATE_DATE" name="PS_1_3_2_UPDATE_DATE">
<value>2011-12-22 17:39:33</value>
<value>2011-12-22 22:11:55</value>
</configuration>
<configuration id="PS_CONDITIONS_CMS_ID" name="PS_CONDITIONS_CMS_ID">
<value>3</value>
@@ -342,7 +342,7 @@
<value>1</value>
</configuration>
<configuration id="PS_IMG_UPDATE_TIME" name="PS_IMG_UPDATE_TIME">
<value>1324571973</value>
<value>1324588315</value>
</configuration>
<configuration id="PS_BACKUP_DROP_TABLE" name="PS_BACKUP_DROP_TABLE">
<value>1</value>
@@ -500,6 +500,12 @@
<configuration id="PS_INVOICE_MODEL" name="PS_INVOICE_MODEL">
<value>invoice</value>
</configuration>
<configuration id="PS_LIMIT_UPLOAD_IMAGE_VALUE" name="PS_LIMIT_UPLOAD_IMAGE_VALUE">
<value>2</value>
</configuration>
<configuration id="PS_LIMIT_UPLOAD_FILE_VALUE" name="PS_LIMIT_UPLOAD_FILE_VALUE">
<value>2</value>
</configuration>
<configuration id="MB_PAY_TO_EMAIL" name="MB_PAY_TO_EMAIL">
<value/>
</configuration>
@@ -846,7 +852,7 @@
<value>1.5.0.2</value>
</configuration>
<configuration id="PS_SHOP_NAME" name="PS_SHOP_NAME">
<value>Test</value>
<value>PrestaShop</value>
</configuration>
<configuration id="PS_SHOP_EMAIL" name="PS_SHOP_EMAIL">
<value>raphael.malie@gmail.com</value>
@@ -855,7 +861,7 @@
<value>1</value>
</configuration>
<configuration id="PS_SHOP_ACTIVITY" name="PS_SHOP_ACTIVITY">
<value>1</value>
<value>19</value>
</configuration>
</entities>
</entity_configuration>
-3
View File
@@ -168,9 +168,6 @@
<tab id="Image_Mapping" id_parent="Catalog" active="1">
<class_name>AdminScenes</class_name>
</tab>
<tab id="Customer_Messages" id_parent="Orders" active="1">
<class_name>AdminMessages</class_name>
</tab>
<tab id="Monitoring" id_parent="Catalog" active="1">
<class_name>AdminTracking</class_name>
</tab>