Version Notes
Version 1.3.2.
Download this release
Release Info
Developer | Intuiko |
Extension | ICS_Connector |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
app/code/local/Intuiko/ConnectedStore/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Intuiko_ConnectedStore>
|
5 |
-
<version>1.
|
6 |
</Intuiko_ConnectedStore>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Intuiko_ConnectedStore>
|
5 |
+
<version>1.3.2</version>
|
6 |
</Intuiko_ConnectedStore>
|
7 |
</modules>
|
8 |
|
app/code/local/Intuiko/ConnectedStore/etc/system.xml
CHANGED
@@ -17,7 +17,12 @@
|
|
17 |
<groups>
|
18 |
<connectedstore_group translate="label">
|
19 |
<label>Connected Store</label>
|
20 |
-
<comment
|
|
|
|
|
|
|
|
|
|
|
21 |
<sort_order>10</sort_order>
|
22 |
<show_in_default>1</show_in_default>
|
23 |
<show_in_website>1</show_in_website>
|
@@ -33,27 +38,29 @@
|
|
33 |
<source_model>Mage_Adminhtml_Model_System_Config_Source_Enabledisable</source_model>
|
34 |
<sort_order>1</sort_order>
|
35 |
</status_field>
|
36 |
-
|
37 |
-
<label>
|
38 |
-
<tooltip>
|
39 |
<show_in_default>1</show_in_default>
|
40 |
<show_in_website>1</show_in_website>
|
41 |
<show_in_store>1</show_in_store>
|
42 |
<frontend_input>text</frontend_input>
|
43 |
<sort_order>2</sort_order>
|
44 |
-
</
|
45 |
-
|
46 |
-
<label>
|
47 |
-
<tooltip
|
48 |
<show_in_default>1</show_in_default>
|
49 |
<show_in_website>1</show_in_website>
|
50 |
<show_in_store>1</show_in_store>
|
51 |
<frontend_input>text</frontend_input>
|
52 |
<sort_order>3</sort_order>
|
53 |
-
</
|
54 |
<brandid_field translate="label tooltip">
|
55 |
-
<label
|
56 |
-
<tooltip
|
|
|
|
|
57 |
<show_in_default>1</show_in_default>
|
58 |
<show_in_website>1</show_in_website>
|
59 |
<show_in_store>1</show_in_store>
|
@@ -61,11 +68,13 @@
|
|
61 |
<sort_order>4</sort_order>
|
62 |
</brandid_field>
|
63 |
<apikey_field translate="label tooltip">
|
64 |
-
<label
|
65 |
-
<tooltip
|
|
|
|
|
66 |
<show_in_default>1</show_in_default>
|
67 |
<show_in_website>1</show_in_website>
|
68 |
-
<show_in_store>
|
69 |
<frontend_input>text</frontend_input>
|
70 |
<sort_order>5</sort_order>
|
71 |
</apikey_field>
|
@@ -74,7 +83,7 @@
|
|
74 |
<tooltip>Your bag merge method</tooltip>
|
75 |
<show_in_default>1</show_in_default>
|
76 |
<show_in_website>1</show_in_website>
|
77 |
-
<show_in_store>
|
78 |
<frontend_type>select</frontend_type>
|
79 |
<source_model>Intuiko_ConnectedStore_Model_MergeMethods</source_model>
|
80 |
<sort_order>6</sort_order>
|
@@ -85,16 +94,21 @@
|
|
85 |
<validate>validate-not-negative-number</validate>
|
86 |
<show_in_default>1</show_in_default>
|
87 |
<show_in_website>1</show_in_website>
|
88 |
-
<show_in_store>
|
89 |
<frontend_input>int</frontend_input>
|
90 |
<sort_order>7</sort_order>
|
91 |
</timeout_field>
|
92 |
<ping_field translate="label tooltip">
|
93 |
-
|
94 |
-
|
|
|
|
|
|
|
|
|
|
|
95 |
<show_in_default>1</show_in_default>
|
96 |
<show_in_website>1</show_in_website>
|
97 |
-
<show_in_store>
|
98 |
<frontend_input>button</frontend_input>
|
99 |
<sort_order>8</sort_order>
|
100 |
<frontend_model>connectedstore/button</frontend_model>
|
17 |
<groups>
|
18 |
<connectedstore_group translate="label">
|
19 |
<label>Connected Store</label>
|
20 |
+
<comment><![CDATA[
|
21 |
+
Read <a target="_blank" href="https://manager-ics.intuiko.com/docs/connectors/ICS-MagentoDocumentation-1.3.pdf">the documentation</a> before configuring the ICS extension.
|
22 |
+
<br/>
|
23 |
+
<br/>
|
24 |
+
]]></comment>
|
25 |
+
|
26 |
<sort_order>10</sort_order>
|
27 |
<show_in_default>1</show_in_default>
|
28 |
<show_in_website>1</show_in_website>
|
38 |
<source_model>Mage_Adminhtml_Model_System_Config_Source_Enabledisable</source_model>
|
39 |
<sort_order>1</sort_order>
|
40 |
</status_field>
|
41 |
+
<urlservice_field translate="label tooltip">
|
42 |
+
<label>Url Service</label>
|
43 |
+
<tooltip>The url of the service</tooltip>
|
44 |
<show_in_default>1</show_in_default>
|
45 |
<show_in_website>1</show_in_website>
|
46 |
<show_in_store>1</show_in_store>
|
47 |
<frontend_input>text</frontend_input>
|
48 |
<sort_order>2</sort_order>
|
49 |
+
</urlservice_field>
|
50 |
+
<tenantid_field translate="label tooltip">
|
51 |
+
<label><![CDATA[Tenant Id <a href="mailto:support.ics@intuiko.com?subject=Create an account">Create an account ...</a>]]></label>
|
52 |
+
<tooltip><![CDATA[If you need help or a new account, contact us at <a href="mailto:support.ics@intuiko.com">support.ics@intuiko.com</a>]]></tooltip>
|
53 |
<show_in_default>1</show_in_default>
|
54 |
<show_in_website>1</show_in_website>
|
55 |
<show_in_store>1</show_in_store>
|
56 |
<frontend_input>text</frontend_input>
|
57 |
<sort_order>3</sort_order>
|
58 |
+
</tenantid_field>
|
59 |
<brandid_field translate="label tooltip">
|
60 |
+
<label><![CDATA[Brand Id. <a target="_blank" href="https://manager-ics.intuiko.com/">Create or find it ...</a>]]></label>
|
61 |
+
<tooltip><![CDATA[Your Brand Id.
|
62 |
+
<br/>Connect you on the ICS manager to get the proper Brand ID.
|
63 |
+
<br/><a target="_blank" href="https://manager-ics.intuiko.com/">https://manager-ics.intuiko.com/</a>]]></tooltip>
|
64 |
<show_in_default>1</show_in_default>
|
65 |
<show_in_website>1</show_in_website>
|
66 |
<show_in_store>1</show_in_store>
|
68 |
<sort_order>4</sort_order>
|
69 |
</brandid_field>
|
70 |
<apikey_field translate="label tooltip">
|
71 |
+
<label><![CDATA[Api Key. <a target="_blank" href="https://manager-ics.intuiko.com/">Create or find it ...</a>]]></label>
|
72 |
+
<tooltip><![CDATA[Your API Key.
|
73 |
+
<br/>Connect you on the ICS manager to get the Api or generate new api key.
|
74 |
+
<br/><a target="_blank" href="https://manager-ics.intuiko.com/">https://manager-ics.intuiko.com/</a>]]></tooltip>
|
75 |
<show_in_default>1</show_in_default>
|
76 |
<show_in_website>1</show_in_website>
|
77 |
+
<show_in_store>1</show_in_store>
|
78 |
<frontend_input>text</frontend_input>
|
79 |
<sort_order>5</sort_order>
|
80 |
</apikey_field>
|
83 |
<tooltip>Your bag merge method</tooltip>
|
84 |
<show_in_default>1</show_in_default>
|
85 |
<show_in_website>1</show_in_website>
|
86 |
+
<show_in_store>1</show_in_store>
|
87 |
<frontend_type>select</frontend_type>
|
88 |
<source_model>Intuiko_ConnectedStore_Model_MergeMethods</source_model>
|
89 |
<sort_order>6</sort_order>
|
94 |
<validate>validate-not-negative-number</validate>
|
95 |
<show_in_default>1</show_in_default>
|
96 |
<show_in_website>1</show_in_website>
|
97 |
+
<show_in_store>1</show_in_store>
|
98 |
<frontend_input>int</frontend_input>
|
99 |
<sort_order>7</sort_order>
|
100 |
</timeout_field>
|
101 |
<ping_field translate="label tooltip">
|
102 |
+
<tooltip><![CDATA[Do a ping in order to test the connection to the ICS API and your API settings.
|
103 |
+
<br/><br/><strong>Note</strong>: Do not forget to save your last modifications before running this test.
|
104 |
+
|
105 |
+
]]></tooltip>
|
106 |
+
<label><![CDATA[Test your connection<br/><strong>Save Config before testing</strong>
|
107 |
+
<br/><br/><br/><br/>If you need help : <a href="mailto:support.ics@intuiko.com">support.ics@intuiko.com</a>
|
108 |
+
]]></label>
|
109 |
<show_in_default>1</show_in_default>
|
110 |
<show_in_website>1</show_in_website>
|
111 |
+
<show_in_store>1</show_in_store>
|
112 |
<frontend_input>button</frontend_input>
|
113 |
<sort_order>8</sort_order>
|
114 |
<frontend_model>connectedstore/button</frontend_model>
|
package.xml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>ICS_Connector</name><version>1.3.
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>ICS_Connector</name><version>1.3.2</version><stability>stable</stability><license>MPL</license><channel>community</channel><extends></extends><summary>The Magento Connector developed alongside Intuiko for Connected Store is a two-way connector.</summary><description>The Magento Connector developed alongside Intuiko for Connected Store is a two-way connector.&#xD;Intuiko has developed a module that allows you to manage carts and wishlists from a Magento webiste which uses the Intuiko for Connected Store API.&#xD;</description><notes>Version 1.3.2.</notes><authors><author><name>Intuiko</name><user>Intuiko</user><email>support.ics@intuiko.com</email></author></authors><date>2014-12-02</date><time>6:01:01</time><compatible></compatible><dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Intuiko_All.xml" hash="335ba38d9a767e0cb30c0dc69067652d"/></dir></dir><dir name="code"><dir name="local"><dir name="Intuiko"><dir name="ConnectedStore"><file name="Exception.php" hash="ff373acc5dbd57184595ed7ef2c99426"/><dir name="controllers"><file name="PingController.php" hash="d6fe17473922d65b49a9928a7a299d70"/></dir><dir name="Model"><file name="Bag.php" hash="4eee9a59f438c978e4457d895dd7df5c"/><file name="Cart.php" hash="ecc51597ff0558aae69d70195b033414"/><file name="Customer.php" hash="3338d954f9b67eaacc5d6d50c4d3bb03"/><file name="Entities.php" hash="2e7973982f97c7996219f247106e4665"/><file name="MergeMethods.php" hash="a56c244e7320557556ddf3d445f2ccc9"/><file name="Messages.php" hash="cec65dce8066fb0a16d7bc06585b269e"/><file name="Observer.php" hash="4e33b2276335b21e2331fb74b45acdf1"/><file name="Order.php" hash="758d1c4dcc51e773d05a67f9b2dc06ce"/><file name="Wishlist.php" hash="9475611fc24b04a4ae02d7cdf7083195"/><dir name="Resource"><file name="ICSResource.php" hash="df0d7c0cac29dfb09fa68ac4c055fed5"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="08bc5ce6d52b3d3dff3d00dc5e5e3b9d"/><file name="config.xml" hash="14bcbc37a35e49e8d4c98ded0a9459b8"/><file name="system.xml" hash="91b4c1d28353715777f320a389a2defd"/></dir><dir name="Helper"><file name="ICSHelper.php" hash="e22435138ab252ab6cb9e033b8f82562"/><file name="ICSTwitterHelper.php" hash="e0b970d299200a0987b853a6f7120d5c"/></dir><dir name="Block"><file name="Button.php" hash="b266514f04677886a8b23a3311338570"/></dir><dir name="Logger"><file name="ICSLogger.php" hash="8cf2fc0098040f94c5fdd158be269497"/></dir></dir></dir></dir></dir></dir></target></contents></package>
|