Version Notes
- Move to single stylesheet.
- Ensure compatibility for Magento versions pre-1.5.
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Lexel_UkAddressFinder |
| Version | 0.3.1 |
| Comparing to | |
| See all releases | |
Code changes from version 0.3.0 to 0.3.1
- app/code/community/Lexel/UkAddressFinder/etc/config.xml +1 -1
- app/design/frontend/base/default/layout/addressfinder.xml +3 -3
- app/design/frontend/base/default/template/addressfinder/lookup_onepage.phtml +2 -2
- app/design/frontend/base/default/template/addressfinder/lookup_onestepcheckout.phtml +2 -2
- package.xml +9 -8
- skin/frontend/base/default/css/lexel/addressfinder/main.css +72 -0
- skin/frontend/base/default/css/lexel/addressfinder/onepage.css +0 -22
- skin/frontend/base/default/css/lexel/addressfinder/onestepcheckout.css +0 -25
app/code/community/Lexel/UkAddressFinder/etc/config.xml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
<config>
|
| 22 |
<modules>
|
| 23 |
<Lexel_UkAddressFinder>
|
| 24 |
-
<version>0.3.
|
| 25 |
</Lexel_UkAddressFinder>
|
| 26 |
</modules>
|
| 27 |
|
| 21 |
<config>
|
| 22 |
<modules>
|
| 23 |
<Lexel_UkAddressFinder>
|
| 24 |
+
<version>0.3.1</version>
|
| 25 |
</Lexel_UkAddressFinder>
|
| 26 |
</modules>
|
| 27 |
|
app/design/frontend/base/default/layout/addressfinder.xml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
-
<layout version="0.3.
|
| 3 |
<checkout_onepage_index>
|
| 4 |
<reference name="head">
|
| 5 |
<action method="addItem">
|
| 6 |
<type>skin_css</type>
|
| 7 |
-
<name>css/lexel/addressfinder/
|
| 8 |
</action>
|
| 9 |
</reference>
|
| 10 |
<reference name="content">
|
|
@@ -15,7 +15,7 @@
|
|
| 15 |
<reference name="head">
|
| 16 |
<action method="addItem">
|
| 17 |
<type>skin_css</type>
|
| 18 |
-
<name>css/lexel/addressfinder/
|
| 19 |
</action>
|
| 20 |
</reference>
|
| 21 |
<reference name="content">
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
+
<layout version="0.3.1">
|
| 3 |
<checkout_onepage_index>
|
| 4 |
<reference name="head">
|
| 5 |
<action method="addItem">
|
| 6 |
<type>skin_css</type>
|
| 7 |
+
<name>css/lexel/addressfinder/main.css</name>
|
| 8 |
</action>
|
| 9 |
</reference>
|
| 10 |
<reference name="content">
|
| 15 |
<reference name="head">
|
| 16 |
<action method="addItem">
|
| 17 |
<type>skin_css</type>
|
| 18 |
+
<name>css/lexel/addressfinder/main.css</name>
|
| 19 |
</action>
|
| 20 |
</reference>
|
| 21 |
<reference name="content">
|
app/design/frontend/base/default/template/addressfinder/lookup_onepage.phtml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
<div id="addressFinderBilling" class="addressFinder">
|
| 2 |
<div class="postcode clearfix" style="display: none;">
|
| 3 |
<label for="billing:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 4 |
<div class="input-box">
|
|
@@ -11,7 +11,7 @@
|
|
| 11 |
<div class="addressList clearfix"></div>
|
| 12 |
</div>
|
| 13 |
|
| 14 |
-
<div id="addressFinderShipping" class="addressFinder">
|
| 15 |
<div class="postcode clearfix" style="display: none;">
|
| 16 |
<label for="shipping:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 17 |
<div class="input-box">
|
| 1 |
+
<div id="addressFinderBilling" class="onePage addressFinder">
|
| 2 |
<div class="postcode clearfix" style="display: none;">
|
| 3 |
<label for="billing:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 4 |
<div class="input-box">
|
| 11 |
<div class="addressList clearfix"></div>
|
| 12 |
</div>
|
| 13 |
|
| 14 |
+
<div id="addressFinderShipping" class="onePage addressFinder">
|
| 15 |
<div class="postcode clearfix" style="display: none;">
|
| 16 |
<label for="shipping:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 17 |
<div class="input-box">
|
app/design/frontend/base/default/template/addressfinder/lookup_onestepcheckout.phtml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
<div id="addressFinderBilling" class="addressFinder">
|
| 2 |
<div class="postcode clearfix" style="display: none;">
|
| 3 |
<label for="billing:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 4 |
<div class="input-box">
|
|
@@ -11,7 +11,7 @@
|
|
| 11 |
<div class="addressList clearfix"></div>
|
| 12 |
</div>
|
| 13 |
|
| 14 |
-
<div id="addressFinderShipping" class="addressFinder">
|
| 15 |
<div class="postcode clearfix" style="display: none;">
|
| 16 |
<label for="shipping:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 17 |
<div class="input-box">
|
| 1 |
+
<div id="addressFinderBilling" class="oneStepCheckout addressFinder">
|
| 2 |
<div class="postcode clearfix" style="display: none;">
|
| 3 |
<label for="billing:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 4 |
<div class="input-box">
|
| 11 |
<div class="addressList clearfix"></div>
|
| 12 |
</div>
|
| 13 |
|
| 14 |
+
<div id="addressFinderShipping" class="oneStepCheckout addressFinder">
|
| 15 |
<div class="postcode clearfix" style="display: none;">
|
| 16 |
<label for="shipping:addressFinderPostcode"><?php echo $this->__('Address Finder') ?></label>
|
| 17 |
<div class="input-box">
|
package.xml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Lexel_UkAddressFinder</name>
|
| 4 |
-
<version>0.3.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v3.0 (OSL-3.0)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
-
<summary>UK Address Finder - Increase conversions and reduce customer keystrokes by up to 80
|
| 10 |
<description>UK Address Finder
|
| 11 |

