Version Notes
Adding sort order to assigned products
Download this release
Release Info
Developer | Magento Core Team |
Extension | Beecoder_Beeshopy |
Version | 2.4.7 |
Comparing to | |
See all releases |
Code changes from version 2.4.6 to 2.4.7
app/code/community/Beecoder/Beeshopy/Model/.Api.php.swp
ADDED
Binary file
|
app/code/community/Beecoder/Beeshopy/Model/Api.php
CHANGED
@@ -53,7 +53,7 @@ class Beecoder_Beeshopy_Model_Api extends Mage_Catalog_Model_Api_Resource
|
|
53 |
->getProductCollection()
|
54 |
->addAttributeToSelect('name')
|
55 |
->addAttributeToSelect('visibility')
|
56 |
-
->setOrder('
|
57 |
|
58 |
$result = array();
|
59 |
|
@@ -101,7 +101,7 @@ class Beecoder_Beeshopy_Model_Api extends Mage_Catalog_Model_Api_Resource
|
|
101 |
|
102 |
/* Used to know if module is installed*/
|
103 |
public function checkModule(){
|
104 |
-
return array("api_version" => '2.4.
|
105 |
|
106 |
}
|
107 |
/*Auxiliar functions*/
|
53 |
->getProductCollection()
|
54 |
->addAttributeToSelect('name')
|
55 |
->addAttributeToSelect('visibility')
|
56 |
+
->setOrder(Mage::getStoreConfig('catalog/frontend/default_sort_by'), 'asc');
|
57 |
|
58 |
$result = array();
|
59 |
|
101 |
|
102 |
/* Used to know if module is installed*/
|
103 |
public function checkModule(){
|
104 |
+
return array("api_version" => '2.4.7', "magento_version" => Mage::getVersion());
|
105 |
|
106 |
}
|
107 |
/*Auxiliar functions*/
|
app/code/community/Beecoder/Beeshopy/etc/.config.xml.swp
DELETED
Binary file
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Beecoder_Beeshopy</name>
|
4 |
-
<version>2.4.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,11 +11,11 @@ Beeshopy extension for Magento, it allows you to integrates your magento store w
|
|
11 |
<description>Custom Module that allows you to connect with beeshopy service and integrates your magento store with Facebook. 
|
12 |

|
13 |
It contains a custom API and cart processing.</description>
|
14 |
-
<notes>
|
15 |
<authors><author><name>Miguel Ángel Martínez Triviño</name><user>auto-converted</user><email>migmartri@gmail.com</email></author></authors>
|
16 |
-
<date>2011-
|
17 |
-
<time>
|
18 |
-
<contents><target name="magecommunity"><dir name="Beecoder"><dir name="Beeshopy"><dir name="Block"><file name="Track.php" hash="3be941b7a22954c26d6f6adbe0ac2ae5"/></dir><dir name="Helper"><file name="Data.php" hash="64594c0c2a597f047b972fe6f3b022a9"/></dir><dir name="Model"><file name="Api.php" hash="
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Beecoder_Beeshopy</name>
|
4 |
+
<version>2.4.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
11 |
<description>Custom Module that allows you to connect with beeshopy service and integrates your magento store with Facebook. 
|
12 |

|
13 |
It contains a custom API and cart processing.</description>
|
14 |
+
<notes>Adding sort order to assigned products</notes>
|
15 |
<authors><author><name>Miguel Ángel Martínez Triviño</name><user>auto-converted</user><email>migmartri@gmail.com</email></author></authors>
|
16 |
+
<date>2011-09-01</date>
|
17 |
+
<time>16:48:06</time>
|
18 |
+
<contents><target name="magecommunity"><dir name="Beecoder"><dir name="Beeshopy"><dir name="Block"><file name="Track.php" hash="3be941b7a22954c26d6f6adbe0ac2ae5"/></dir><dir name="Helper"><file name="Data.php" hash="64594c0c2a597f047b972fe6f3b022a9"/></dir><dir name="Model"><file name="Api.php" hash="4cf2e54d4dfbf255a75d528328589655"/><file name=".Api.php.swp" hash="b434166ad983bd2d4a2ea13bc5742535"/></dir><dir name="controllers"><file name="AdminController.php" hash="7e4bbc530fca18f4fc46412f681f47a0"/><file name="IndexController.php" hash="86932d24dc1e150480b54f0f61e7824e"/></dir><dir name="etc"><file name="api.xml" hash="507ae656ea724a77def33efd8429d674"/><file name="config.xml" hash="aa6a0a64368240aee927b985cecfbba4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Beecoder_Beeshopy.xml" hash="55666ef45f08dab44b138e49532ca3b8"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="beeshopy.xml" hash="d307958edf914638aa5cd57f8d449c46"/></dir><dir name="template"><dir name="beeshopy"><file name="track.phtml" hash="47c95001bb55042c5ae7d8ee4b03cccf"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="beeshopy.xml" hash="d307958edf914638aa5cd57f8d449c46"/></dir><dir name="template"><dir name="beeshopy"><file name="track.phtml" hash="47c95001bb55042c5ae7d8ee4b03cccf"/></dir></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|