Version Notes
Improved Documentation on the configuration screens
Download this release
Release Info
| Developer | Gareth Price |
| Extension | Clearandfizzy_Essentials |
| Version | 1.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Clearandfizzy/Essentials/ABOUT.html
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<p>Sometimes you just need to output raw content without all the wrappers Magento places around your Page Content or Static Blocks. But still Manage this within Magento.
|
| 2 |
+
|
| 3 |
+
<h2>Key Features</h2>
|
| 4 |
+
<p>
|
| 5 |
+
<strong>*</strong> Manage - Keep all you raw content within Magento using it's custom management screen.<br />
|
| 6 |
+
<strong>*</strong> Content-types - Set your own content type, want to output XML data -- no problem!<br />
|
| 7 |
+
<strong>*</strong> CMS Pages - Your raw content is included via a Magento Widget using the stand Magento Pages screens.<br />
|
| 8 |
+
<strong>*</strong> CMS Pages - By using Magento's CMS Pages you have access to Magentos MultiStore URLs and everything that goes with.<br />
|
| 9 |
+
</p>
|
| 10 |
+
|
| 11 |
+
<h2>Support and Guarantee</h2>
|
| 12 |
+
<p>This is a FREE plugin and comes with limited email support.</p>
|
| 13 |
+
<p>Please note that this extension is provided as is. It is recommended to always backup your installation prior to use.</p>
|
app/code/community/Clearandfizzy/Essentials/README.txt
CHANGED
|
@@ -1,21 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
<h2>Key Features</h2>
|
| 5 |
-
<p>
|
| 6 |
-
<strong>*</strong> Category Manager - Adds an "Edit Product" link to the Adds an "Edit Product" link to Catalog > Manage Categories > Category Products grid.<br />
|
| 7 |
-
<strong>*</strong> Newsletter Form - Hide the Newsletter form from the left, right or footer.<br />
|
| 8 |
-
<strong>*</strong> Quick Search - Hide the quicksearch form from the header.<br />
|
| 9 |
-
<strong>*</strong> Toplinks - Hide "My Account" link from the toplinks.<br />
|
| 10 |
-
<strong>*</strong> Toplinks - Hide "Register" link from the toplinks.<br />
|
| 11 |
-
<strong>*</strong> Toplinks - Hide "Log In" link from the toplinks.<br />
|
| 12 |
-
<strong>*</strong> Toplinks - Hide "Wishlist" link from the toplinks.<br />
|
| 13 |
-
<strong>*</strong> Poll - Hide the Poll.<br />
|
| 14 |
-
<strong>*</strong> Callouts - Hide the Callout images.<br />
|
| 15 |
-
<strong>*</strong> Developer Tools - Output the Layout stack directly on the page or as a hidden html comment.<br />
|
| 16 |
-
</p>
|
| 17 |
-
|
| 18 |
-
<h2>Support and Guarantee</h2>
|
| 19 |
-
<p>This is a FREE plugin and comes with limited email support.</p>
|
| 20 |
-
|
| 21 |
-
|
| 1 |
+
ABOUT
|
| 2 |
+
--
|
| 3 |
+
A collection of essential developer features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Clearandfizzy/Essentials/etc/config.xml
CHANGED
|
@@ -17,7 +17,6 @@
|
|
| 17 |
* @description This file configures the Clearandfizzy tab and any default menus in the magento admin
|
| 18 |
*/
|
| 19 |
-->
|
| 20 |
-
|
| 21 |
<config>
|
| 22 |
|
| 23 |
<modules>
|
|
@@ -39,15 +38,13 @@
|
|
| 39 |
<class>Clearandfizzy_Essentials_Helper</class>
|
| 40 |
</clearandfizzy_essentials>
|
| 41 |
</helpers>
|
| 42 |
-
|
| 43 |
-
|
| 44 |
<models>
|
| 45 |
<clearandfizzy_essentials>
|
| 46 |
<class>Clearandfizzy_Essentials_Model</class>
|
| 47 |
</clearandfizzy_essentials>
|
| 48 |
</models>
|
| 49 |
|
| 50 |
-
|
| 51 |
</global>
|
| 52 |
|
| 53 |
<adminhtml>
|
|
@@ -64,14 +61,15 @@
|
|
| 64 |
|
| 65 |
<layout>
|
| 66 |
<updates>
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
| 70 |
</updates>
|
| 71 |
</layout>
|
| 72 |
</adminhtml>
|
| 73 |
|
| 74 |
-
|
| 75 |
<frontend>
|
| 76 |
<layout>
|
| 77 |
<updates>
|
| 17 |
* @description This file configures the Clearandfizzy tab and any default menus in the magento admin
|
| 18 |
*/
|
| 19 |
-->
|
|
|
|
| 20 |
<config>
|
| 21 |
|
| 22 |
<modules>
|
| 38 |
<class>Clearandfizzy_Essentials_Helper</class>
|
| 39 |
</clearandfizzy_essentials>
|
| 40 |
</helpers>
|
| 41 |
+
|
|
|
|
| 42 |
<models>
|
| 43 |
<clearandfizzy_essentials>
|
| 44 |
<class>Clearandfizzy_Essentials_Model</class>
|
| 45 |
</clearandfizzy_essentials>
|
| 46 |
</models>
|
| 47 |
|
|
|
|
| 48 |
</global>
|
| 49 |
|
| 50 |
<adminhtml>
|
| 61 |
|
| 62 |
<layout>
|
| 63 |
<updates>
|
| 64 |
+
|
| 65 |
+
<clearandfizzy_essentials_layoutstack module="Clearandfizzy_Essentials">
|
| 66 |
+
<file>clearandfizzy/essentials/stacklayout.xml</file>
|
| 67 |
+
</clearandfizzy_essentials_layoutstack>
|
| 68 |
+
|
| 69 |
</updates>
|
| 70 |
</layout>
|
| 71 |
</adminhtml>
|
| 72 |
|
|
|
|
| 73 |
<frontend>
|
| 74 |
<layout>
|
| 75 |
<updates>
|
app/code/community/Clearandfizzy/Essentials/etc/system.xml
CHANGED
|
@@ -49,7 +49,34 @@
|
|
| 49 |
<show_in_default>1</show_in_default>
|
| 50 |
<show_in_website>1</show_in_website>
|
| 51 |
<show_in_store>1</show_in_store>
|
| 52 |
-
<comment><![CDATA[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
<expanded>1</expanded>
|
| 54 |
</essentials_about>
|
| 55 |
|
|
@@ -61,6 +88,8 @@
|
|
| 61 |
<show_in_website>1</show_in_website>
|
| 62 |
<show_in_store>1</show_in_store>
|
| 63 |
<expanded>1</expanded>
|
|
|
|
|
|
|
| 64 |
|
| 65 |
<fields>
|
| 66 |
<isenabled>
|
|
@@ -76,86 +105,79 @@
|
|
| 76 |
</fields>
|
| 77 |
|
| 78 |
</categoryproducttab>
|
| 79 |
-
|
| 80 |
-
<
|
| 81 |
-
<label>
|
| 82 |
<frontend_type>text</frontend_type>
|
| 83 |
<sort_order>20</sort_order>
|
| 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 |
<expanded>1</expanded>
|
|
|
|
| 88 |
|
| 89 |
<fields>
|
| 90 |
-
<
|
| 91 |
-
<label>
|
| 92 |
<frontend_type>select</frontend_type>
|
| 93 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 94 |
-
<comment>
|
| 95 |
<sort_order>1</sort_order>
|
| 96 |
<show_in_default>1</show_in_default>
|
| 97 |
<show_in_website>1</show_in_website>
|
| 98 |
<show_in_store>1</show_in_store>
|
| 99 |
-
</
|
| 100 |
|
| 101 |
-
<
|
| 102 |
-
|
|
|
|
| 103 |
<frontend_type>select</frontend_type>
|
| 104 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 105 |
-
<comment>
|
| 106 |
-
<sort_order>
|
| 107 |
<show_in_default>1</show_in_default>
|
| 108 |
<show_in_website>1</show_in_website>
|
| 109 |
<show_in_store>1</show_in_store>
|
| 110 |
-
</
|
| 111 |
|
| 112 |
-
<
|
| 113 |
-
|
|
|
|
| 114 |
<frontend_type>select</frontend_type>
|
| 115 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 116 |
-
<comment>
|
| 117 |
-
<sort_order>
|
| 118 |
<show_in_default>1</show_in_default>
|
| 119 |
<show_in_website>1</show_in_website>
|
| 120 |
<show_in_store>1</show_in_store>
|
| 121 |
-
</
|
| 122 |
-
|
| 123 |
-
</fields>
|
| 124 |
-
|
| 125 |
-
</newsletter>
|
| 126 |
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
<sort_order>30</sort_order>
|
| 131 |
-
<show_in_default>1</show_in_default>
|
| 132 |
-
<show_in_website>1</show_in_website>
|
| 133 |
-
<show_in_store>1</show_in_store>
|
| 134 |
-
<expanded>1</expanded>
|
| 135 |
-
|
| 136 |
-
<fields>
|
| 137 |
-
<ishidden>
|
| 138 |
-
<label>Hide Quicksearch</label>
|
| 139 |
<frontend_type>select</frontend_type>
|
| 140 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 141 |
-
<comment>
|
| 142 |
-
<sort_order>
|
| 143 |
<show_in_default>1</show_in_default>
|
| 144 |
<show_in_website>1</show_in_website>
|
| 145 |
<show_in_store>1</show_in_store>
|
| 146 |
-
</
|
|
|
|
| 147 |
</fields>
|
| 148 |
|
| 149 |
-
</
|
| 150 |
|
| 151 |
<toplinks translate="label">
|
| 152 |
<label>Top links</label>
|
| 153 |
<frontend_type>text</frontend_type>
|
| 154 |
-
<sort_order>
|
| 155 |
<show_in_default>1</show_in_default>
|
| 156 |
<show_in_website>1</show_in_website>
|
| 157 |
<show_in_store>1</show_in_store>
|
| 158 |
<expanded>1</expanded>
|
|
|
|
|
|
|
| 159 |
|
| 160 |
<fields>
|
| 161 |
<toplinks_ishidden>
|
|
@@ -217,118 +239,133 @@
|
|
| 217 |
<show_in_store>1</show_in_store>
|
| 218 |
</wishlists_ishidden>
|
| 219 |
|
| 220 |
-
</fields>
|
| 221 |
-
|
| 222 |
</toplinks>
|
| 223 |
|
| 224 |
-
<
|
| 225 |
-
<label>
|
| 226 |
<frontend_type>text</frontend_type>
|
| 227 |
-
<sort_order>
|
| 228 |
<show_in_default>1</show_in_default>
|
| 229 |
<show_in_website>1</show_in_website>
|
| 230 |
<show_in_store>1</show_in_store>
|
| 231 |
<expanded>1</expanded>
|
| 232 |
-
|
|
|
|
| 233 |
<fields>
|
| 234 |
-
<
|
| 235 |
-
<label>Hide
|
| 236 |
<frontend_type>select</frontend_type>
|
| 237 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 238 |
-
<comment>
|
| 239 |
<sort_order>1</sort_order>
|
| 240 |
<show_in_default>1</show_in_default>
|
| 241 |
<show_in_website>1</show_in_website>
|
| 242 |
<show_in_store>1</show_in_store>
|
| 243 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 244 |
</fields>
|
| 245 |
|
| 246 |
-
</
|
| 247 |
|
| 248 |
-
<
|
| 249 |
-
<label>
|
| 250 |
<frontend_type>text</frontend_type>
|
| 251 |
-
<sort_order>
|
| 252 |
<show_in_default>1</show_in_default>
|
| 253 |
<show_in_website>1</show_in_website>
|
| 254 |
<show_in_store>1</show_in_store>
|
| 255 |
<expanded>1</expanded>
|
| 256 |
-
|
|
|
|
| 257 |
<fields>
|
| 258 |
-
<
|
| 259 |
-
<label>Hide
|
| 260 |
<frontend_type>select</frontend_type>
|
| 261 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 262 |
-
<comment>Hides the
|
| 263 |
<sort_order>1</sort_order>
|
| 264 |
<show_in_default>1</show_in_default>
|
| 265 |
<show_in_website>1</show_in_website>
|
| 266 |
<show_in_store>1</show_in_store>
|
| 267 |
-
</
|
| 268 |
</fields>
|
| 269 |
|
| 270 |
-
</
|
| 271 |
|
| 272 |
-
|
| 273 |
-
|
|
|
|
| 274 |
<frontend_type>text</frontend_type>
|
| 275 |
-
<sort_order>
|
| 276 |
<show_in_default>1</show_in_default>
|
| 277 |
<show_in_website>1</show_in_website>
|
| 278 |
<show_in_store>1</show_in_store>
|
| 279 |
<expanded>1</expanded>
|
|
|
|
| 280 |
|
| 281 |
<fields>
|
| 282 |
-
<
|
| 283 |
-
<label>
|
| 284 |
<frontend_type>select</frontend_type>
|
| 285 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 286 |
-
<comment>
|
| 287 |
<sort_order>1</sort_order>
|
| 288 |
<show_in_default>1</show_in_default>
|
| 289 |
<show_in_website>1</show_in_website>
|
| 290 |
<show_in_store>1</show_in_store>
|
| 291 |
-
</
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
<label>Output as hidden HTML comment</label>
|
| 296 |
-
<frontend_type>select</frontend_type>
|
| 297 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 298 |
-
<comment>Outputs layout stack as a HTML comment inside head tags</comment>
|
| 299 |
-
<sort_order>20</sort_order>
|
| 300 |
-
<show_in_default>1</show_in_default>
|
| 301 |
-
<show_in_website>1</show_in_website>
|
| 302 |
-
<show_in_store>1</show_in_store>
|
| 303 |
-
</layoutstack_output_comment>
|
| 304 |
-
|
| 305 |
-
<layoutstack_output_html>
|
| 306 |
-
<depends><layoutstack_enabled>1</layoutstack_enabled></depends>
|
| 307 |
-
<label>Output at bottom of page </label>
|
| 308 |
-
<frontend_type>select</frontend_type>
|
| 309 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 310 |
-
<comment>The stack will be directly onto the bottom of the page</comment>
|
| 311 |
-
<sort_order>30</sort_order>
|
| 312 |
-
<show_in_default>1</show_in_default>
|
| 313 |
-
<show_in_website>1</show_in_website>
|
| 314 |
-
<show_in_store>1</show_in_store>
|
| 315 |
-
</layoutstack_output_html>
|
| 316 |
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 320 |
<frontend_type>select</frontend_type>
|
| 321 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 322 |
-
<comment>
|
| 323 |
-
<sort_order>
|
| 324 |
<show_in_default>1</show_in_default>
|
| 325 |
<show_in_website>1</show_in_website>
|
| 326 |
<show_in_store>1</show_in_store>
|
| 327 |
-
</
|
| 328 |
-
|
| 329 |
</fields>
|
| 330 |
|
| 331 |
-
</
|
|
|
|
| 332 |
|
| 333 |
</groups>
|
| 334 |
|
| 49 |
<show_in_default>1</show_in_default>
|
| 50 |
<show_in_website>1</show_in_website>
|
| 51 |
<show_in_store>1</show_in_store>
|
| 52 |
+
<comment><![CDATA[
|
| 53 |
+
<ol>
|
| 54 |
+
<li><h3>About</h3></li>
|
| 55 |
+
<li>A time saving collection of small extensions, features and developer tools for your Magento install.</li>
|
| 56 |
+
<li> </li>
|
| 57 |
+
</ol>
|
| 58 |
+
<ol>
|
| 59 |
+
<li><h3>Key Features</h3></li>
|
| 60 |
+
<li>Add a Edit Product link to the Category Manager Screen</li>
|
| 61 |
+
<li>Developer Tools will output the current Magento Layout stack (see which Handles are actually being executed) - configure it's output.</li>
|
| 62 |
+
<li>Configure the Links in the TopLinks block.</li>
|
| 63 |
+
<li>Show / Hide the Newsletter block.</li>
|
| 64 |
+
<li>Show / Hide quick search block.</li>
|
| 65 |
+
<li>Show / Hide the Magento Poll.</li>
|
| 66 |
+
<li> </li>
|
| 67 |
+
</ol>
|
| 68 |
+
|
| 69 |
+
<ol>
|
| 70 |
+
<li><h3>Compatibility</h3>
|
| 71 |
+
<li>This extension has been tested against the default Magento Install and the default theme.</li>
|
| 72 |
+
<li> </li>
|
| 73 |
+
</ol>
|
| 74 |
+
|
| 75 |
+
<ol>
|
| 76 |
+
<li><h3>Support</h3>
|
| 77 |
+
<li>Magento Support Page Q&A's / FAQ - <a target="_blank" style="color:blue;" href="http://www.magentocommerce.com/magento-connect/clearandfizzy-essentials.html">http://www.magentocommerce.com/magento-connect/clearandfizzy-essentials.html</a></li>
|
| 78 |
+
</ol>
|
| 79 |
+
]]></comment>
|
| 80 |
<expanded>1</expanded>
|
| 81 |
</essentials_about>
|
| 82 |
|
| 88 |
<show_in_website>1</show_in_website>
|
| 89 |
<show_in_store>1</show_in_store>
|
| 90 |
<expanded>1</expanded>
|
| 91 |
+
<comment><![CDATA[<p>Extends the default Magento Category manager to have a quick link to products that are assigned to a specific category.</p>]]></comment>
|
| 92 |
+
|
| 93 |
|
| 94 |
<fields>
|
| 95 |
<isenabled>
|
| 105 |
</fields>
|
| 106 |
|
| 107 |
</categoryproducttab>
|
| 108 |
+
|
| 109 |
+
<developertools translate="label">
|
| 110 |
+
<label>Developer Tools</label>
|
| 111 |
<frontend_type>text</frontend_type>
|
| 112 |
<sort_order>20</sort_order>
|
| 113 |
<show_in_default>1</show_in_default>
|
| 114 |
<show_in_website>1</show_in_website>
|
| 115 |
<show_in_store>1</show_in_store>
|
| 116 |
<expanded>1</expanded>
|
| 117 |
+
<comment><![CDATA[<p>Outputs the layout handle array, on both the frontend and backend - a developer can use this to help develop layout based extensions.</p>]]></comment>
|
| 118 |
|
| 119 |
<fields>
|
| 120 |
+
<layoutstack_enabled>
|
| 121 |
+
<label>Layout Stack enabled</label>
|
| 122 |
<frontend_type>select</frontend_type>
|
| 123 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 124 |
+
<comment>Outputs Magentos layout stack for the current page </comment>
|
| 125 |
<sort_order>1</sort_order>
|
| 126 |
<show_in_default>1</show_in_default>
|
| 127 |
<show_in_website>1</show_in_website>
|
| 128 |
<show_in_store>1</show_in_store>
|
| 129 |
+
</layoutstack_enabled>
|
| 130 |
|
| 131 |
+
<layoutstack_output_comment>
|
| 132 |
+
<depends><layoutstack_enabled>1</layoutstack_enabled></depends>
|
| 133 |
+
<label>Output as hidden HTML comment</label>
|
| 134 |
<frontend_type>select</frontend_type>
|
| 135 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 136 |
+
<comment>Outputs layout stack as a HTML comment inside head tags</comment>
|
| 137 |
+
<sort_order>20</sort_order>
|
| 138 |
<show_in_default>1</show_in_default>
|
| 139 |
<show_in_website>1</show_in_website>
|
| 140 |
<show_in_store>1</show_in_store>
|
| 141 |
+
</layoutstack_output_comment>
|
| 142 |
|
| 143 |
+
<layoutstack_output_html>
|
| 144 |
+
<depends><layoutstack_enabled>1</layoutstack_enabled></depends>
|
| 145 |
+
<label>Output at bottom of page </label>
|
| 146 |
<frontend_type>select</frontend_type>
|
| 147 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 148 |
+
<comment>The stack will be directly onto the bottom of the page</comment>
|
| 149 |
+
<sort_order>30</sort_order>
|
| 150 |
<show_in_default>1</show_in_default>
|
| 151 |
<show_in_website>1</show_in_website>
|
| 152 |
<show_in_store>1</show_in_store>
|
| 153 |
+
</layoutstack_output_html>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
|
| 155 |
+
<layoutstack_output_float>
|
| 156 |
+
<depends><layoutstack_enabled>1</layoutstack_enabled></depends>
|
| 157 |
+
<label>Output as floating div</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
<frontend_type>select</frontend_type>
|
| 159 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 160 |
+
<comment>A small "+" character will be displayed at the bottom of the page, clicking it will reveal output.</comment>
|
| 161 |
+
<sort_order>40</sort_order>
|
| 162 |
<show_in_default>1</show_in_default>
|
| 163 |
<show_in_website>1</show_in_website>
|
| 164 |
<show_in_store>1</show_in_store>
|
| 165 |
+
</layoutstack_output_float>
|
| 166 |
+
|
| 167 |
</fields>
|
| 168 |
|
| 169 |
+
</developertools>
|
| 170 |
|
| 171 |
<toplinks translate="label">
|
| 172 |
<label>Top links</label>
|
| 173 |
<frontend_type>text</frontend_type>
|
| 174 |
+
<sort_order>30</sort_order>
|
| 175 |
<show_in_default>1</show_in_default>
|
| 176 |
<show_in_website>1</show_in_website>
|
| 177 |
<show_in_store>1</show_in_store>
|
| 178 |
<expanded>1</expanded>
|
| 179 |
+
<comment><![CDATA[<p>Allows you to configure which links appear in the toplinks section inside the header of the defauly Magento layout.</p>]]></comment>
|
| 180 |
+
|
| 181 |
|
| 182 |
<fields>
|
| 183 |
<toplinks_ishidden>
|
| 239 |
<show_in_store>1</show_in_store>
|
| 240 |
</wishlists_ishidden>
|
| 241 |
|
| 242 |
+
</fields>
|
|
|
|
| 243 |
</toplinks>
|
| 244 |
|
| 245 |
+
<newsletter translate="label">
|
| 246 |
+
<label>Newsletter Signup Form</label>
|
| 247 |
<frontend_type>text</frontend_type>
|
| 248 |
+
<sort_order>40</sort_order>
|
| 249 |
<show_in_default>1</show_in_default>
|
| 250 |
<show_in_website>1</show_in_website>
|
| 251 |
<show_in_store>1</show_in_store>
|
| 252 |
<expanded>1</expanded>
|
| 253 |
+
<comment><![CDATA[<p>Removes the Newsletter form from the default Magento layout.</p>]]></comment>
|
| 254 |
+
|
| 255 |
<fields>
|
| 256 |
+
<footer_ishidden>
|
| 257 |
+
<label>Hide (Footer)</label>
|
| 258 |
<frontend_type>select</frontend_type>
|
| 259 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 260 |
+
<comment>Hide the Newsletter block from the footer</comment>
|
| 261 |
<sort_order>1</sort_order>
|
| 262 |
<show_in_default>1</show_in_default>
|
| 263 |
<show_in_website>1</show_in_website>
|
| 264 |
<show_in_store>1</show_in_store>
|
| 265 |
+
</footer_ishidden>
|
| 266 |
+
|
| 267 |
+
<left_ishidden>
|
| 268 |
+
<label>Hide (Left Column)</label>
|
| 269 |
+
<frontend_type>select</frontend_type>
|
| 270 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 271 |
+
<comment>Hide the Newsletter block from the left column</comment>
|
| 272 |
+
<sort_order>1</sort_order>
|
| 273 |
+
<show_in_default>1</show_in_default>
|
| 274 |
+
<show_in_website>1</show_in_website>
|
| 275 |
+
<show_in_store>1</show_in_store>
|
| 276 |
+
</left_ishidden>
|
| 277 |
+
|
| 278 |
+
<right_ishidden>
|
| 279 |
+
<label>Hide (Right Column)</label>
|
| 280 |
+
<frontend_type>select</frontend_type>
|
| 281 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 282 |
+
<comment>Hide the Newsletter block from the right column</comment>
|
| 283 |
+
<sort_order>1</sort_order>
|
| 284 |
+
<show_in_default>1</show_in_default>
|
| 285 |
+
<show_in_website>1</show_in_website>
|
| 286 |
+
<show_in_store>1</show_in_store>
|
| 287 |
+
</right_ishidden>
|
| 288 |
+
|
| 289 |
</fields>
|
| 290 |
|
| 291 |
+
</newsletter>
|
| 292 |
|
| 293 |
+
<quicksearch translate="label">
|
| 294 |
+
<label>Quick Search</label>
|
| 295 |
<frontend_type>text</frontend_type>
|
| 296 |
+
<sort_order>50</sort_order>
|
| 297 |
<show_in_default>1</show_in_default>
|
| 298 |
<show_in_website>1</show_in_website>
|
| 299 |
<show_in_store>1</show_in_store>
|
| 300 |
<expanded>1</expanded>
|
| 301 |
+
<comment><![CDATA[<p>Hides the Quicksearch from the header of the default Magento layout.</p>]]></comment>
|
| 302 |
+
|
| 303 |
<fields>
|
| 304 |
+
<ishidden>
|
| 305 |
+
<label>Hide Quicksearch</label>
|
| 306 |
<frontend_type>select</frontend_type>
|
| 307 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 308 |
+
<comment>Hides the quicksearch box in the header</comment>
|
| 309 |
<sort_order>1</sort_order>
|
| 310 |
<show_in_default>1</show_in_default>
|
| 311 |
<show_in_website>1</show_in_website>
|
| 312 |
<show_in_store>1</show_in_store>
|
| 313 |
+
</ishidden>
|
| 314 |
</fields>
|
| 315 |
|
| 316 |
+
</quicksearch>
|
| 317 |
|
| 318 |
+
|
| 319 |
+
<poll translate="label">
|
| 320 |
+
<label>Poll</label>
|
| 321 |
<frontend_type>text</frontend_type>
|
| 322 |
+
<sort_order>60</sort_order>
|
| 323 |
<show_in_default>1</show_in_default>
|
| 324 |
<show_in_website>1</show_in_website>
|
| 325 |
<show_in_store>1</show_in_store>
|
| 326 |
<expanded>1</expanded>
|
| 327 |
+
<comment><![CDATA[<p>Hides the poll on the default Magento layout.</p>]]></comment>
|
| 328 |
|
| 329 |
<fields>
|
| 330 |
+
<ishidden>
|
| 331 |
+
<label>Hide Poll</label>
|
| 332 |
<frontend_type>select</frontend_type>
|
| 333 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 334 |
+
<comment>Hides the Poll box in the right column</comment>
|
| 335 |
<sort_order>1</sort_order>
|
| 336 |
<show_in_default>1</show_in_default>
|
| 337 |
<show_in_website>1</show_in_website>
|
| 338 |
<show_in_store>1</show_in_store>
|
| 339 |
+
</ishidden>
|
| 340 |
+
</fields>
|
| 341 |
+
|
| 342 |
+
</poll>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 343 |
|
| 344 |
+
<callouts translate="label">
|
| 345 |
+
<label>Callouts</label>
|
| 346 |
+
<frontend_type>text</frontend_type>
|
| 347 |
+
<sort_order>70</sort_order>
|
| 348 |
+
<show_in_default>1</show_in_default>
|
| 349 |
+
<show_in_website>1</show_in_website>
|
| 350 |
+
<show_in_store>1</show_in_store>
|
| 351 |
+
<expanded>1</expanded>
|
| 352 |
+
<comment><![CDATA[<p>Hides the adverts on the default Magento layout.</p>]]></comment>
|
| 353 |
+
|
| 354 |
+
<fields>
|
| 355 |
+
<right_ishidden>
|
| 356 |
+
<label>Hide Right Callout (advert)</label>
|
| 357 |
<frontend_type>select</frontend_type>
|
| 358 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 359 |
+
<comment>Hides the the advert in the right column</comment>
|
| 360 |
+
<sort_order>1</sort_order>
|
| 361 |
<show_in_default>1</show_in_default>
|
| 362 |
<show_in_website>1</show_in_website>
|
| 363 |
<show_in_store>1</show_in_store>
|
| 364 |
+
</right_ishidden>
|
|
|
|
| 365 |
</fields>
|
| 366 |
|
| 367 |
+
</callouts>
|
| 368 |
+
|
| 369 |
|
| 370 |
</groups>
|
| 371 |
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Clearandfizzy_Essentials</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.clearandfizzy.com/reducedcheckout-pro/licence.txt">Clearandfizzy Licence</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Time saving collection of small extensions, features and developer tools for your Magento stack.</summary>
|
| 10 |
<description>As a developer / contractor with multiple clients I'm often asked to do the same task more than once. Here is a time saving collection of small extensions, features and developer tools for your Magento stack.</description>
|
| 11 |
-
<notes>
|
| 12 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>support@clearandfizzy.com</email></author></authors>
|
| 13 |
-
<date>
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Essentials"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Tab"><file name="Product.php" hash="51f0b28d781873e9d1292c3d4bd16eb3"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Config.php" hash="ad72780d0a86156197aa7787a0c31dea"/><file name="Data.php" hash="73b9ee106ffe2327c4994e1e610e81e3"/></dir><dir name="Model"><dir name="Observers"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><file name="Tabs.php" hash="54b4c58f211da5020d278a58d8498b99"/></dir></dir></dir></dir></dir><file name="README.txt" hash="
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Clearandfizzy_Essentials</name>
|
| 4 |
+
<version>1.0.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://www.clearandfizzy.com/reducedcheckout-pro/licence.txt">Clearandfizzy Licence</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Time saving collection of small extensions, features and developer tools for your Magento stack.</summary>
|
| 10 |
<description>As a developer / contractor with multiple clients I'm often asked to do the same task more than once. Here is a time saving collection of small extensions, features and developer tools for your Magento stack.</description>
|
| 11 |
+
<notes>Improved Documentation on the configuration screens</notes>
|
| 12 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>support@clearandfizzy.com</email></author></authors>
|
| 13 |
+
<date>2015-02-25</date>
|
| 14 |
+
<time>14:08:43</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Essentials"><file name="ABOUT.html" hash="accd5efc9d920c260f1a043ea7c3efbf"/><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Tab"><file name="Product.php" hash="51f0b28d781873e9d1292c3d4bd16eb3"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Config.php" hash="ad72780d0a86156197aa7787a0c31dea"/><file name="Data.php" hash="73b9ee106ffe2327c4994e1e610e81e3"/></dir><dir name="Model"><dir name="Observers"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><file name="Tabs.php" hash="54b4c58f211da5020d278a58d8498b99"/></dir></dir></dir></dir></dir><file name="README.txt" hash="383472ff78bb591cdc3b72138a7eaaa2"/><dir name="etc"><file name="adminhtml.xml" hash="5e9b1681c2374d9b7f507e4f863c333e"/><file name="config.xml" hash="ee3eca254f07dcd5fb623123e3f06cff"/><file name="system.xml" hash="7d555f54e826e95543f680ee3a4496df"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="clearandfizzy"><dir name="essentials"><file name="callouts.xml" hash="cdb922c8f75a29be4ee6f983cb574dc2"/><file name="newsletter.xml" hash="3869301377d5204b483bbb7c6f94d51c"/><file name="poll.xml" hash="b0a9f89b9ebed29e84659afd87656ac5"/><file name="quicksearch.xml" hash="521494a14e2b3f1299f1acd284b2f47b"/><file name="stacklayout.xml" hash="e04c34295f8722e0c478ef09be8f7590"/><file name="toplinks.xml" hash="1a6a254a50eb6ef9c110fb03adca30b0"/></dir></dir></dir><dir name="template"><dir name="clearandfizzy"><dir name="essentials"><dir name="layoutstack"><file name="comment.phtml" hash="735ed75753dd1feb6c6f60f184fa2e57"/><dir name="html"><file name="float.phtml" hash="b57fc156b1c9d45b4755e47ceaafabc7"/></dir><file name="html.phtml" hash="ebbf4a4b67f1683897768a7f7d7c7fa3"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Clearandfizzy_Essentials.xml" hash="701bb000fa4cdcfaf6b5909e08f3fe66"/></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
