Version Notes
This module allows you to sync your Magento Retail store to the Sniip marketplace, allowing shoppers to browse and shop on your store within a native app experience.
Download this release
Release Info
Developer | Cliff Viegas |
Extension | Sniip_Retailer_Connect |
Version | 1.0.9.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.9.8 to 1.0.9.8.1
app/code/community/Sniip/Sniipsync/etc/config.xml
CHANGED
@@ -5,56 +5,6 @@
|
|
5 |
<version>1.0.9.8</version>
|
6 |
</Sniip_Sniipsync>
|
7 |
</modules>
|
8 |
-
<frontend>
|
9 |
-
<routers>
|
10 |
-
<sniipsync>
|
11 |
-
<use>standard</use>
|
12 |
-
<args>
|
13 |
-
<module>Sniip_Sniipsync</module>
|
14 |
-
</args>
|
15 |
-
</sniipsync>
|
16 |
-
</routers>
|
17 |
-
<layout>
|
18 |
-
<updates>
|
19 |
-
<sniipsync>
|
20 |
-
</sniipsync>
|
21 |
-
</updates>
|
22 |
-
</layout>
|
23 |
-
</frontend>
|
24 |
-
<admin>
|
25 |
-
<routers>
|
26 |
-
<sniipsync>
|
27 |
-
<use>admin</use>
|
28 |
-
<args>
|
29 |
-
<module>Sniip_Sniipsync</module>
|
30 |
-
</args>
|
31 |
-
</sniipsync>
|
32 |
-
</routers>
|
33 |
-
</admin>
|
34 |
-
<adminhtml>
|
35 |
-
|
36 |
-
<acl>
|
37 |
-
<resources>
|
38 |
-
<all>
|
39 |
-
<title>Allow Everything</title>
|
40 |
-
</all>
|
41 |
-
<admin>
|
42 |
-
<children>
|
43 |
-
<Sniip_Sniipsync>
|
44 |
-
<title>Sniip Module</title>
|
45 |
-
<sort_order>10</sort_order>
|
46 |
-
</Sniip_Sniipsync>
|
47 |
-
</children>
|
48 |
-
</admin>
|
49 |
-
</resources>
|
50 |
-
</acl>
|
51 |
-
<layout>
|
52 |
-
<updates>
|
53 |
-
<sniipsync>
|
54 |
-
</sniipsync>
|
55 |
-
</updates>
|
56 |
-
</layout>
|
57 |
-
</adminhtml>
|
58 |
<global>
|
59 |
<models>
|
60 |
<sniipsync>
|
@@ -97,8 +47,4 @@
|
|
97 |
</sniipsync>
|
98 |
</helpers>
|
99 |
</global>
|
100 |
-
|
101 |
-
<default>
|
102 |
-
</default>
|
103 |
-
|
104 |
</config>
|
5 |
<version>1.0.9.8</version>
|
6 |
</Sniip_Sniipsync>
|
7 |
</modules>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
<global>
|
9 |
<models>
|
10 |
<sniipsync>
|
47 |
</sniipsync>
|
48 |
</helpers>
|
49 |
</global>
|
|
|
|
|
|
|
|
|
50 |
</config>
|
app/code/community/Sniip/Sniipsync/etc/system.xml
CHANGED
@@ -1,44 +1,5 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<config>
|
3 |
<sections>
|
4 |
-
<payment>
|
5 |
-
<groups>
|
6 |
-
<sniipsync translate="label" module="sniipsync">
|
7 |
-
<label>Sniip Module</label>
|
8 |
-
<sort_order>670</sort_order>
|
9 |
-
<show_in_default>1</show_in_default>
|
10 |
-
<show_in_website>1</show_in_website>
|
11 |
-
<show_in_store>0</show_in_store>
|
12 |
-
<fields>
|
13 |
-
<active translate="label">
|
14 |
-
<label>Enabled</label>
|
15 |
-
<frontend_type>select</frontend_type>
|
16 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
17 |
-
<sort_order>1</sort_order>
|
18 |
-
<show_in_default>1</show_in_default>
|
19 |
-
<show_in_website>1</show_in_website>
|
20 |
-
<show_in_store>0</show_in_store>
|
21 |
-
</active>
|
22 |
-
<order_status translate="label">
|
23 |
-
<label>New order status</label>
|
24 |
-
<frontend_type>select</frontend_type>
|
25 |
-
<source_model>adminhtml/system_config_source_order_status_processing</source_model>
|
26 |
-
<sort_order>2</sort_order>
|
27 |
-
<show_in_default>1</show_in_default>
|
28 |
-
<show_in_website>1</show_in_website>
|
29 |
-
<show_in_store>0</show_in_store>
|
30 |
-
</order_status>
|
31 |
-
<title translate="label">
|
32 |
-
<label>Title</label>
|
33 |
-
<frontend_type>text</frontend_type>
|
34 |
-
<sort_order>3</sort_order>
|
35 |
-
<show_in_default>1</show_in_default>
|
36 |
-
<show_in_website>1</show_in_website>
|
37 |
-
<show_in_store>0</show_in_store>
|
38 |
-
</title>
|
39 |
-
</fields>
|
40 |
-
</sniipsync>
|
41 |
-
</groups>
|
42 |
-
</payment>
|
43 |
</sections>
|
44 |
</config>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<config>
|
3 |
<sections>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
</sections>
|
5 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sniip_Retailer_Connect</name>
|
4 |
-
<version>1.0.9.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Source Licence (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>This module allows you to sync your Magento Retail store to the Sniip marketplace, allowing shoppers to browse and shop on your store within a native app experience.</notes>
|
12 |
<authors><author><name>Cliff Viegas</name><user>CLIFF</user><email>cliff.viegas@sniip.com</email></author></authors>
|
13 |
<date>2015-10-14</date>
|
14 |
-
<time>05:
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Sniip_Sniipsync.xml" hash="d38cd3dae11b1bd18271a73174300e7c"/></dir></target><target name="magecommunity"><dir name="Sniip"><dir name="Sniipsync"><dir name="Helper"><file name="Data.php" hash="0192bd72a9dc1e1b5f65669271c5b472"/></dir><dir name="Model"><dir name="Api"><file name="Resource.php" hash="e97f33392c0b248741b22801e08e53cd"/></dir><file name="Sniipgateway.php" hash="808dc1c7c56b56d7e315a66af6a59216"/><dir name="Sniipsync"><dir name="Api"><file name="V2.php" hash="4fb5c03ef6bca75467a38c270387070b"/></dir><file name="Api.php" hash="8ae85db9fc329d50fcf0115930b20172"/></dir></dir><dir name="etc"><file name="api.xml" hash="765f6e98de535b8cc10d5590f9e95343"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sniip_Retailer_Connect</name>
|
4 |
+
<version>1.0.9.8.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Source Licence (OSL)</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>This module allows you to sync your Magento Retail store to the Sniip marketplace, allowing shoppers to browse and shop on your store within a native app experience.</notes>
|
12 |
<authors><author><name>Cliff Viegas</name><user>CLIFF</user><email>cliff.viegas@sniip.com</email></author></authors>
|
13 |
<date>2015-10-14</date>
|
14 |
+
<time>05:49:25</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Sniip_Sniipsync.xml" hash="d38cd3dae11b1bd18271a73174300e7c"/></dir></target><target name="magecommunity"><dir name="Sniip"><dir name="Sniipsync"><dir name="Helper"><file name="Data.php" hash="0192bd72a9dc1e1b5f65669271c5b472"/></dir><dir name="Model"><dir name="Api"><file name="Resource.php" hash="e97f33392c0b248741b22801e08e53cd"/></dir><file name="Sniipgateway.php" hash="808dc1c7c56b56d7e315a66af6a59216"/><dir name="Sniipsync"><dir name="Api"><file name="V2.php" hash="4fb5c03ef6bca75467a38c270387070b"/></dir><file name="Api.php" hash="8ae85db9fc329d50fcf0115930b20172"/></dir></dir><dir name="etc"><file name="api.xml" hash="765f6e98de535b8cc10d5590f9e95343"/><file name="config.xml" hash="6cb0337251113a3348ee7fb57c014268"/><file name="system.xml" hash="65f1d0112c041c4bca882a0032f787b1"/><file name="wsdl.xml" hash="f3237d52103615aa4c1e5ebee71c9fc3"/><file name="wsi.xml" hash="2a5be8042a92c7acfead8ec18b8045f0"/></dir><dir name="sql"><dir name="sniipsync_setup"><file name="install-1.0.0.php" hash="564104566af5cb8cf1d0914accdfc7cc"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|