Version Notes
keine / none
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Mxperts_NoRegion |
| Version | 1.1.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.1 to 1.1.2
- app/code/local/Mxperts/NoRegion/Block/Customer/Edit/Renderer/Region.php +1 -1
- app/code/local/Mxperts/NoRegion/Block/Customer/Edit/Tab/Addresses.php +1 -1
- app/code/local/Mxperts/NoRegion/Block/Customer/Grid.php +1 -1
- app/code/local/Mxperts/NoRegion/Helper/Data.php +1 -1
- app/code/local/Mxperts/NoRegion/Model/Address.php +1 -1
- app/code/local/Mxperts/NoRegion/Model/Quote/Address.php +1 -1
- app/code/local/Mxperts/NoRegion/etc/config.xml +2 -2
- app/code/local/Mxperts/NoRegion/etc/system.xml +1 -1
- app/design/frontend/default/default/layout/noregion.xml +1 -1
- app/design/frontend/default/default/template/developertoolbar/toolbar.phtml +0 -92
- app/design/frontend/default/default/template/noregion/checkout/onepage/billing.phtml +1 -1
- app/design/frontend/default/default/template/noregion/checkout/onepage/shipping.phtml +1 -1
- app/design/frontend/default/default/template/noregion/customer/address/edit.phtml +1 -1
- package.xml +4 -4
app/code/local/Mxperts/NoRegion/Block/Customer/Edit/Renderer/Region.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/code/local/Mxperts/NoRegion/Block/Customer/Edit/Tab/Addresses.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/code/local/Mxperts/NoRegion/Block/Customer/Grid.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/code/local/Mxperts/NoRegion/Helper/Data.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/code/local/Mxperts/NoRegion/Model/Address.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/code/local/Mxperts/NoRegion/Model/Quote/Address.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/code/local/Mxperts/NoRegion/etc/config.xml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
<config>
|
| 13 |
<modules>
|
| 14 |
<Mxperts_NoRegion>
|
| 15 |
-
<version>1.1.
|
| 16 |
<depends>
|
| 17 |
<Mage_Adminhtml />
|
| 18 |
<Mage_Customer />
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 12 |
<config>
|
| 13 |
<modules>
|
| 14 |
<Mxperts_NoRegion>
|
| 15 |
+
<version>1.1.2</version>
|
| 16 |
<depends>
|
| 17 |
<Mage_Adminhtml />
|
| 18 |
<Mage_Customer />
|
app/code/local/Mxperts/NoRegion/etc/system.xml
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package Mxperts_NoRegion
|
| 6 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 8 |
-
* @version 1.1.
|
| 9 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 11 |
*/
|
| 5 |
* @package Mxperts_NoRegion
|
| 6 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 8 |
+
* @version 1.1.2
|
| 9 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 11 |
*/
|
app/design/frontend/default/default/layout/noregion.xml
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package Mxperts_NoRegion
|
| 6 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 8 |
-
* @version 1.1.
|
| 9 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 11 |
*/
|
| 5 |
* @package Mxperts_NoRegion
|
| 6 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 8 |
+
* @version 1.1.2
|
| 9 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 11 |
*/
|
app/design/frontend/default/default/template/developertoolbar/toolbar.phtml
DELETED
|
@@ -1,92 +0,0 @@
|
|
| 1 |
-
<?php if(Mage::getStoreConfig('dev/developertoolbar/enabled')): ?>
|
| 2 |
-
<style>
|
| 3 |
-
.developertoolbar {
|
| 4 |
-
position: fixed;
|
| 5 |
-
left: 0px;
|
| 6 |
-
bottom: 0px;
|
| 7 |
-
width: 100%;
|
| 8 |
-
text-align: center;
|
| 9 |
-
background: #0A263C;
|
| 10 |
-
border-top: 1px solid #415966;
|
| 11 |
-
z-index: 10000;
|
| 12 |
-
}
|
| 13 |
-
.developertoolbar a {
|
| 14 |
-
color: #FF822F;
|
| 15 |
-
font-weight:bold;
|
| 16 |
-
font-size:11px;
|
| 17 |
-
text-decoration: none;
|
| 18 |
-
padding-left: 8px;
|
| 19 |
-
padding-right: 8px;
|
| 20 |
-
}
|
| 21 |
-
|
| 22 |
-
.developertoolbar a:hover {
|
| 23 |
-
color: #A7C6DD;
|
| 24 |
-
}
|
| 25 |
-
|
| 26 |
-
.developertoolbar .bar_name {
|
| 27 |
-
color: #D96708;
|
| 28 |
-
font-size: 10px;
|
| 29 |
-
font-weight:bold;
|
| 30 |
-
float: left;
|
| 31 |
-
cursor:pointer;
|
| 32 |
-
padding-left: 3px;
|
| 33 |
-
}
|
| 34 |
-
|
| 35 |
-
.developertoolbar .hide_me {
|
| 36 |
-
color: #D96708;
|
| 37 |
-
font-size: 9px;
|
| 38 |
-
font-weight:bold;
|
| 39 |
-
padding-right: 3px;
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
.developertoolbar .seperate {
|
| 43 |
-
width: 1px;
|
| 44 |
-
border-right: 1px solid #415966;
|
| 45 |
-
}
|
| 46 |
-
|
| 47 |
-
.developertoolbar .disabled {
|
| 48 |
-
color: #666;
|
| 49 |
-
}
|
| 50 |
-
</style>
|
| 51 |
-
|
| 52 |
-
<script language="javascript">
|
| 53 |
-
function hide_developer_toolbar(){
|
| 54 |
-
if (document.getElementById('bar_content').style.display == 'none') {
|
| 55 |
-
document.getElementById('bar_content').style.display = "inline";
|
| 56 |
-
document.getElementById('developertoolbar').style.width = "100%";
|
| 57 |
-
} else {
|
| 58 |
-
document.getElementById('bar_content').style.display = "none";
|
| 59 |
-
document.getElementById('developertoolbar').style.width = "100px";
|
| 60 |
-
}
|
| 61 |
-
}
|
| 62 |
-
</script>
|
| 63 |
-
<div class="developertoolbar" id="developertoolbar">
|
| 64 |
-
<a href="" onclick="hide_developer_toolbar(); return false;"><span class="bar_name">Developer Toolbar</span></a>
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
<span id="bar_content">
|
| 68 |
-
<a <?php if (Mage::getStoreConfig('dev/debug/template_hints') != '1') echo ' class="disabled "'; ?> href="<?php echo $this->getUrl('developertoolbar/index/hints/enabled/'.(Mage::getStoreConfig('dev/debug/template_hints')!='1'?1:0).'/type/front') ?>">Frontend Hints</a>
|
| 69 |
-
|
| 70 |
-
<span class="seperate"></span>
|
| 71 |
-
<a <?php if (Mage::getStoreConfig('dev/debug/template_hints', 0) != '1') echo ' class="disabled "'; ?> href="<?php echo $this->getUrl('developertoolbar/index/hints/enabled/'.(Mage::getStoreConfig('dev/debug/template_hints', 0)!='1'?1:0).'/type/back') ?>">Backend Hints</a>
|
| 72 |
-
|
| 73 |
-
<span class="seperate"></span>
|
| 74 |
-
<a <?php if (Mage::getStoreConfig('dev/log/active') != '1') echo ' class="disabled "'; ?> href="<?php echo $this->getUrl('developertoolbar/index/log/enabled/'.(Mage::getStoreConfig('dev/log/active')!='1'?1:0)) ?>">Logs</a>
|
| 75 |
-
|
| 76 |
-
<span class="seperate"></span>
|
| 77 |
-
<a <?php if (Mage::getStoreConfig('dev/js/merge_files') != '1') echo ' class="disabled "'; ?> href="<?php echo $this->getUrl('developertoolbar/index/js/enabled/'.(Mage::getStoreConfig('dev/js/merge_files')!='1'?1:0)) ?>">Merge JS</a>
|
| 78 |
-
|
| 79 |
-
<span class="seperate"></span>
|
| 80 |
-
<a <?php if (Mage::getStoreConfig('web/url/use_store') != '1') echo ' class="disabled "'; ?> href="<?php echo $this->getUrl('developertoolbar/index/url/enabled/'.(Mage::getStoreConfig('web/url/use_store')!='1'?1:0)) ?>">Store Code in Urls</a>
|
| 81 |
-
|
| 82 |
-
<span class="seperate"></span>
|
| 83 |
-
<a <?php if (Mage::getStoreConfig('web/seo/use_rewrites') != '1') echo ' class="disabled "'; ?> href="<?php echo $this->getUrl('developertoolbar/index/seo/enabled/'.(Mage::getStoreConfig('web/seo/use_rewrites')!='1'?1:0)) ?>">SEO Rewrites</a>
|
| 84 |
-
|
| 85 |
-
<span class="seperate"></span>
|
| 86 |
-
<a <?php if (Mage::getStoreConfig('dev/translate_inline/active') != '1') echo ' class="disabled "'; ?> href="<?php echo $this->getUrl('developertoolbar/index/translate/enabled/'.(Mage::getStoreConfig('dev/translate_inline/active')!='1'?1:0)) ?>">Translate Inline</a>
|
| 87 |
-
|
| 88 |
-
<span class="seperate"></span>
|
| 89 |
-
<a style="color:#FF0000;" href="<?php echo $this->getUrl('developertoolbar/index/cache/') ?>">Clean & Disable All Cache</a>
|
| 90 |
-
</span>
|
| 91 |
-
</div>
|
| 92 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/default/default/template/noregion/checkout/onepage/billing.phtml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/design/frontend/default/default/template/noregion/checkout/onepage/shipping.phtml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
app/design/frontend/default/default/template/noregion/customer/address/edit.phtml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
-
* @version 1.1.
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
| 4 |
* @package Mxperts_NoRegion
|
| 5 |
* @authors TMEDIA cross communications <info@tmedia.de>, Johannes Teitge <teitge@tmedia.de>, Igor Jankovic <jankovic@tmedia.de>, Daniel Sasse <info@golox-web.de>
|
| 6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/>
|
| 7 |
+
* @version 1.1.2
|
| 8 |
* @copyright TMEDIA cross communications, Doris Teitge-Seifert
|
| 9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 10 |
*/
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Mxperts_NoRegion</name>
|
| 4 |
-
<version>1.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>OSL</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -16,9 +16,9 @@ DE_AT_CH
|
|
| 16 |
Versteckt das Feld Bundesland / Kanton im Shop-Frontend + Backend. Der Kunde hat keine Möglichkeit dieses Feld im Checkout, Multishipping Checkout und im Benutzerkonto zu sehen oder entsprechende Daten zu editieren.</description>
|
| 17 |
<notes>keine / none</notes>
|
| 18 |
<authors><author><name>Johannes Teitge</name><user>auto-converted</user><email>teitge@tmedia.de</email></author><author><name>Daniel Sasse</name><user>auto-converted</user><email>info@golox-web.de</email></author></authors>
|
| 19 |
-
<date>2011-
|
| 20 |
-
<time>
|
| 21 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Mxperts_NoRegion.xml" hash="f9f52307b6775dc2182f844cb4acebd2"/></dir></target><target name="magelocal"><dir name="Mxperts"><dir name="NoRegion"><dir name="Block"><dir name="Customer"><dir name="Edit"><dir name="Renderer"><file name="Region.php" hash="
|
| 22 |
<compatible/>
|
| 23 |
<dependencies/>
|
| 24 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Mxperts_NoRegion</name>
|
| 4 |
+
<version>1.1.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>OSL</license>
|
| 7 |
<channel>community</channel>
|
| 16 |
Versteckt das Feld Bundesland / Kanton im Shop-Frontend + Backend. Der Kunde hat keine Möglichkeit dieses Feld im Checkout, Multishipping Checkout und im Benutzerkonto zu sehen oder entsprechende Daten zu editieren.</description>
|
| 17 |
<notes>keine / none</notes>
|
| 18 |
<authors><author><name>Johannes Teitge</name><user>auto-converted</user><email>teitge@tmedia.de</email></author><author><name>Daniel Sasse</name><user>auto-converted</user><email>info@golox-web.de</email></author></authors>
|
| 19 |
+
<date>2011-04-28</date>
|
| 20 |
+
<time>08:41:50</time>
|
| 21 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Mxperts_NoRegion.xml" hash="f9f52307b6775dc2182f844cb4acebd2"/></dir></target><target name="magelocal"><dir name="Mxperts"><dir name="NoRegion"><dir name="Block"><dir name="Customer"><dir name="Edit"><dir name="Renderer"><file name="Region.php" hash="70b92b2ec44c8f47d63d9e9ca247e0b8"/></dir><dir name="Tab"><file name="Addresses.php" hash="e09a580ba4d8d37a2544cbbfcc695106"/></dir></dir><file name="Grid.php" hash="9016c7182381a1c0b6a1359ede975395"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b02574c324b37fd924115b63e88934dd"/></dir><dir name="Model"><dir name="Quote"><file name="Address.php" hash="2cf4e5599b28139c3a5d4e611a6e9bb6"/></dir><file name="Address.php" hash="4bc95e5773efe82d2ddaddca02f2b244"/></dir><dir name="etc"><file name="config.xml" hash="fdea35b86de7e48bcfec92b2ba00b091"/><file name="system.xml" hash="5cecf967fdcf7a009ee03e223a0291ca"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="noregion.xml" hash="191dafa45adfc11ec7e91c6cb7ed207b"/></dir><dir name="template"><dir name="noregion"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="b2d2dced6f9bf35fef766e5ed09efcea"/><file name="shipping.phtml" hash="267085a5c72c5a68761f1672261d3c36"/></dir></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="ca2a7fbd6b7f15943f20c559c1d141e6"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
| 22 |
<compatible/>
|
| 23 |
<dependencies/>
|
| 24 |
</package>
|
