Version Notes
After installation of the Megamenu plug-in, please clear the cache.
Download this release
Release Info
Developer | Cybage Software Pvt. Ltd. |
Extension | Cybage_Megamenu |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Catalog/Category/Checkboxes/Tree.php +10 -0
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Category.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Content.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Form.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Tab/Content.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Tab/Form.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Tabs.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Grid.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Promo/Widget/Chooser/Sku.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Adminhtml/System/Config/Form/Field/Colorpicker.php +8 -9
- app/code/community/Cybage/Megamenu/Block/Html/Topmenu.php +8 -8
- app/code/community/Cybage/Megamenu/Block/Megamenu.php +8 -9
- app/code/community/Cybage/Megamenu/Helper/Data.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Adminhtml/Source/Columnsize.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Adminhtml/Source/Contentsize.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Adminhtml/Source/Fontsize.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Attributes.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Megamenu.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Menuattributes.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Menuattributevalues.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Menutemplate.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Menutype.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Observer.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Attributes.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Attributes/Collection.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Resource/Megamenu.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Menuattributes.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Menuattributes/Collection.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Menuattributevalues.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Menuattributevalues/Collection.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Menutemplate.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Menutemplate/Collection.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Menutype.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Resource/Menutype/Collection.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Stores.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Resource/Stores/Collection.php +8 -8
- app/code/community/Cybage/Megamenu/Model/Status.php +8 -9
- app/code/community/Cybage/Megamenu/Model/Stores.php +8 -9
- app/code/community/Cybage/Megamenu/controllers/Adminhtml/MegamenuController.php +8 -9
- app/code/community/Cybage/Megamenu/controllers/Adminhtml/WidgetController.php +8 -9
- app/code/community/Cybage/Megamenu/controllers/IndexController.php +8 -8
- app/code/community/Cybage/Megamenu/data/megamenu_setup/data-install-0.1.0.php +8 -9
- app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-install-0.1.0.php +8 -9
- app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.10-0.1.11.php +8 -17
- app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.11-0.1.11.1.php +8 -17
- app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.11.3-0.1.11.4.php +8 -17
- app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.11.4-0.1.11.5.php +8 -17
- app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.9-0.1.10.php +8 -17
- package.xml +5 -5
app/code/community/Cybage/Megamenu/Block/Adminhtml/Catalog/Category/Checkboxes/Tree.php
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
class Cybage_Megamenu_Block_Adminhtml_Catalog_Category_Checkboxes_Tree extends Mage_Adminhtml_Block_Catalog_Category_Tree {
|
4 |
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
+
*/
|
12 |
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Catalog_Category_Checkboxes_Tree extends Mage_Adminhtml_Block_Catalog_Category_Tree {
|
14 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Category.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Category {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Category {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Content.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Content extends Mage_Adminhtml_Block_Widget_Form {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Content extends Mage_Adminhtml_Block_Widget_Form {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Form.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Tab/Content.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Tab_Content extends Mage_Adminhtml_Block_Widget_Form {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Tab_Content extends Mage_Adminhtml_Block_Widget_Form {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Tab/Form.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Tab_Form extends Mage_Adminhtml_Block_Widget_Form {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Tab_Form extends Mage_Adminhtml_Block_Widget_Form {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Edit/Tabs.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Grid.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/Megamenu/Promo/Widget/Chooser/Sku.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Promo_Widget_Chooser_Sku extends Mage_Adminhtml_Block_Widget_Grid {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_Megamenu_Promo_Widget_Chooser_Sku extends Mage_Adminhtml_Block_Widget_Grid {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Adminhtml/System/Config/Form/Field/Colorpicker.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Adminhtml_System_Config_Form_Field_Colorpicker extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Adminhtml_System_Config_Form_Field_Colorpicker extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
13 |
|
app/code/community/Cybage/Megamenu/Block/Html/Topmenu.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Block_Html_Topmenu extends Mage_Core_Block_Template {
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Block_Html_Topmenu extends Mage_Core_Block_Template {
|
app/code/community/Cybage/Megamenu/Block/Megamenu.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Block_Megamenu extends Mage_Core_Block_Template {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Block_Megamenu extends Mage_Core_Block_Template {
|
13 |
|
app/code/community/Cybage/Megamenu/Helper/Data.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Helper_Data extends Mage_Core_Helper_Abstract {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Helper_Data extends Mage_Core_Helper_Abstract {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Adminhtml/Source/Columnsize.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Adminhtml_Source_Columnsize {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Adminhtml_Source_Columnsize {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Adminhtml/Source/Contentsize.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Adminhtml_Source_Contentsize {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Adminhtml_Source_Contentsize {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Adminhtml/Source/Fontsize.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Adminhtml_Source_Fontsize {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Adminhtml_Source_Fontsize {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Attributes.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Attributes extends Mage_Core_Model_Abstract {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Attributes extends Mage_Core_Model_Abstract {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Megamenu.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Megamenu extends Mage_Core_Model_Abstract {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Megamenu extends Mage_Core_Model_Abstract {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Menuattributes.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Menuattributes extends Mage_Core_Model_Abstract {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Menuattributes extends Mage_Core_Model_Abstract {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Menuattributevalues.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Menuattributevalues extends Mage_Core_Model_Abstract {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Menuattributevalues extends Mage_Core_Model_Abstract {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Menutemplate.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Menutemplate extends Mage_Core_Model_Abstract {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Menutemplate extends Mage_Core_Model_Abstract {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Menutype.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Menutype extends Mage_Core_Model_Abstract {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Menutype extends Mage_Core_Model_Abstract {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Observer.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Observer {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Observer {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Resource/Attributes.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Attributes extends Mage_Core_Model_Mysql4_Abstract
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Attributes extends Mage_Core_Model_Mysql4_Abstract
|
app/code/community/Cybage/Megamenu/Model/Resource/Attributes/Collection.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Attributes_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Resource_Attributes_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
13 |
|
app/code/community/Cybage/Megamenu/Model/Resource/Megamenu.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Megamenu extends Mage_Core_Model_Mysql4_Abstract
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Megamenu extends Mage_Core_Model_Mysql4_Abstract
|
app/code/community/Cybage/Megamenu/Model/Resource/Menuattributes.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributes extends Mage_Core_Model_Mysql4_Abstract
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributes extends Mage_Core_Model_Mysql4_Abstract
|
app/code/community/Cybage/Megamenu/Model/Resource/Menuattributes/Collection.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributes_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributes_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Resource/Menuattributevalues.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributevalues extends Mage_Core_Model_Mysql4_Abstract
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributevalues extends Mage_Core_Model_Mysql4_Abstract
|
app/code/community/Cybage/Megamenu/Model/Resource/Menuattributevalues/Collection.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributevalues_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menuattributevalues_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Resource/Menutemplate.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Menutemplate extends Mage_Core_Model_Mysql4_Abstract
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Menutemplate extends Mage_Core_Model_Mysql4_Abstract
|
app/code/community/Cybage/Megamenu/Model/Resource/Menutemplate/Collection.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menutemplate_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menutemplate_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Resource/Menutype.php
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
-
|
13 |
class Cybage_Megamenu_Model_Resource_Menutype extends Mage_Core_Model_Mysql4_Abstract
|
14 |
{
|
15 |
public function _construct()
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
|
|
12 |
class Cybage_Megamenu_Model_Resource_Menutype extends Mage_Core_Model_Mysql4_Abstract
|
13 |
{
|
14 |
public function _construct()
|
app/code/community/Cybage/Megamenu/Model/Resource/Menutype/Collection.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menutype_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Menutype_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Resource/Stores.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Stores extends Mage_Core_Model_Mysql4_Abstract
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
|
13 |
class Cybage_Megamenu_Model_Resource_Stores extends Mage_Core_Model_Mysql4_Abstract
|
app/code/community/Cybage/Megamenu/Model/Resource/Stores/Collection.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Stores_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Resource_Stores_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
14 |
|
app/code/community/Cybage/Megamenu/Model/Status.php
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
*/
|
12 |
-
|
13 |
class Cybage_Megamenu_Model_Status extends Varien_Object
|
14 |
{
|
15 |
const STATUS_ENABLED = 1;
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
|
|
12 |
class Cybage_Megamenu_Model_Status extends Varien_Object
|
13 |
{
|
14 |
const STATUS_ENABLED = 1;
|
app/code/community/Cybage/Megamenu/Model/Stores.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Model_Stores extends Mage_Core_Model_Abstract {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Model_Stores extends Mage_Core_Model_Abstract {
|
13 |
|
app/code/community/Cybage/Megamenu/controllers/Adminhtml/MegamenuController.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_Adminhtml_MegamenuController extends Mage_Adminhtml_Controller_Action {
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
class Cybage_Megamenu_Adminhtml_MegamenuController extends Mage_Adminhtml_Controller_Action {
|
13 |
|
app/code/community/Cybage/Megamenu/controllers/Adminhtml/WidgetController.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
require_once(Mage::getModuleDir('controllers','Mage_Adminhtml').DS.'Promo'.DS.'WidgetController.php');
|
14 |
class Cybage_Megamenu_Adminhtml_WidgetController extends Mage_Adminhtml_Promo_WidgetController{
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
require_once(Mage::getModuleDir('controllers','Mage_Adminhtml').DS.'Promo'.DS.'WidgetController.php');
|
13 |
class Cybage_Megamenu_Adminhtml_WidgetController extends Mage_Adminhtml_Promo_WidgetController{
|
app/code/community/Cybage/Megamenu/controllers/IndexController.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
class Cybage_Megamenu_IndexController extends Mage_Core_Controller_Front_Action {
|
14 |
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Cybage Megamenu Plugin
|
5 |
+
*
|
6 |
+
* @category Megamenu Plugin
|
7 |
+
* @package Cybage_Megamenu
|
8 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
9 |
+
* http://www.cybage.com/coe/e-commerce
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @author Cybage Software Pvt. Ltd.
|
12 |
*/
|
13 |
class Cybage_Megamenu_IndexController extends Mage_Core_Controller_Front_Action {
|
14 |
|
app/code/community/Cybage/Megamenu/data/megamenu_setup/data-install-0.1.0.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
$installer = $this;
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
$installer = $this;
|
13 |
|
app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-install-0.1.0.php
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
*/
|
13 |
$installer = $this;
|
14 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
11 |
*/
|
12 |
$installer = $this;
|
13 |
|
app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.10-0.1.11.php
CHANGED
@@ -1,22 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
* To: Support_Magento@cybage.com. We will send you a copy of the source file.
|
13 |
-
*
|
14 |
-
* @category Rewardpoint Plugin
|
15 |
-
* @package Cybage_Rewardpoint
|
16 |
-
* @copyright Copyright (c) 2014 Cybage Software Pvt. Ltd., India
|
17 |
-
* http://www.cybage.com/pages/centers-of-excellence/ecommerce/ecommerce.aspx
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @author Cybage Software Pvt. Ltd. <Support_Magento@cybage.com>
|
20 |
*/
|
21 |
$installer = $this;
|
22 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
*/
|
12 |
$installer = $this;
|
13 |
|
app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.11-0.1.11.1.php
CHANGED
@@ -1,22 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
* To: Support_Magento@cybage.com. We will send you a copy of the source file.
|
13 |
-
*
|
14 |
-
* @category Rewardpoint Plugin
|
15 |
-
* @package Cybage_Rewardpoint
|
16 |
-
* @copyright Copyright (c) 2014 Cybage Software Pvt. Ltd., India
|
17 |
-
* http://www.cybage.com/pages/centers-of-excellence/ecommerce/ecommerce.aspx
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @author Cybage Software Pvt. Ltd. <Support_Magento@cybage.com>
|
20 |
*/
|
21 |
$installer = $this;
|
22 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
*/
|
12 |
$installer = $this;
|
13 |
|
app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.11.3-0.1.11.4.php
CHANGED
@@ -1,22 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
* To: Support_Magento@cybage.com. We will send you a copy of the source file.
|
13 |
-
*
|
14 |
-
* @category Rewardpoint Plugin
|
15 |
-
* @package Cybage_Rewardpoint
|
16 |
-
* @copyright Copyright (c) 2014 Cybage Software Pvt. Ltd., India
|
17 |
-
* http://www.cybage.com/pages/centers-of-excellence/ecommerce/ecommerce.aspx
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @author Cybage Software Pvt. Ltd. <Support_Magento@cybage.com>
|
20 |
*/
|
21 |
$installer = $this;
|
22 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
*/
|
12 |
$installer = $this;
|
13 |
|
app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.11.4-0.1.11.5.php
CHANGED
@@ -1,22 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
* To: Support_Magento@cybage.com. We will send you a copy of the source file.
|
13 |
-
*
|
14 |
-
* @category Rewardpoint Plugin
|
15 |
-
* @package Cybage_Rewardpoint
|
16 |
-
* @copyright Copyright (c) 2014 Cybage Software Pvt. Ltd., India
|
17 |
-
* http://www.cybage.com/pages/centers-of-excellence/ecommerce/ecommerce.aspx
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @author Cybage Software Pvt. Ltd. <Support_Magento@cybage.com>
|
20 |
*/
|
21 |
$installer = $this;
|
22 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
*/
|
12 |
$installer = $this;
|
13 |
|
app/code/community/Cybage/Megamenu/sql/megamenu_setup/mysql4-upgrade-0.1.9-0.1.10.php
CHANGED
@@ -1,22 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
* To: Support_Magento@cybage.com. We will send you a copy of the source file.
|
13 |
-
*
|
14 |
-
* @category Rewardpoint Plugin
|
15 |
-
* @package Cybage_Rewardpoint
|
16 |
-
* @copyright Copyright (c) 2014 Cybage Software Pvt. Ltd., India
|
17 |
-
* http://www.cybage.com/pages/centers-of-excellence/ecommerce/ecommerce.aspx
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @author Cybage Software Pvt. Ltd. <Support_Magento@cybage.com>
|
20 |
*/
|
21 |
$installer = $this;
|
22 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
+
* Cybage Megamenu Plugin
|
4 |
+
*
|
5 |
+
* @category Megamenu Plugin
|
6 |
+
* @package Cybage_Megamenu
|
7 |
+
* @copyright Copyright (c) 2015 Cybage Software Pvt. Ltd., India
|
8 |
+
* http://www.cybage.com/coe/e-commerce
|
9 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
+
* @author Cybage Software Pvt. Ltd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
*/
|
12 |
$installer = $this;
|
13 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cybage_Megamenu</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License</license>
|
7 |
<channel>community</channel>
|
@@ -9,10 +9,10 @@
|
|
9 |
<summary>Administrator can use the Megamenu plug-in for Navigation Menu Management at Magento store. For example, you can list category, product,contact us and link in main menu .</summary>
|
10 |
<description>Administrator can use the Megamenu plug-in for Navigation Menu Management at Magento store. For example, you can list category, product,contact us and link in main menu .</description>
|
11 |
<notes>After installation of the Megamenu plug-in, please clear the cache.</notes>
|
12 |
-
<authors><author><name>Cybage Software Pvt. Ltd.</name><user>cybage</user><email>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Cybage"><dir name="Megamenu"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Checkboxes"><file name="Tree.php" 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>Cybage_Megamenu</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Administrator can use the Megamenu plug-in for Navigation Menu Management at Magento store. For example, you can list category, product,contact us and link in main menu .</summary>
|
10 |
<description>Administrator can use the Megamenu plug-in for Navigation Menu Management at Magento store. For example, you can list category, product,contact us and link in main menu .</description>
|
11 |
<notes>After installation of the Megamenu plug-in, please clear the cache.</notes>
|
12 |
+
<authors><author><name>Cybage Software Pvt. Ltd.</name><user>cybage</user><email>support_ecom@cybage.com</email></author></authors>
|
13 |
+
<date>2015-10-23</date>
|
14 |
+
<time>13:13:33</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Cybage"><dir name="Megamenu"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Checkboxes"><file name="Tree.php" hash="77495f2e046deeb86a86a385a84df91f"/></dir></dir></dir><file name="Category.php" hash="e8414099ee2e0c4827551fad78080d4b"/><dir name="Megamenu"><dir name="Edit"><file name="Content.php" hash="14254a8ac3c6d28fb1edb01c12cd884a"/><file name="Form.php" hash="063c84d2dca85fcb2848c9ff1606e81f"/><dir name="Tab"><file name="Content.php" hash="8503ec3be96e298b778f0f6cf0c6118e"/><file name="Form.php" hash="581d18de33b8dcfe01d0128036ddf876"/></dir><file name="Tabs.php" hash="7cedab667d07c034e20a4245cf6b6999"/></dir><file name="Edit.php" hash="cd7d581c8ab223b634829ff99635c1d5"/><file name="Grid.php" hash="618b755e5609200969d636b193a54f89"/><dir name="Promo"><dir name="Widget"><dir name="Chooser"><file name="Sku.php" hash="79399b44c2826240dffb20656229b24d"/></dir></dir></dir></dir><file name="Megamenu.php" hash="faaa5b45e27f9d8870030e78d492403e"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Colorpicker.php" hash="4a79102bbf978ef47be11efb8299567d"/></dir></dir></dir></dir></dir><dir name="Html"><file name="Topmenu.php" hash="c6779e0356ac37cda51fafabfd655ed0"/></dir><file name="Megamenu.php" hash="026d59cc8a816a1e0cbd8db479126fcb"/></dir><dir name="Helper"><file name="Data.php" hash="b69eaaf9509bc5a96cb385fc088175cd"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="Source"><file name="Columnsize.php" hash="27e1e33e79b520ad0ec425ffb0e959cf"/><file name="Contentsize.php" hash="a3e434bdc410c2f6224aac5e9daaa861"/><file name="Fontsize.php" hash="3bcdac5a3ec409c6dc675a99c74920b6"/></dir></dir><file name="Attributes.php" hash="cd6ef97e593047900cd4b531a0ef0d74"/><file name="Megamenu.php" hash="434254775095645301a9c8dc5cb85c53"/><file name="Menuattributes.php" hash="81820e980d663381af8f0f83baa7b086"/><file name="Menuattributevalues.php" hash="871906098062e36024c9e2232cfd1222"/><file name="Menutemplate.php" hash="8b95e6aecbcac195de8233abe4ca506f"/><file name="Menutype.php" hash="fd12475c428e5c1658131cd452315934"/><file name="Observer.php" hash="e530f81075f17dc32a0ea7fb0b1a1a50"/><dir name="Resource"><dir name="Attributes"><file name="Collection.php" hash="5f1ec038465e5cb831f6291deef37930"/></dir><file name="Attributes.php" hash="202e3e560fdf3093c98428a3f2ddd9c6"/><dir name="Megamenu"><file name="Collection.php" hash="9afdbde6f074def8acb03b3e3c4c5002"/></dir><file name="Megamenu.php" hash="8ae42fe79876e75d0f2e540c77eafc75"/><dir name="Menuattributes"><file name="Collection.php" hash="f89c5ed3bd57ecacb67a03b4f8d73fef"/></dir><file name="Menuattributes.php" hash="a203192eed480044eaaa20d5d470e055"/><dir name="Menuattributevalues"><file name="Collection.php" hash="34141b376a2d7da969f9d53370c29875"/></dir><file name="Menuattributevalues.php" hash="7187099ee50dd83c34555b764f183b89"/><dir name="Menutemplate"><file name="Collection.php" hash="accb679bb76d44ce668579d6ef03cf1c"/></dir><file name="Menutemplate.php" hash="a14890c9468811f7bb15418e2ae07054"/><dir name="Menutype"><file name="Collection.php" hash="4f31487393acf360cfe5fae6539489f1"/></dir><file name="Menutype.php" hash="d67660685bb3101751fdfab51fda1ae6"/><dir name="Stores"><file name="Collection.php" hash="3cb3a92e3a331c21054dbc812badf984"/></dir><file name="Stores.php" hash="c7c3166db5f7943aa8a625f960f02d29"/></dir><file name="Status.php" hash="33164af2d81956f0994c1b228f953948"/><file name="Stores.php" hash="e0bb356404e6009e88f763e83ca03e64"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MegamenuController.php" hash="29bbe0ec290521579bd48007af1bc170"/><file name="WidgetController.php" hash="5c49a64f4f701f619c1266543e0943a2"/></dir><file name="IndexController.php" hash="1b9b9c5f43f132b105e7a25862071872"/></dir><dir name="data"><dir name="megamenu_setup"><file name="data-install-0.1.0.php" hash="a5291ddc195f0bc60c4f7183becf7a0f"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="58b918260fd06eeb7fbc5959efa87058"/><file name="config.xml" hash="9196e7b61fb8087d540d49c62f11bbd8"/><file name="system.xml" hash="72a978acbdeca9f6be925a9f015430b0"/></dir><dir name="sql"><dir name="megamenu_setup"><file name="mysql4-install-0.1.0.php" hash="5b2f748945eec3ac8e4aabc8a5ab5f15"/><file name="mysql4-upgrade-0.1.10-0.1.11.php" hash="be984b1cc7787b1f42f54ebcb44d9530"/><file name="mysql4-upgrade-0.1.11-0.1.11.1.php" hash="74c4892557b3b4c6f2161fb2726798e3"/><file name="mysql4-upgrade-0.1.11.3-0.1.11.4.php" hash="6ec0a2cadbaca1aa6905be250ac88592"/><file name="mysql4-upgrade-0.1.11.4-0.1.11.5.php" hash="4ad516b23a988f6e418fe558b4415297"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="b73bf67e5f2d57c7207fa8a7a84f178d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cybage_Megamenu.xml" hash="bc8d159165eb0c2e9e3e7e44790742dd"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="cybage_megamenu.xml" hash="8bdc0ba98fe1629674223fe4afb61eb3"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cybage_megamenu.xml" hash="108ea2b608a840cd055470e55fb73279"/></dir><dir name="template"><dir name="megamenu"><dir name="topmenu"><file name="anchorText.phtml" hash="90dd00ec9b0704e884de3ccb4ef33559"/><file name="categories.phtml" hash="c8f9f0f148f71426fe2f91846dec24f5"/><file name="contactus.phtml" hash="51756fe669576c569c9ef3da6e367d42"/><file name="contentText.phtml" hash="adb0f561d0fe6e2927d2b1d67c15d001"/><file name="groupMenuItems.phtml" hash="b6244eb500d46f6b74b00893c4bdcd2d"/><file name="productsListing.phtml" hash="fb517edf7c646f21d07a01dfab400fbf"/></dir><file name="topmenu.phtml" hash="52953c98bfaad30f22bf67f2f6ca45e1"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="cybage_megamenu.xml" hash="dd1d781e9330397c1a75efce18e66f93"/></dir><dir name="template"><dir name="megamenu"><dir name="topmenu"><file name="anchorText.phtml" hash="90dd00ec9b0704e884de3ccb4ef33559"/><file name="categories.phtml" hash="82acf84e3385badc15c5c6f573e5df78"/><file name="contactus.phtml" hash="2acdcc85d0b1cbf0f3dcecd742a89558"/><file name="contentText.phtml" hash="490e6dbe9ed56bb8ab8848de0f605fb6"/><file name="groupMenuItems.phtml" hash="b240729ec30f3294c092880b6915dc50"/><file name="productsListing.phtml" hash="fc86aa0d658c7e0629ee20a366e6d864"/></dir><file name="topmenu.phtml" hash="16598a9cdd6ebc12ba65726ab315dbed"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="megamenu"><dir name="systemcolorpicker"><dir name="procolor-1.0"><dir name="img"><file name="procolor_win_bars.png" hash="a8e41fdddd2253309e0b3e5154668c24"/><file name="procolor_win_bg.gif" hash="c0558cecd0e0ffb9ca89efe00f422261"/><file name="procolor_win_bg.png" hash="4e2a34cc64888fe264fcf6249dfe40da"/><file name="procolor_win_boxes.png" hash="e971c1ca87a0cb52d32408270d00a0da"/><file name="procolor_win_close.png" hash="20a8bb9433157962ab25d86d28d088a3"/><file name="procolor_win_drop.png" hash="9ddce741de330573f082ffe83005d691"/><file name="procolor_win_palette_raw.png" hash="ea98dde528e987029af6e24dbef53922"/><file name="procolor_win_sel_circle.gif" hash="3674b62db5a6eaa4dcedb0749dde4106"/><file name="procolor_win_sel_circle.png" hash="d76195d1777e9a14ebc1a242ab712037"/><file name="procolor_win_sel_rect.gif" hash="b74a72aaf1ea21d55b8751079f283537"/><file name="procolor_win_sel_rect.png" hash="5513589e2b6dc1a980a4e65a746005d0"/><file name="procolor_win_wheel_black.png" hash="62353005bb70bbfa8ffd700112d72582"/><file name="procolor_win_wheel_rgb.jpg" hash="afdd3852c3788a58794ddf1de9557fd8"/></dir><file name="procolor.compressed.js" hash="79e463efad21212e4096d40b9e17d96c"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="js"><file name="megamenu.js" hash="36130f691e5fcab76f2f82e53cce2b82"/><file name="productselect.js" hash="42f8309ec95bf9fa01437e30bcb06dd5"/></dir><dir name="megamenu"><file name="megamenu.css" hash="512fa635243798127a0e89723a2e75ec"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="megamenu.css" hash="61b33aed3a2f6167e4d374615c56fe62"/></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="css"><file name="megamenu.css" hash="4f900b0ffdad889654a525a8e68fea53"/></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>
|