Version Notes
Did we add new features?
Yes
Did you fix a bunch of Bugs?
Yes
Well then, what in funkytown did you do?
* You can now decide which checkout steps are skipped.
* Fixed a bug preventing progress if the customer decided to chose an alternative shipping address.
* Fixed final step JS error.
Download this release
Release Info
Developer | Gareth Price |
Extension | Clearandfizzy_Reducedcheckout |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
app/code/community/Clearandfizzy/Reducedcheckout/controllers/OnepageController.php
CHANGED
@@ -314,7 +314,6 @@ class Clearandfizzy_Reducedcheckout_OnepageController extends Mage_Checkout_Onep
|
|
314 |
|
315 |
case "payment":
|
316 |
$result['goto_section'] = 'review';
|
317 |
-
$result['allow_sections'] = array('review');
|
318 |
$result['update_section'] = array(
|
319 |
'name' => 'review',
|
320 |
'html' => $this->_getReviewHtml()
|
314 |
|
315 |
case "payment":
|
316 |
$result['goto_section'] = 'review';
|
|
|
317 |
$result['update_section'] = array(
|
318 |
'name' => 'review',
|
319 |
'html' => $this->_getReviewHtml()
|
app/design/frontend/base/default/template/clearandfizzy/reducedcheckout/onepage.phtml
CHANGED
@@ -6,6 +6,15 @@
|
|
6 |
<input type="hidden" name="suite_ms_payment_method" id="suite_ms_payment_method" value="<?php echo Mage::helper('clearandfizzy_reducedcheckout')->getPaymentMethod(); ?>" />
|
7 |
<?php /* -- END SAGEPAY INTEGRATION -- */ ?>
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
<script type="text/javascript">
|
10 |
//<![CDATA[
|
11 |
var checkout = new Checkout(accordion,{
|
6 |
<input type="hidden" name="suite_ms_payment_method" id="suite_ms_payment_method" value="<?php echo Mage::helper('clearandfizzy_reducedcheckout')->getPaymentMethod(); ?>" />
|
7 |
<?php /* -- END SAGEPAY INTEGRATION -- */ ?>
|
8 |
|
9 |
+
|
10 |
+
<!-- REQUIRED -->
|
11 |
+
<form action="" id="co-payment-form">
|
12 |
+
<fieldset>
|
13 |
+
<input name="payment[method]" type="hidden" value="<?php echo Mage::helper('clearandfizzy_reducedcheckout')->getPaymentMethod(); ?>" checked="checked" />
|
14 |
+
<span id="payment-buttons-container"></span>
|
15 |
+
</fieldset>
|
16 |
+
</form>
|
17 |
+
|
18 |
<script type="text/javascript">
|
19 |
//<![CDATA[
|
20 |
var checkout = new Checkout(accordion,{
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clearandfizzy_Reducedcheckout</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -17,13 +17,15 @@ Did you fix a bunch of Bugs?<br />
|
|
17 |
Yes<br />
|
18 |
<br />
|
19 |
Well then, what in funkytown did you do?<br />
|
20 |
-
* You can now decide which checkout steps are skipped
|
21 |
* Fixed a bug preventing progress if the customer decided to chose an alternative shipping address.
|
|
|
|
|
22 |
<br /></notes>
|
23 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>gareth@clearandfizzy.com</email></author></authors>
|
24 |
<date>2013-02-24</date>
|
25 |
-
<time>03:
|
26 |
-
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Reducedcheckout"><dir name="Helper"><file name="Data.php" hash="4de24bcf12122165b7ef382be9c12b28"/></dir><dir name="Model"><file name="Observer.php" hash="8f4498205db5d37752b3f795816517b4"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Payment"><file name="EnabledMethods.php" hash="f6b69e6fc6697870c53c6c86dbd68e98"/></dir><dir name="Shipping"><file name="EnabledMethods.php" hash="5cf16d02a105f9699e4258bb5bc57364"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="OnepageController.php" hash="
|
27 |
<compatible/>
|
28 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
29 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clearandfizzy_Reducedcheckout</name>
|
4 |
+
<version>1.2.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL 3.0</license>
|
7 |
<channel>community</channel>
|
17 |
Yes<br />
|
18 |
<br />
|
19 |
Well then, what in funkytown did you do?<br />
|
20 |
+
* You can now decide which checkout steps are skipped.<br />
|
21 |
* Fixed a bug preventing progress if the customer decided to chose an alternative shipping address.
|
22 |
+
<br />
|
23 |
+
* Fixed final step JS error.
|
24 |
<br /></notes>
|
25 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>gareth@clearandfizzy.com</email></author></authors>
|
26 |
<date>2013-02-24</date>
|
27 |
+
<time>03:32:34</time>
|
28 |
+
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Reducedcheckout"><dir name="Helper"><file name="Data.php" hash="4de24bcf12122165b7ef382be9c12b28"/></dir><dir name="Model"><file name="Observer.php" hash="8f4498205db5d37752b3f795816517b4"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Payment"><file name="EnabledMethods.php" hash="f6b69e6fc6697870c53c6c86dbd68e98"/></dir><dir name="Shipping"><file name="EnabledMethods.php" hash="5cf16d02a105f9699e4258bb5bc57364"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="OnepageController.php" hash="8d8d7ee733035d27a202cbd277041267"/></dir><dir name="etc"><file name="adminhtml.xml" hash="477add7dac98d6903555708e178761ce"/><file name="config.xml" hash="294dc1059cfd09e10e9d6175fd9639e4"/><file name="system.xml" hash="457f256018d0a0ae317581832673e09d"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Clearandfizzy_ReducedCheckout.xml" hash="9cb58e8121e0c0e294f10a3595b2be7d"/></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="clearandfizzy"><dir name="reducedcheckout"><file name="reducedcheckout.xml" hash="282aeb07fe3b9510bcbd92498907968f"/></dir></dir></dir><dir name="template"><dir name="clearandfizzy"><dir name="reducedcheckout"><file name="onepage.phtml" hash="21921ab772ef02af217c49200619f2d5"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
31 |
</package>
|