Version Notes
Did we add new features?
Yes
Did you fix a bunch of Bugs?
Yes
Well then, what in funkytown did you do?
Added the ability to skip checkout steps based on Customer Groups.
Fixed a bug inthe Force Guest Checkout mode being ignored.
Download this release
Release Info
Developer | Gareth Price |
Extension | Clearandfizzy_Reducedcheckout |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
app/code/community/Clearandfizzy/Reducedcheckout/Helper/Data.php
CHANGED
@@ -12,47 +12,12 @@ class Clearandfizzy_Reducedcheckout_Helper_Data extends Mage_Core_Helper_Abstrac
|
|
12 |
return $value;
|
13 |
} // end
|
14 |
|
15 |
-
<<<<<<< HEAD
|
16 |
-
public function getCustomerGroupsEnabled() {
|
17 |
-
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout_customergroups/customergroups_enabled');
|
18 |
-
return $value;
|
19 |
-
}
|
20 |
-
|
21 |
-
public function getShippingCustomerGroups() {
|
22 |
-
|
23 |
-
if ($this->getCustomerGroupsEnabled() == 0) {
|
24 |
-
return array();
|
25 |
-
} // end
|
26 |
-
|
27 |
-
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout_customergroups/shipping_noskip_customergroups');
|
28 |
-
$value = explode(',', $value);
|
29 |
-
|
30 |
-
=======
|
31 |
|
32 |
public function isGuestCheckoutOnly() {
|
33 |
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout/guestcheckoutonly');
|
34 |
-
>>>>>>> refs/remotes/extensions/master
|
35 |
return $value;
|
36 |
} // end
|
37 |
|
38 |
-
<<<<<<< HEAD
|
39 |
-
public function getPaymentCustomerGroups() {
|
40 |
-
|
41 |
-
if ($this->getCustomerGroupsEnabled() == 0) {
|
42 |
-
return array();
|
43 |
-
} // end
|
44 |
-
|
45 |
-
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout_customergroups/payment_noskip_customergroups');
|
46 |
-
$value = explode(',', $value);
|
47 |
-
|
48 |
-
return $value;
|
49 |
-
} // end
|
50 |
-
|
51 |
-
public function isGuestCheckoutOnly() {
|
52 |
-
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout_customergroups/guestcheckoutonly');
|
53 |
-
return $value;
|
54 |
-
} // end
|
55 |
-
=======
|
56 |
|
57 |
public function getCustomerGroupsEnabled() {
|
58 |
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout_customergroups/customergroups_enabled');
|
@@ -83,7 +48,6 @@ class Clearandfizzy_Reducedcheckout_Helper_Data extends Mage_Core_Helper_Abstrac
|
|
83 |
return $value;
|
84 |
} // end
|
85 |
|
86 |
-
>>>>>>> refs/remotes/extensions/master
|
87 |
|
88 |
|
89 |
/**
|
12 |
return $value;
|
13 |
} // end
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
public function isGuestCheckoutOnly() {
|
17 |
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout/guestcheckoutonly');
|
|
|
18 |
return $value;
|
19 |
} // end
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
public function getCustomerGroupsEnabled() {
|
23 |
$value = Mage::getStoreConfig('clearandfizzy_reducedcheckout_settings/reducedcheckout_customergroups/customergroups_enabled');
|
48 |
return $value;
|
49 |
} // end
|
50 |
|
|
|
51 |
|
52 |
|
53 |
/**
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clearandfizzy_Reducedcheckout</name>
|
4 |
-
<version>1.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -21,8 +21,8 @@ Added the ability to skip checkout steps based on Customer Groups.<br />&#
|
|
21 |
Fixed a bug inthe Force Guest Checkout mode being ignored.</notes>
|
22 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>gareth@clearandfizzy.com</email></author></authors>
|
23 |
<date>2013-02-25</date>
|
24 |
-
<time>01:
|
25 |
-
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Reducedcheckout"><dir name="Helper"><file name="Data.php" hash="
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
28 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clearandfizzy_Reducedcheckout</name>
|
4 |
+
<version>1.3.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>
|
21 |
Fixed a bug inthe Force Guest Checkout mode being ignored.</notes>
|
22 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>gareth@clearandfizzy.com</email></author></authors>
|
23 |
<date>2013-02-25</date>
|
24 |
+
<time>01:38:56</time>
|
25 |
+
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Reducedcheckout"><dir name="Helper"><file name="Data.php" hash="957c2c95e91ec3206a0abab3a3dc32f0"/></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="0bb1372118e88ad09fbd1b1d5113dea7"/><file name="config.xml" hash="d6f318cedca281655d55e0813c8282a4"/><file name="system.xml" hash="4b2819dbe5db301e2067a2331ad1c145"/></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>
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
28 |
</package>
|