|
| 12 |
Lexel's Postcode Address Finder will allow your customer to just enter a postcode, press "Find Address" and then have a select box with pre-selected address's that match the postcode your customer has entered.
|
|
@@ -27,11 +27,12 @@ All you need to do is install the extension and then go to System -> Configur
|
|
| 27 |
The extension is free, however credits are not free and these need to be purchased through the Lexel website.
|
| 28 |

|
| 29 |
Please note we are unable to help with custom theme support.</description>
|
| 30 |
-
<notes
|
| 31 |
-
|
| 32 |
-
<
|
| 33 |
-
<
|
| 34 |
-
<
|
|
|
|
| 35 |
<compatible/>
|
| 36 |
-
<dependencies
|
| 37 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Lexel_UkAddressFinder</name>
|
| 4 |
+
<version>0.3.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v3.0 (OSL-3.0)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
+
<summary>UK Address Finder - Increase conversions and reduce customer keystrokes by up to 80%.</summary>
|
| 10 |
<description>UK Address Finder
|
| 11 |

|
| 12 |
Lexel's Postcode Address Finder will allow your customer to just enter a postcode, press "Find Address" and then have a select box with pre-selected address's that match the postcode your customer has entered.
|
| 27 |
The extension is free, however credits are not free and these need to be purchased through the Lexel website.
|
| 28 |

