Version Notes
Version number: 1.1.0.0
Stability: Stable
Compatibility: CE 1.6.x, 1.7.x, 1.8.x, 1.9.x
Download this release
Release Info
Developer | Gravity Recommendations |
Extension | Me_Gravity |
Version | 1.1.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.2.3 to 1.1.0.0
- app/code/community/Me/Gravity/etc/system.xml +103 -9
- package.xml +5 -5
app/code/community/Me/Gravity/etc/system.xml
CHANGED
@@ -82,7 +82,7 @@
|
|
82 |
<show_in_store>1</show_in_store>
|
83 |
<comment>API communication URL.</comment>
|
84 |
</api_url>
|
85 |
-
|
86 |
<label>Enable Custom Yusp Javascript</label>
|
87 |
<frontend_type>select</frontend_type>
|
88 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -103,7 +103,7 @@
|
|
103 |
<depends>
|
104 |
<enabled_js>1</enabled_js>
|
105 |
</depends>
|
106 |
-
</custom_js>
|
107 |
<test translate="label">
|
108 |
<label>Test Connection</label>
|
109 |
<frontend_type>button</frontend_type>
|
@@ -114,7 +114,7 @@
|
|
114 |
<show_in_store>1</show_in_store>
|
115 |
<comment>Click here to check the connection between your Yusp account and Magento extension.</comment>
|
116 |
</test>
|
117 |
-
|
118 |
<label>Use Yusp Template</label>
|
119 |
<frontend_type>select</frontend_type>
|
120 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -133,10 +133,10 @@
|
|
133 |
<show_in_website>1</show_in_website>
|
134 |
<show_in_store>1</show_in_store>
|
135 |
<comment>General recommendation setting. If switched to YES, bulk recommendation will be enabled.</comment>
|
136 |
-
</bulk
|
137 |
</fields>
|
138 |
</config>
|
139 |
-
|
140 |
<label>Export Products</label>
|
141 |
<frontend_type>text</frontend_type>
|
142 |
<sort_order>20</sort_order>
|
@@ -300,7 +300,7 @@
|
|
300 |
<comment>Export your customers in an XML file. Note: this operation can impact your site’s performance.</comment>
|
301 |
</customer>
|
302 |
</fields>
|
303 |
-
</cutomer_export
|
304 |
<general_display translate="label">
|
305 |
<label>General Pages Display</label>
|
306 |
<frontend_type>text</frontend_type>
|
@@ -1078,6 +1078,26 @@
|
|
1078 |
<show_in_website>1</show_in_website>
|
1079 |
<show_in_store>1</show_in_store>
|
1080 |
<fields>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1081 |
<customer_update translate="label">
|
1082 |
<label>Enable Yusp Customer Update</label>
|
1083 |
<frontend_type>select</frontend_type>
|
@@ -1110,11 +1130,85 @@
|
|
1110 |
</customer_registration>
|
1111 |
</fields>
|
1112 |
</sync>
|
1113 |
-
|
1114 |
-
<label>
|
1115 |
<frontend_type>text</frontend_type>
|
1116 |
<sort_order>100</sort_order>
|
1117 |
<show_in_default>1</show_in_default>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1118 |
<show_in_website>0</show_in_website>
|
1119 |
<show_in_store>0</show_in_store>
|
1120 |
<fields>
|
@@ -1138,7 +1232,7 @@
|
|
1138 |
<show_in_store>0</show_in_store>
|
1139 |
</version>
|
1140 |
</fields>
|
1141 |
-
</debug
|
1142 |
</groups>
|
1143 |
</gravity>
|
1144 |
</sections>
|
82 |
<show_in_store>1</show_in_store>
|
83 |
<comment>API communication URL.</comment>
|
84 |
</api_url>
|
85 |
+
<!-- <enabled_js translate="label">
|
86 |
<label>Enable Custom Yusp Javascript</label>
|
87 |
<frontend_type>select</frontend_type>
|
88 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
103 |
<depends>
|
104 |
<enabled_js>1</enabled_js>
|
105 |
</depends>
|
106 |
+
</custom_js> -->
|
107 |
<test translate="label">
|
108 |
<label>Test Connection</label>
|
109 |
<frontend_type>button</frontend_type>
|
114 |
<show_in_store>1</show_in_store>
|
115 |
<comment>Click here to check the connection between your Yusp account and Magento extension.</comment>
|
116 |
</test>
|
117 |
+
<!-- <template translate="label">
|
118 |
<label>Use Yusp Template</label>
|
119 |
<frontend_type>select</frontend_type>
|
120 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
133 |
<show_in_website>1</show_in_website>
|
134 |
<show_in_store>1</show_in_store>
|
135 |
<comment>General recommendation setting. If switched to YES, bulk recommendation will be enabled.</comment>
|
136 |
+
</bulk>-->
|
137 |
</fields>
|
138 |
</config>
|
139 |
+
<!-- <export translate="label">
|
140 |
<label>Export Products</label>
|
141 |
<frontend_type>text</frontend_type>
|
142 |
<sort_order>20</sort_order>
|
300 |
<comment>Export your customers in an XML file. Note: this operation can impact your site’s performance.</comment>
|
301 |
</customer>
|
302 |
</fields>
|
303 |
+
</cutomer_export>-->
|
304 |
<general_display translate="label">
|
305 |
<label>General Pages Display</label>
|
306 |
<frontend_type>text</frontend_type>
|
1078 |
<show_in_website>1</show_in_website>
|
1079 |
<show_in_store>1</show_in_store>
|
1080 |
<fields>
|
1081 |
+
<additional translate="label">
|
1082 |
+
<label>Additional Attributes</label>
|
1083 |
+
<frontend_type>multiselect</frontend_type>
|
1084 |
+
<source_model>me_gravity/system_config_source_catalog_attributes</source_model>
|
1085 |
+
<sort_order>30</sort_order>
|
1086 |
+
<show_in_default>1</show_in_default>
|
1087 |
+
<show_in_website>0</show_in_website>
|
1088 |
+
<show_in_store>0</show_in_store>
|
1089 |
+
<comment>Select additional attributes for catalog export.</comment>
|
1090 |
+
</additional>
|
1091 |
+
<only_salable translate="label">
|
1092 |
+
<label>Only In-stock</label>
|
1093 |
+
<frontend_type>select</frontend_type>
|
1094 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1095 |
+
<sort_order>40</sort_order>
|
1096 |
+
<show_in_default>1</show_in_default>
|
1097 |
+
<show_in_website>0</show_in_website>
|
1098 |
+
<show_in_store>0</show_in_store>
|
1099 |
+
<comment>If switched to YES, only products with quantities exceeding zero will be exported. If your store doesn't use stock management, also choose YES.</comment>
|
1100 |
+
</only_salable>
|
1101 |
<customer_update translate="label">
|
1102 |
<label>Enable Yusp Customer Update</label>
|
1103 |
<frontend_type>select</frontend_type>
|
1130 |
</customer_registration>
|
1131 |
</fields>
|
1132 |
</sync>
|
1133 |
+
<advanced translate="label">
|
1134 |
+
<label>Advanced</label>
|
1135 |
<frontend_type>text</frontend_type>
|
1136 |
<sort_order>100</sort_order>
|
1137 |
<show_in_default>1</show_in_default>
|
1138 |
+
<show_in_website>1</show_in_website>
|
1139 |
+
<show_in_store>1</show_in_store>
|
1140 |
+
<fields>
|
1141 |
+
<enabled_js translate="label">
|
1142 |
+
<label>Enable Custom Yusp Javascript</label>
|
1143 |
+
<frontend_type>select</frontend_type>
|
1144 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1145 |
+
<sort_order>20</sort_order>
|
1146 |
+
<show_in_default>1</show_in_default>
|
1147 |
+
<show_in_website>1</show_in_website>
|
1148 |
+
<show_in_store>1</show_in_store>
|
1149 |
+
<comment>Please select YES if you want to edit or customize the Yusp extension's main javascript.</comment>
|
1150 |
+
</enabled_js>
|
1151 |
+
<custom_js translate="label">
|
1152 |
+
<label>Custom Yusp Javascript</label>
|
1153 |
+
<frontend_type>textarea</frontend_type>
|
1154 |
+
<sort_order>21</sort_order>
|
1155 |
+
<show_in_default>1</show_in_default>
|
1156 |
+
<show_in_website>1</show_in_website>
|
1157 |
+
<show_in_store>1</show_in_store>
|
1158 |
+
<comment><![CDATA[<strong> Important!</strong> Here you can edit the main Yusp javascript. <strong>You have to replace</strong> the two occurrences of the "magento" string in your custom javascript with your Yusp API username above!]]></comment>
|
1159 |
+
<depends>
|
1160 |
+
<enabled_js>1</enabled_js>
|
1161 |
+
</depends>
|
1162 |
+
</custom_js>
|
1163 |
+
<template translate="label">
|
1164 |
+
<label>Use Yusp Template</label>
|
1165 |
+
<frontend_type>select</frontend_type>
|
1166 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1167 |
+
<sort_order>30</sort_order>
|
1168 |
+
<show_in_default>1</show_in_default>
|
1169 |
+
<show_in_website>1</show_in_website>
|
1170 |
+
<show_in_store>1</show_in_store>
|
1171 |
+
<comment>General display setting. If switched to YES, all boxes will use a Yusp template.</comment>
|
1172 |
+
</template>
|
1173 |
+
<bulk translate="label">
|
1174 |
+
<label>Enable Bulk Recommendation</label>
|
1175 |
+
<frontend_type>select</frontend_type>
|
1176 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1177 |
+
<sort_order>40</sort_order>
|
1178 |
+
<show_in_default>1</show_in_default>
|
1179 |
+
<show_in_website>1</show_in_website>
|
1180 |
+
<show_in_store>1</show_in_store>
|
1181 |
+
<comment>General recommendation setting. If switched to YES, bulk recommendation will be enabled.</comment>
|
1182 |
+
</bulk>
|
1183 |
+
</fields>
|
1184 |
+
<fields>
|
1185 |
+
<log translate="label">
|
1186 |
+
<label>Enable Debug</label>
|
1187 |
+
<frontend_type>select</frontend_type>
|
1188 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1189 |
+
<sort_order>10</sort_order>
|
1190 |
+
<show_in_default>1</show_in_default>
|
1191 |
+
<show_in_website>0</show_in_website>
|
1192 |
+
<show_in_store>0</show_in_store>
|
1193 |
+
<comment>Enable debug. In this case all transactions will be logged in /var/gravity.log.</comment>
|
1194 |
+
</log>
|
1195 |
+
<version translate="label">
|
1196 |
+
<label>Extension Version</label>
|
1197 |
+
<frontend_type>text</frontend_type>
|
1198 |
+
<frontend_model>me_gravity/adminhtml_system_config_form_version</frontend_model>
|
1199 |
+
<sort_order>60</sort_order>
|
1200 |
+
<show_in_default>1</show_in_default>
|
1201 |
+
<show_in_website>0</show_in_website>
|
1202 |
+
<show_in_store>0</show_in_store>
|
1203 |
+
</version>
|
1204 |
+
</fields>
|
1205 |
+
</advanced>
|
1206 |
+
|
1207 |
+
<!--<debug translate="label">
|
1208 |
+
<label>Debug</label>
|
1209 |
+
<frontend_type>text</frontend_type>
|
1210 |
+
<sort_order>110</sort_order>
|
1211 |
+
<show_in_default>1</show_in_default>
|
1212 |
<show_in_website>0</show_in_website>
|
1213 |
<show_in_store>0</show_in_store>
|
1214 |
<fields>
|
1232 |
<show_in_store>0</show_in_store>
|
1233 |
</version>
|
1234 |
</fields>
|
1235 |
+
</debug>-->
|
1236 |
</groups>
|
1237 |
</gravity>
|
1238 |
</sections>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Me_Gravity</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gravityrd.com/">Gravity R&D, Ltd.</license>
|
7 |
<channel>community</channel>
|
@@ -19,13 +19,13 @@ Yusp so the system can perform the analysis of customer behavior on the
|
|
19 |
site and calculate recommendations accordingly. With the extension, it
|
20 |
is also possible to export product catalogs and customers, or run daily
|
21 |
scheduled exports on cron jobs.</description>
|
22 |
-
<notes>Version number: 1.0.
|
23 |
Stability: Stable
|
24 |
Compatibility: CE 1.6.x, 1.7.x, 1.8.x, 1.9.x </notes>
|
25 |
<authors><author><name>Gravity Recommendations</name><user>gravity_rd</user><email>web-integration@gravityrd.com</email></author></authors>
|
26 |
-
<date>2016-
|
27 |
-
<time>14:
|
28 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Me_Gravity.xml" hash="a385bf72a5c2f0f040d2bb0850ca0b7c"/></dir></target><target name="magecommunity"><dir name="Me"><dir name="Gravity"><dir name="Block"><file name="Abstract.php" hash="586409500493a209ba021f8d471c793c"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Catalog.php" hash="6adcc355986762d7cc19f854c5fdd067"/><file name="Customer.php" hash="50336da73ad37e3895f82980387f6970"/><file name="Test.php" hash="07d7fce9dd15eb623918d6f01505cc32"/><file name="Version.php" hash="cdaa1bf4da1dffefb71aa3a27a63d2f1"/></dir></dir></dir></dir><dir name="Catalog"><dir name="Category"><dir name="Boxes"><file name="Category.php" hash="436b2d56c25114b152d786a939071cc4"/><file name="Personal.php" hash="7773ddf6e4a109e2cb16665ab1f469e6"/><file name="Top.php" hash="662641627445dd1a650467dfb2318151"/></dir></dir><dir name="Product"><dir name="View"><dir name="Boxes"><file name="Accessories.php" hash="765e6c65419b4c09702655d2e315835a"/><file name="Personal.php" hash="c3a1d8903982887485b1b0ca2c1548ec"/><file name="Product.php" hash="bc40a2d7e854fa9e6d8bb7b2bdd37a25"/><file name="Similar.php" hash="47099324fca5883edb881c8e4a3eb6bd"/></dir><dir name="Js"><file name="Gravity.php" hash="cba4e59a726e2ff10d746748731ac35e"/></dir></dir></dir></dir><dir name="Catalogsearch"><dir name="Advanced"><dir name="Js"><file name="Gravity.php" hash="a37130181b430d057fa2dcb76de0ff60"/></dir></dir><dir name="Boxes"><file name="Result.php" hash="1c59e5b53cbef273f6cb7cd3448aa45b"/></dir><dir name="Js"><file name="Gravity.php" hash="d065f4ef6555312988c2e165621ea2a8"/></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Boxes"><file name="Cart.php" hash="b720e576c5123f9d52ee98807cb7ac36"/></dir></dir></dir><dir name="General"><dir name="Boxes"><file name="Best.php" hash="07299f81cbf42d2fda4bfb31964f7c24"/><file name="History.php" hash="b50a5a27a6920efbf0ff51e349543e13"/><file name="Others.php" hash="263af4423f1dc40640c2bd0f3366cec5"/><file name="Popular.php" hash="d50fdf81725bd55be46141c5d5515480"/></dir></dir><dir name="Page"><dir name="Js"><file name="Gravity.php" hash="6f78a812fa42227b25780a483fd202d8"/></dir></dir><file name="Recommendation.php" hash="c0d131d38d35f18b596119c6c5253c13"/><dir name="Widget"><dir name="Boxes"><file name="Widget.php" hash="17560f25437bf04f2f8069b1aeee010e"/></dir></dir></dir><dir name="Helper"><file name="Boxes.php" hash="9d498b80819c6f8b5f94e77801e312ec"/><file name="Data.php" hash="4c17e76eee0b1216a707a7fed937ec2b"/></dir><dir name="Model"><dir name="Client"><file name="GravityClient.php" hash="361edf56f609ce392a748a7a91d718e6"/></dir><file name="Customers.php" hash="7399f7fb93965a3c67f5e2c941209ffe"/><dir name="Export"><file name="Abstract.php" hash="9f42701355b6bb288b4ead0eadcf19f0"/><dir name="Catalog"><file name="Product.php" hash="53e49c91d3ed270933d12251fc137a99"/></dir><dir name="Customer"><file name="Customer.php" hash="d3577acc08cd3004ccfb865232eebb9c"/></dir></dir><dir name="Method"><file name="Abstract.php" hash="c907e89db6238c5001cf653b31afa56e"/><file name="Request.php" hash="aa0c66be8bf119451e1a3560c7637fbc"/></dir><file name="Observer.php" hash="d268e4868b2223a0be9d7d7ad8a5c6bb"/><file name="Products.php" hash="3b76c51170818f04fe94606f85e09dd2"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Catalog"><file name="Cron.php" hash="395fbd5f3d41223a336057b5bba6f4cc"/></dir></dir><dir name="Source"><dir name="Catalog"><file name="Attributes.php" hash="72df90bea6566c5e843c2301ba4dd6e1"/></dir><dir name="Customer"><file name="Attributes.php" hash="1e940ae61c568d83bc541b0fb8e87de1"/></dir><dir name="Layout"><file name="Layout.php" hash="18ab5c014f802bea1f6a841d062439ac"/><file name="Pages.php" hash="5e443f0c91329db385bc3d3b4e945c22"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="GravityController.php" hash="c6237b4322d5a7a33d191789325b8036"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="17bf0f5989e14d857252726fef4fad6d"/><file name="config.xml" hash="4fcbadbebe923abdb05794aab37475ba"/><file name="system.xml" hash="
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>5.3.0</min><max>5.6.15</max></php></required></dependencies>
|
31 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Me_Gravity</name>
|
4 |
+
<version>1.1.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gravityrd.com/">Gravity R&D, Ltd.</license>
|
7 |
<channel>community</channel>
|
19 |
site and calculate recommendations accordingly. With the extension, it
|
20 |
is also possible to export product catalogs and customers, or run daily
|
21 |
scheduled exports on cron jobs.</description>
|
22 |
+
<notes>Version number: 1.1.0.0
|
23 |
Stability: Stable
|
24 |
Compatibility: CE 1.6.x, 1.7.x, 1.8.x, 1.9.x </notes>
|
25 |
<authors><author><name>Gravity Recommendations</name><user>gravity_rd</user><email>web-integration@gravityrd.com</email></author></authors>
|
26 |
+
<date>2016-10-14</date>
|
27 |
+
<time>23:14:26</time>
|
28 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Me_Gravity.xml" hash="a385bf72a5c2f0f040d2bb0850ca0b7c"/></dir></target><target name="magecommunity"><dir name="Me"><dir name="Gravity"><dir name="Block"><file name="Abstract.php" hash="586409500493a209ba021f8d471c793c"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Catalog.php" hash="6adcc355986762d7cc19f854c5fdd067"/><file name="Customer.php" hash="50336da73ad37e3895f82980387f6970"/><file name="Test.php" hash="07d7fce9dd15eb623918d6f01505cc32"/><file name="Version.php" hash="cdaa1bf4da1dffefb71aa3a27a63d2f1"/></dir></dir></dir></dir><dir name="Catalog"><dir name="Category"><dir name="Boxes"><file name="Category.php" hash="436b2d56c25114b152d786a939071cc4"/><file name="Personal.php" hash="7773ddf6e4a109e2cb16665ab1f469e6"/><file name="Top.php" hash="662641627445dd1a650467dfb2318151"/></dir></dir><dir name="Product"><dir name="View"><dir name="Boxes"><file name="Accessories.php" hash="765e6c65419b4c09702655d2e315835a"/><file name="Personal.php" hash="c3a1d8903982887485b1b0ca2c1548ec"/><file name="Product.php" hash="bc40a2d7e854fa9e6d8bb7b2bdd37a25"/><file name="Similar.php" hash="47099324fca5883edb881c8e4a3eb6bd"/></dir><dir name="Js"><file name="Gravity.php" hash="cba4e59a726e2ff10d746748731ac35e"/></dir></dir></dir></dir><dir name="Catalogsearch"><dir name="Advanced"><dir name="Js"><file name="Gravity.php" hash="a37130181b430d057fa2dcb76de0ff60"/></dir></dir><dir name="Boxes"><file name="Result.php" hash="1c59e5b53cbef273f6cb7cd3448aa45b"/></dir><dir name="Js"><file name="Gravity.php" hash="d065f4ef6555312988c2e165621ea2a8"/></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Boxes"><file name="Cart.php" hash="b720e576c5123f9d52ee98807cb7ac36"/></dir></dir></dir><dir name="General"><dir name="Boxes"><file name="Best.php" hash="07299f81cbf42d2fda4bfb31964f7c24"/><file name="History.php" hash="b50a5a27a6920efbf0ff51e349543e13"/><file name="Others.php" hash="263af4423f1dc40640c2bd0f3366cec5"/><file name="Popular.php" hash="d50fdf81725bd55be46141c5d5515480"/></dir></dir><dir name="Page"><dir name="Js"><file name="Gravity.php" hash="6f78a812fa42227b25780a483fd202d8"/></dir></dir><file name="Recommendation.php" hash="c0d131d38d35f18b596119c6c5253c13"/><dir name="Widget"><dir name="Boxes"><file name="Widget.php" hash="17560f25437bf04f2f8069b1aeee010e"/></dir></dir></dir><dir name="Helper"><file name="Boxes.php" hash="9d498b80819c6f8b5f94e77801e312ec"/><file name="Data.php" hash="4c17e76eee0b1216a707a7fed937ec2b"/></dir><dir name="Model"><dir name="Client"><file name="GravityClient.php" hash="361edf56f609ce392a748a7a91d718e6"/></dir><file name="Customers.php" hash="7399f7fb93965a3c67f5e2c941209ffe"/><dir name="Export"><file name="Abstract.php" hash="9f42701355b6bb288b4ead0eadcf19f0"/><dir name="Catalog"><file name="Product.php" hash="53e49c91d3ed270933d12251fc137a99"/></dir><dir name="Customer"><file name="Customer.php" hash="d3577acc08cd3004ccfb865232eebb9c"/></dir></dir><dir name="Method"><file name="Abstract.php" hash="c907e89db6238c5001cf653b31afa56e"/><file name="Request.php" hash="aa0c66be8bf119451e1a3560c7637fbc"/></dir><file name="Observer.php" hash="d268e4868b2223a0be9d7d7ad8a5c6bb"/><file name="Products.php" hash="3b76c51170818f04fe94606f85e09dd2"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Catalog"><file name="Cron.php" hash="395fbd5f3d41223a336057b5bba6f4cc"/></dir></dir><dir name="Source"><dir name="Catalog"><file name="Attributes.php" hash="72df90bea6566c5e843c2301ba4dd6e1"/></dir><dir name="Customer"><file name="Attributes.php" hash="1e940ae61c568d83bc541b0fb8e87de1"/></dir><dir name="Layout"><file name="Layout.php" hash="18ab5c014f802bea1f6a841d062439ac"/><file name="Pages.php" hash="5e443f0c91329db385bc3d3b4e945c22"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="GravityController.php" hash="c6237b4322d5a7a33d191789325b8036"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="17bf0f5989e14d857252726fef4fad6d"/><file name="config.xml" hash="4fcbadbebe923abdb05794aab37475ba"/><file name="system.xml" hash="d061b368c41fdbb7320dac2e0fd3fba2"/><file name="system_backup.xml" hash="55672758af380c029374dadd629479b7"/><file name="widget.xml" hash="9662aa456d8dcf6b38503944427c247e"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="me"><dir name="gravity"><dir name="catalog"><dir name="category"><dir name="boxes"><file name="default.phtml" hash="f1569ed325e167d4e24b48101c109bed"/><file name="sidebar.phtml" hash="bfd9e6b741652779fea92b059f991822"/></dir></dir><dir name="product"><dir name="view"><dir name="boxes"><file name="default.phtml" hash="c916e1eeae7a719a2f284c19627eb50e"/><file name="sidebar.phtml" hash="c603cab98a672f113f0850ac850ee492"/></dir><dir name="js"><file name="gravity.phtml" hash="21b1752933f49d4fdf77c1dff3e8accb"/></dir></dir></dir></dir><dir name="catalogsearch"><dir name="advanced"><dir name="js"><file name="gravity.phtml" hash="ed37b5368abb0e5e1fddaf7d94f1634f"/></dir></dir><dir name="boxes"><file name="default.phtml" hash="600f331b3ef8772b652cc7fcde0270d6"/><file name="sidebar.phtml" hash="f9b64de7698f8d5a30da7dda56ef8f1d"/></dir><dir name="js"><file name="gravity.phtml" hash="a77756580b0a6577f9431194e88ce0f3"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="boxes"><file name="default.phtml" hash="20aedc8eed8ab7e4c139f06cd6c0266f"/><file name="sidebar.phtml" hash="1b1f4c63788bfc9f9e338f664c50af64"/></dir></dir></dir><dir name="general"><dir name="boxes"><file name="default.phtml" hash="4b1308c89763c49b197883a9ae70e65b"/><file name="sidebar.phtml" hash="db426a25d29aaddf2c037aa471b0b855"/></dir></dir><dir name="page"><dir name="js"><file name="body-end.phtml" hash="c68cf0e1b26964c5867bd9fa1bf548c3"/><file name="gravity.phtml" hash="e092eaaf9062cd9028814239207129ff"/></dir></dir><dir name="widget"><dir name="boxes"><file name="widget.phtml" hash="80fd5994cde6c34f862e2850caa2beb1"/></dir></dir></dir></dir></dir><dir name="layout"><dir name="me"><file name="gravity.xml" hash="47f5ea1f53290cfd3f6a48bd2c64a7fc"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="template"><dir name="me"><dir name="gravity"><dir name="catalog"><dir name="category"><dir name="boxes"><file name="default.phtml" hash="4c4c9c68a8695e4ee0e8df9372e3e545"/><file name="sidebar.phtml" hash="7e7226aed80cd351b66e2b0c599608d5"/></dir></dir><dir name="product"><dir name="view"><dir name="boxes"><file name="default.phtml" hash="b68aa48c1e3ff9884884084660cb04cd"/><file name="sidebar.phtml" hash="3dfdc2dbdb9c69dbad73e93759fe6dee"/></dir></dir></dir></dir><dir name="catalogsearch"><dir name="boxes"><file name="default.phtml" hash="8dc241f668fad3b36e1a26d8c3b01802"/><file name="sidebar.phtml" hash="6aa688d961dfc9818001ae39866a4992"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="boxes"><file name="default.phtml" hash="c81b3af4fe4fc03444da83f7416d0fc7"/><file name="sidebar.phtml" hash="d78a9160cbeded38e6a989eefe3c3753"/></dir></dir></dir><dir name="general"><dir name="boxes"><file name="default.phtml" hash="ec7412c0f1a6c8c15b859f5277c53885"/><file name="sidebar.phtml" hash="db426a25d29aaddf2c037aa471b0b855"/></dir></dir><dir name="widget"><dir name="boxes"><file name="widget.phtml" hash="41552aa04ba7810eada0706a8ee7f5ec"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="me"><dir name="gravity"><dir name="system"><dir name="config"><dir name="form"><file name="test.phtml" hash="d9d972a23b04a34ab5f4d70a732d65b3"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="me"><dir name="gravity"><file name="gravity.css" hash="c2c4c7d30bced9a311c98032e38e0e11"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="en_US"><file name="Me_Gravity.csv" hash=""/></dir></target></contents>
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>5.3.0</min><max>5.6.15</max></php></required></dependencies>
|
31 |
</package>
|