Version Notes
Made compatible with Magento 1.7.x
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | xonu_sbe |
| Version | 1.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.1 to 1.0.2
- app/code/community/{xonu/sbe → Xonu/SBE}/Model/Agreement.php +1 -1
- app/code/community/{xonu/sbe → Xonu/SBE}/Model/Category.php +1 -1
- app/code/community/{xonu/sbe → Xonu/SBE}/Model/Product.php +1 -1
- app/code/community/{xonu/sbe → Xonu/SBE}/etc/config.xml +5 -5
- app/etc/modules/xonu_sbe.xml +3 -3
- package.xml +7 -7
app/code/community/{xonu/sbe → Xonu/SBE}/Model/Agreement.php
RENAMED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
* @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
|
| 19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 20 |
*/
|
| 21 |
-
class
|
| 22 |
{
|
| 23 |
/**
|
| 24 |
* Add parsing filter to agreement box content.
|
| 18 |
* @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
|
| 19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 20 |
*/
|
| 21 |
+
class Xonu_SBE_Model_Agreement extends Mage_Checkout_Model_Agreement
|
| 22 |
{
|
| 23 |
/**
|
| 24 |
* Add parsing filter to agreement box content.
|
app/code/community/{xonu/sbe → Xonu/SBE}/Model/Category.php
RENAMED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
* @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
|
| 19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 20 |
*/
|
| 21 |
-
class
|
| 22 |
{
|
| 23 |
function getDescription()
|
| 24 |
{
|
| 18 |
* @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
|
| 19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 20 |
*/
|
| 21 |
+
class Xonu_SBE_Model_Category extends Mage_Catalog_Model_Category
|
| 22 |
{
|
| 23 |
function getDescription()
|
| 24 |
{
|
app/code/community/{xonu/sbe → Xonu/SBE}/Model/Product.php
RENAMED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
* @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
|
| 19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 20 |
*/
|
| 21 |
-
class
|
| 22 |
{
|
| 23 |
function getDescription()
|
| 24 |
{
|
| 18 |
* @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
|
| 19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 20 |
*/
|
| 21 |
+
class Xonu_SBE_Model_Product extends Mage_Catalog_Model_Product
|
| 22 |
{
|
| 23 |
function getDescription()
|
| 24 |
{
|
app/code/community/{xonu/sbe → Xonu/SBE}/etc/config.xml
RENAMED
|
@@ -22,21 +22,21 @@
|
|
| 22 |
-->
|
| 23 |
<config>
|
| 24 |
<modules>
|
| 25 |
-
<
|
| 26 |
<version>1.0.1</version>
|
| 27 |
-
</
|
| 28 |
</modules>
|
| 29 |
<global>
|
| 30 |
<models>
|
| 31 |
<checkout>
|
| 32 |
<rewrite>
|
| 33 |
-
<agreement>
|
| 34 |
</rewrite>
|
| 35 |
</checkout>
|
| 36 |
<catalog>
|
| 37 |
<rewrite>
|
| 38 |
-
<category>
|
| 39 |
-
<product>
|
| 40 |
</rewrite>
|
| 41 |
</catalog>
|
| 42 |
</models>
|
| 22 |
-->
|
| 23 |
<config>
|
| 24 |
<modules>
|
| 25 |
+
<Xonu_SBE>
|
| 26 |
<version>1.0.1</version>
|
| 27 |
+
</Xonu_SBE>
|
| 28 |
</modules>
|
| 29 |
<global>
|
| 30 |
<models>
|
| 31 |
<checkout>
|
| 32 |
<rewrite>
|
| 33 |
+
<agreement>Xonu_SBE_Model_Agreement</agreement>
|
| 34 |
</rewrite>
|
| 35 |
</checkout>
|
| 36 |
<catalog>
|
| 37 |
<rewrite>
|
| 38 |
+
<category>Xonu_SBE_Model_Category</category>
|
| 39 |
+
<product>Xonu_SBE_Model_Product</product>
|
| 40 |
</rewrite>
|
| 41 |
</catalog>
|
| 42 |
</models>
|
app/etc/modules/xonu_sbe.xml
CHANGED
|
@@ -4,9 +4,9 @@
|
|
| 4 |
-->
|
| 5 |
<config>
|
| 6 |
<modules>
|
| 7 |
-
<
|
| 8 |
<active>true</active>
|
| 9 |
<codePool>community</codePool>
|
| 10 |
-
</
|
| 11 |
</modules>
|
| 12 |
-
</config>
|
| 4 |
-->
|
| 5 |
<config>
|
| 6 |
<modules>
|
| 7 |
+
<Xonu_SBE>
|
| 8 |
<active>true</active>
|
| 9 |
<codePool>community</codePool>
|
| 10 |
+
</Xonu_SBE>
|
| 11 |
</modules>
|
| 12 |
+
</config>
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>xonu_sbe</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -12,11 +12,11 @@
|
|
| 12 |
{{block type="cms/block" block_id="myblock"}}
|
| 13 |

|
| 14 |
This extension allows you to use the static blocks in Sales > Terms and conditions, in category description and product short and full description, which is not possible by default.</description>
|
| 15 |
-
<notes>
|
| 16 |
-
<authors><author><name>Pawel Kazakow</name><user>
|
| 17 |
-
<date>2012-
|
| 18 |
-
<time>
|
| 19 |
-
<contents><target name="magecommunity"><dir name="
|
| 20 |
<compatible/>
|
| 21 |
-
<dependencies
|
| 22 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>xonu_sbe</name>
|
| 4 |
+
<version>1.0.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
| 7 |
<channel>community</channel>
|
| 12 |
{{block type="cms/block" block_id="myblock"}}
|
| 13 |

|
| 14 |
This extension allows you to use the static blocks in Sales > Terms and conditions, in category description and product short and full description, which is not possible by default.</description>
|
| 15 |
+
<notes>Made compatible with Magento 1.7.x</notes>
|
| 16 |
+
<authors><author><name>Pawel Kazakow</name><user>auto-converted</user><email>support@xonu.de</email></author></authors>
|
| 17 |
+
<date>2012-10-17</date>
|
| 18 |
+
<time>07:04:37</time>
|
| 19 |
+
<contents><target name="magecommunity"><dir name="Xonu"><dir name="SBE"><dir name="Model"><file name="Agreement.php" hash="1147ee0ca25c69a5cdc84a5bd0bed5f1"/><file name="Category.php" hash="6bd5ff07473166d55904b3e9d720a74f"/><file name="Product.php" hash="3e26346886619c43a63ac8bf7145f780"/></dir><dir name="etc"><file name="config.xml" hash="578973e845feab464d59e70f6e52efb0"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="xonu_sbe.xml" hash="1b096968ec94d46a1b081e715511a0d1"/></dir></target></contents>
|
| 20 |
<compatible/>
|
| 21 |
+
<dependencies/>
|
| 22 |
</package>
|