|
| 29 |
Please note we are unable to help with custom theme support.</description>
|
| 30 |
+
<notes>- Move to single stylesheet.
|
| 31 |
+
- Ensure compatibility for Magento versions pre-1.5.</notes>
|
| 32 |
+
<authors><author><name>Lexel Software</name><user>auto-converted</user><email>helpdesk@lexel.co.uk</email></author><author><name>Zodiac Media</name><user>auto-converted</user><email>info@zodiacmedia.co.uk</email></author></authors>
|
| 33 |
+
<date>2013-11-15</date>
|
| 34 |
+
<time>12:25:23</time>
|
| 35 |
+
<contents><target name="magecommunity"><dir name="Lexel"><dir name="UkAddressFinder"><dir name="Helper"><file name="Data.php" hash="0af50634eb3c8f98d33d6a99a7838e35"/></dir><dir name="controllers"><file name="IndexController.php" hash="9b094b1ef16a51981878c1c85016d31c"/></dir><dir name="etc"><file name="config.xml" hash="f55d36ff49e3cf5a4529c436a9b4a28b"/><file name="system.xml" hash="eaa085b4e0b606955a7e9a2934452261"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="addressfinder.xml" hash="35aad90ea01a36e367cc53ec4d204471"/></dir><dir name="template"><dir name="addressfinder"><file name="lookup_onepage.phtml" hash="466502da23ade7573b09da636263241a"/><file name="lookup_onestepcheckout.phtml" hash="04188dad148a6568cc3f0abfe6b7457b"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Lexel_UkAddressFinder.xml" hash="9bbea2ea3a3f53770dcf3d4c15cfead6"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="lexel"><dir name="addressfinder"><file name="main.css" hash="a8270ad2d74762887b6867a4c1ba93f2"/></dir></dir></dir></dir></dir></dir></target></contents>
|
| 36 |
<compatible/>
|
| 37 |
+
<dependencies/>
|
| 38 |
</package>
|
skin/frontend/base/default/css/lexel/addressfinder/main.css
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
/**
|
| 3 |
+
* Table of Contents:
|
| 4 |
+
*
|
| 5 |
+
* 1.0 - Clearfix
|
| 6 |
+
* 2.0 - Lexel UK Address Finder
|
| 7 |
+
* 2.1 - Magento One Page Checkout
|
| 8 |
+
* 2.2 - One Step Checkout Extension
|
| 9 |
+
|
| 10 |
+
/**
|
| 11 |
+
* 1.0 Clearfix
|
| 12 |
+
* ----------------------------------------------------------------------------
|
| 13 |
+
*/
|
| 14 |
+
.clearfix {
|
| 15 |
+
display: block;
|
| 16 |
+
*zoom: 1;
|
| 17 |
+
_height: 1%;
|
| 18 |
+
}
|
| 19 |
+
.clearfix:after {
|
| 20 |
+
content: ".";
|
| 21 |
+
display: block;
|
| 22 |
+
height: 0;
|
| 23 |
+
clear: both;
|
| 24 |
+
visibility: hidden;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
/**
|
| 29 |
+
* 2.0 Lexel UK Address Finder
|
| 30 |
+
* ----------------------------------------------------------------------------
|
| 31 |
+
*/
|
| 32 |
+
.addressFinder .postcode {
|
| 33 |
+
padding-bottom: 8px;
|
| 34 |
+
}
|
| 35 |
+
.addressFinder label {
|
| 36 |
+
float: left;
|
| 37 |
+
display: none;
|
| 38 |
+
}
|
| 39 |
+
.addressFinder .input-box {
|
| 40 |
+
clear: left;
|
| 41 |
+
float: left;
|
| 42 |
+
}
|
| 43 |
+
.addressFinder button {
|
| 44 |
+
float: left;
|
| 45 |
+
padding-left: 13px;
|
| 46 |
+
}
|
| 47 |
+
.addressFinder .addressList .input-box select {
|
| 48 |
+
margin-bottom: 8px;
|
| 49 |
+
}
|
| 50 |
+
.addressFinder .addressList p {
|
| 51 |
+
padding-bottom: 8px;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
/**
|
| 56 |
+
* 2.1 Magento One Page Checkout
|
| 57 |
+
* ----------------------------------------------------------------------------
|
| 58 |
+
*/
|
| 59 |
+
.addressFinder.onePage .addressList .input-box select {
|
| 60 |
+
width: 260px;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
/**
|
| 64 |
+
* 2.2 One Step Checkout Extension
|
| 65 |
+
* ----------------------------------------------------------------------------
|
| 66 |
+
*/
|
| 67 |
+
.addressFinder.oneStepCheckout .addressList .input-box {
|
| 68 |
+
width: 100%;
|
| 69 |
+
}
|
| 70 |
+
.addressFinder.oneStepCheckout .addressList .input-box select {
|
| 71 |
+
width: 83%;
|
| 72 |
+
}
|
skin/frontend/base/default/css/lexel/addressfinder/onepage.css
DELETED
|
@@ -1,22 +0,0 @@
|
|
| 1 |
-
.addressFinder .postcode {
|
| 2 |
-
padding-bottom: 8px;
|
| 3 |
-
}
|
| 4 |
-
.addressFinder label {
|
| 5 |
-
float: left;
|
| 6 |
-
display: none;
|
| 7 |
-
}
|
| 8 |
-
.addressFinder .input-box {
|
| 9 |
-
clear: left;
|
| 10 |
-
float: left;
|
| 11 |
-
}
|
| 12 |
-
.addressFinder button {
|
| 13 |
-
float: left;
|
| 14 |
-
padding-left: 13px;
|
| 15 |
-
}
|
| 16 |
-
.addressFinder .addressList .input-box select {
|
| 17 |
-
width: 260px;
|
| 18 |
-
margin-bottom: 8px;
|
| 19 |
-
}
|
| 20 |
-
.addressFinder .addressList p {
|
| 21 |
-
padding-bottom: 8px;
|
| 22 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/base/default/css/lexel/addressfinder/onestepcheckout.css
DELETED
|
@@ -1,25 +0,0 @@
|
|
| 1 |
-
.addressFinder .postcode {
|
| 2 |
-
padding-bottom: 8px;
|
| 3 |
-
}
|
| 4 |
-
.addressFinder label {
|
| 5 |
-
float: left;
|
| 6 |
-
display: none;
|
| 7 |
-
}
|
| 8 |
-
.addressFinder .input-box {
|
| 9 |
-
clear: left;
|
| 10 |
-
float: left;
|
| 11 |
-
}
|
| 12 |
-
.addressFinder button {
|
| 13 |
-
float: left;
|
| 14 |
-
padding-left: 13px;
|
| 15 |
-
}
|
| 16 |
-
.addressFinder .addressList .input-box {
|
| 17 |
-
width: 100%;
|
| 18 |
-
}
|
| 19 |
-
.addressFinder .addressList .input-box select {
|
| 20 |
-
width: 83%;
|
| 21 |
-
margin-bottom: 8px;
|
| 22 |
-
}
|
| 23 |
-
.addressFinder .addressList p {
|
| 24 |
-
padding-bottom: 8px;
|
| 25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
