Version Notes
Homepage is the main visual part of any website. It's very important to show some meaningful
Download this release
Release Info
Developer | Etatvasoft |
Extension | Etatvasoft_5_In_one_catalog |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
app/code/local/Tatva/Catalogextensions/Model/source/type/type.php
DELETED
@@ -1,30 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Tatva_Catalogextensions_Model_Source_type_type
|
4 |
-
{
|
5 |
-
public function toOptionArray()
|
6 |
-
{
|
7 |
-
$color = array(
|
8 |
-
'Default News' => Mage::helper('catalogextensions')->__('Default News'),
|
9 |
-
'Recently Added' => Mage::helper('catalogextensions')->__('Recently Added'),
|
10 |
-
);
|
11 |
-
|
12 |
-
/* $styles = array(
|
13 |
-
'trans' => Mage::helper('googlecheckout')->__('Transparent'),
|
14 |
-
'white' => Mage::helper('googlecheckout')->__('White Background'),
|
15 |
-
); */
|
16 |
-
|
17 |
-
$options = array();
|
18 |
-
foreach ($color as $color => $colorLabel) {
|
19 |
-
|
20 |
-
$options[] = array(
|
21 |
-
'value' => $color ,
|
22 |
-
'label' => $colorLabel
|
23 |
-
);
|
24 |
-
|
25 |
-
}
|
26 |
-
|
27 |
-
return $options;
|
28 |
-
}
|
29 |
-
}
|
30 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/Tatva/Catalogextensions/etc/config.xml
CHANGED
@@ -138,10 +138,10 @@
|
|
138 |
<title>New Products</title>
|
139 |
<type>Recently Added</type>
|
140 |
</config4>
|
141 |
-
|
142 |
<active>0</active>
|
143 |
<title>All Products</title>
|
144 |
-
</config5
|
145 |
</catalogextensions>
|
146 |
</default>
|
147 |
</config>
|
138 |
<title>New Products</title>
|
139 |
<type>Recently Added</type>
|
140 |
</config4>
|
141 |
+
<!--<config5>
|
142 |
<active>0</active>
|
143 |
<title>All Products</title>
|
144 |
+
</config5>-->
|
145 |
</catalogextensions>
|
146 |
</default>
|
147 |
</config>
|
app/code/local/Tatva/Catalogextensions/etc/system.xml
CHANGED
@@ -159,18 +159,9 @@
|
|
159 |
<show_in_website>1</show_in_website>
|
160 |
<show_in_store>1</show_in_store>
|
161 |
</title>
|
162 |
-
<type translate="label" module="catalogextensions">
|
163 |
-
<label>Products Display according To</label>
|
164 |
-
<frontend_type>select</frontend_type>
|
165 |
-
<source_model>catalogextensions/source_type_type</source_model>
|
166 |
-
<sort_order>40</sort_order>
|
167 |
-
<show_in_default>1</show_in_default>
|
168 |
-
<show_in_website>1</show_in_website>
|
169 |
-
<show_in_store>1</show_in_store>
|
170 |
-
</type>
|
171 |
</fields>
|
172 |
</config4>
|
173 |
-
|
174 |
<label>All Product Configuration</label>
|
175 |
<frontend_type>text</frontend_type>
|
176 |
<sort_order>50</sort_order>
|
@@ -196,7 +187,7 @@
|
|
196 |
<show_in_store>1</show_in_store>
|
197 |
</title>
|
198 |
</fields>
|
199 |
-
</config5>
|
200 |
</groups>
|
201 |
</catalogextensions>
|
202 |
</sections>
|
159 |
<show_in_website>1</show_in_website>
|
160 |
<show_in_store>1</show_in_store>
|
161 |
</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
</fields>
|
163 |
</config4>
|
164 |
+
<!--<config5 translate="label" module="catalogextensions">
|
165 |
<label>All Product Configuration</label>
|
166 |
<frontend_type>text</frontend_type>
|
167 |
<sort_order>50</sort_order>
|
187 |
<show_in_store>1</show_in_store>
|
188 |
</title>
|
189 |
</fields>
|
190 |
+
</config5> -->
|
191 |
</groups>
|
192 |
</catalogextensions>
|
193 |
</sections>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Etatvasoft_5_In_one_catalog</name>
|
4 |
-
<version>1.1.
|
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>Homepage is the main visual part of any website. It's very important to show some meaningful </description>
|
11 |
<notes>Homepage is the main visual part of any website. It's very important to show some meaningful </notes>
|
12 |
<authors><author><name>Etatvasoft</name><user>Etatvasoft</user><email>etatvasoft.magentodevelopment@gmail.com</email></author></authors>
|
13 |
-
<date>2013-01-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Tatva"><dir name="Catalogextensions"><dir name="Block"><dir name="Allproducts"><file name="List.php" hash="23bb783bec9a95377cf7d7bfeebc82e5"/></dir><dir name="Bestsellers"><dir name="Home"><file name="List.php" hash="2ca6ba90bc5f94b767208e9744f2378d"/></dir><file name="List.php" hash="fd407b80b108662fbf3455551f500fd9"/></dir><file name="Catalogextensions.php" hash="c8db46ed313124e15f4547cd23481805"/><dir name="Featured"><dir name="Home"><file name="List.php" hash="821b6fd6ef9beabddb9c74d1d1da26cd"/></dir><file name="List.php" hash="216bff6d57edeb08ec1fbe113f171b61"/></dir><dir name="Mostviewed"><dir name="Home"><file name="List.php" hash="acae4de506c8c106912fc1bbdedd6be0"/></dir><file name="List.php" hash="0b107893f3ac3b0b41308a2a115bb8fd"/></dir><dir name="Newproduct"><dir name="Home"><file name="List.php" hash="70c924b48b0e44ab31864c8e48e74249"/></dir><file name="List.php" hash="0188e508a974371f9448fb048ccad2e0"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b611bd4cc8fcfbb18474ae0f7abbb92f"/></dir><dir name="Model"><file name="Catalogextensions.php" hash="d13d2010207ce2a98c7aa4d105ab0c89"/><dir name="Mysql4"><dir name="Catalogextensions"><file name="Collection.php" hash="78c860170f8a69d2853dd244d30c3086"/></dir><file name="Catalogextensions.php" hash="19ccf69401d4e2f68c84a99b1fa12e02"/></dir><file name="Status.php" hash="0544078ffbda9356571152f217b4728c"
|
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>Etatvasoft_5_In_one_catalog</name>
|
4 |
+
<version>1.1.2</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>Homepage is the main visual part of any website. It's very important to show some meaningful </description>
|
11 |
<notes>Homepage is the main visual part of any website. It's very important to show some meaningful </notes>
|
12 |
<authors><author><name>Etatvasoft</name><user>Etatvasoft</user><email>etatvasoft.magentodevelopment@gmail.com</email></author></authors>
|
13 |
+
<date>2013-01-28</date>
|
14 |
+
<time>12:03:15</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Tatva"><dir name="Catalogextensions"><dir name="Block"><dir name="Allproducts"><file name="List.php" hash="23bb783bec9a95377cf7d7bfeebc82e5"/></dir><dir name="Bestsellers"><dir name="Home"><file name="List.php" hash="2ca6ba90bc5f94b767208e9744f2378d"/></dir><file name="List.php" hash="fd407b80b108662fbf3455551f500fd9"/></dir><file name="Catalogextensions.php" hash="c8db46ed313124e15f4547cd23481805"/><dir name="Featured"><dir name="Home"><file name="List.php" hash="821b6fd6ef9beabddb9c74d1d1da26cd"/></dir><file name="List.php" hash="216bff6d57edeb08ec1fbe113f171b61"/></dir><dir name="Mostviewed"><dir name="Home"><file name="List.php" hash="acae4de506c8c106912fc1bbdedd6be0"/></dir><file name="List.php" hash="0b107893f3ac3b0b41308a2a115bb8fd"/></dir><dir name="Newproduct"><dir name="Home"><file name="List.php" hash="70c924b48b0e44ab31864c8e48e74249"/></dir><file name="List.php" hash="0188e508a974371f9448fb048ccad2e0"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b611bd4cc8fcfbb18474ae0f7abbb92f"/></dir><dir name="Model"><file name="Catalogextensions.php" hash="d13d2010207ce2a98c7aa4d105ab0c89"/><dir name="Mysql4"><dir name="Catalogextensions"><file name="Collection.php" hash="78c860170f8a69d2853dd244d30c3086"/></dir><file name="Catalogextensions.php" hash="19ccf69401d4e2f68c84a99b1fa12e02"/></dir><file name="Status.php" hash="0544078ffbda9356571152f217b4728c"/></dir><dir name="controllers"><file name="IndexController.php" hash="b10d74d4a21ebec92111f44ae9831479"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d049baa4bd9d3ea71f2ea01176344c74"/><file name="config.xml" hash="2241b10e1afed7d78ee5403d0104210b"/><file name="system.xml" hash="752c8f31fc64363f9e51fae3bb700619"/></dir><dir name="sql"><dir name="catalogextensions_setup"><file name="mysql4-install-0.1.0.php" hash="da1797c1b3d77ae8a140dfd894f139bb"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><dir name="catalogextensions"><file name="catalogextensions.xml" hash="1140caf53549f4c14b5ff7827a11e581"/></dir></dir><dir name="template"><dir name="catalogextensions"><file name="home_bestsellers.phtml" hash="00b1bee017c65cc07356a701c7106e07"/><file name="home_featured.phtml" hash="e49cbba85123819faf8ff2c74caf5c79"/><file name="home_mostviewed.phtml" hash="f78e5f182364572b476b5ecce2f2b9b4"/><file name="home_newproduct.phtml" hash="153840870c297ca89e6a1c12e73f93be"/><file name="newrecent.phtml" hash="d240f7053fcea8dbda5b51ffd85d0eae"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tatva_Catalogextensions.xml" hash="e750c8253d16f81be8b9b71ae69d70be"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="catalogextensions"><file name="catalogextensions.css" hash="80504e8af7b1ee6dafcec2c6ce35823d"/></dir></dir><dir name="images"><dir name="catalogextensions"><file name="greyboxbg.gif" hash="0276e336f4103bc5b76aa923490cc556"/><file name="verticledivider.jpg" hash="c43a4c3be49fae4c2b3b2f4081237dbd"/></dir></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>
|