Version Notes
Support 1.5.0.0 & later
Download this release
Release Info
Developer | Ying Qi |
Extension | Cohesionet_ShopConnect |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 2.0.0
- app/code/community/Cohesionet/ShopConnect/Helper/Data.php +1 -1
- app/code/community/Cohesionet/ShopConnect/Helper/Price.php +1 -1
- app/code/community/Cohesionet/ShopConnect/etc/adminhtml.xml +1 -1
- app/code/community/Cohesionet/ShopConnect/etc/config.xml +2 -2
- app/code/community/Cohesionet/ShopConnect/etc/system.xml +3 -3
- app/design/frontend/base/default/layout/cohesionet.xml +2 -2
- package.xml +4 -4
app/code/community/Cohesionet/ShopConnect/Helper/Data.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Cohesionet
|
22 |
* @package Cohesionet_ShopConnect
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Cohesionet
|
22 |
* @package Cohesionet_ShopConnect
|
23 |
+
* @copyright Copyright (c) 2015 Cohesionet (http://www.cohesionet.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Cohesionet/ShopConnect/Helper/Price.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Cohesionet
|
22 |
* @package Cohesionet_ShopConnect
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Cohesionet
|
22 |
* @package Cohesionet_ShopConnect
|
23 |
+
* @copyright Copyright (c) 2015 Cohesionet Solutions Ltd (http://www.cohesionet.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/community/Cohesionet/ShopConnect/etc/adminhtml.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
+
* @copyright Copyright (c) 2015 Cohesionet (http://www.cohesionet.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
app/code/community/Cohesionet/ShopConnect/etc/config.xml
CHANGED
@@ -21,14 +21,14 @@
|
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Cohesionet_ShopConnect>
|
31 |
-
<version>
|
32 |
</Cohesionet_ShopConnect>
|
33 |
</modules>
|
34 |
<global>
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
+
* @copyright Copyright (c) 2015 Cohesionet (http://www.cohesionet.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Cohesionet_ShopConnect>
|
31 |
+
<version>2.0.0</version>
|
32 |
</Cohesionet_ShopConnect>
|
33 |
</modules>
|
34 |
<global>
|
app/code/community/Cohesionet/ShopConnect/etc/system.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
@@ -63,9 +63,9 @@
|
|
63 |
</enabled>
|
64 |
<account translate="label">
|
65 |
<label>Account ID</label>
|
66 |
-
<comment><![CDATA[If you do not have an store account ID, please click <a href='https://www.cohesionet.com/web
|
67 |
<p>If you already registered your store, following the following steps to find your store account ID
|
68 |
-
<ul> <li>Click <a href="https://www.cohesionet.com" target="_blank">Cohesionet Buddy Shopping Home</a></li> <li>Use your store adminstrator account login</li> <li>Click the top-left corner button</li> <li>Switch to seller</li> <li>Click your store name </li> <li>In the store management menu, click store setting. You should be able to find your store accountID</li><ul></p>
|
69 |
]]></comment>
|
70 |
<frontend_type>text</frontend_type>
|
71 |
<backend_model>cohesionet_shopConnect/config_account</backend_model>
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
+
* @copyright Copyright (c) 2015 Cohesionet (http://www.cohesionet.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
63 |
</enabled>
|
64 |
<account translate="label">
|
65 |
<label>Account ID</label>
|
66 |
+
<comment><![CDATA[If you do not have an store account ID, please click <a href='https://www.cohesionet.com/web/ui/actor/widgets?co_uiRole=register&co_hostID=magento' target="_blank"> registration </a> to register your store and get your store account ID,
|
67 |
<p>If you already registered your store, following the following steps to find your store account ID
|
68 |
+
<ul> <li>Click <a href="https://www.cohesionet.com/web/ui/actor/widgets" target="_blank">Cohesionet Buddy Shopping Home</a></li> <li>Use your store adminstrator account login</li> <li>Click the top-left corner button</li> <li>Switch to seller</li> <li>Click your store name </li> <li>In the store management menu, click store setting. You should be able to find your store accountID</li><ul></p>
|
69 |
]]></comment>
|
70 |
<frontend_type>text</frontend_type>
|
71 |
<backend_model>cohesionet_shopConnect/config_account</backend_model>
|
app/design/frontend/base/default/layout/cohesionet.xml
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
28 |
-
<layout version="
|
29 |
|
30 |
<!-- Store wide blocks -->
|
31 |
<default>
|
21 |
*
|
22 |
* @category Cohesionet
|
23 |
* @package Cohesionet_ShopConnect
|
24 |
+
* @copyright Copyright (c) 2015 Cohesionet (http://www.cohesionet.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
-->
|
28 |
+
<layout version="2.0.0">
|
29 |
|
30 |
<!-- Store wide blocks -->
|
31 |
<default>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cohesionet_ShopConnect</name>
|
4 |
-
<version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>eCommerce widgets that connect people for shopping together and offer built-in sales support, instant and effective</description>
|
11 |
<notes>Support 1.5.0.0 & later</notes>
|
12 |
<authors><author><name>Ying Qi</name><user>cohesionet</user><email>contact@cohesionet.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="."><dir name="Cohesionet"><dir name="ShopConnect"><dir name="Block"><file name="Embed.php" hash="40d25533f9d57f0b7bf0d2212ad0ffe3"/><file name="Product.php" hash="9c6253bf07f085f3fb1b1460e06ce457"/></dir><dir name="Helper"><file name="Data.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.4.8</min><max>5.6.9</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cohesionet_ShopConnect</name>
|
4 |
+
<version>2.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>eCommerce widgets that connect people for shopping together and offer built-in sales support, instant and effective</description>
|
11 |
<notes>Support 1.5.0.0 & later</notes>
|
12 |
<authors><author><name>Ying Qi</name><user>cohesionet</user><email>contact@cohesionet.com</email></author></authors>
|
13 |
+
<date>2015-10-24</date>
|
14 |
+
<time>04:01:02</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="."><dir name="Cohesionet"><dir name="ShopConnect"><dir name="Block"><file name="Embed.php" hash="40d25533f9d57f0b7bf0d2212ad0ffe3"/><file name="Product.php" hash="9c6253bf07f085f3fb1b1460e06ce457"/></dir><dir name="Helper"><file name="Data.php" hash="559151a36bb1ebdf1a1ca49c0a755685"/><file name="Price.php" hash="83b294f6f63012e5e0a2b39b3a332e78"/></dir><dir name="Model"><dir name="Config"><file name="Account.php" hash="b5fcad8eb15dd55e1f368ea79e09219d"/><file name="Enabled.php" hash="291e6fcd5ff732ccf4aa81c67e21ad88"/></dir><dir name="Resource"><file name="Setup.php" hash="9c6c731829d315ce9dccf3c751305338"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="115ffd18e20da74a43cda8cb3060595a"/><file name="config.xml" hash="f041de2982538cf3945d9218e62faa60"/><file name="system.xml" hash="c7fba7aa0a4bc55c5c444a0bb7f61d03"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="."><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="cohesionet"><file name="embed.phtml" hash="b4cd850b7c216df34e2c7f48d143565b"/><file name="product.phtml" hash="3db15b0a6f1fb72068eb1cf4de31be4d"/></dir></dir><dir name="layout"><file name="cohesionet.xml" hash="f426b6ff78d0570e5361000d5f937079"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="."><dir name="modules"><file name="Cohesionet_ShopConnect.xml" hash="a1bde50148d25ce029733dc3695a9be2"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.4.8</min><max>5.6.9</max></php></required></dependencies>
|
18 |
</package>
|