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 a fix for logged in users when forceguest checkout was enabled.
You can now enable a Registration form on the order success page to convert those guest checkout people.
Download this release
Release Info
Developer | Gareth Price |
Extension | Clearandfizzy_Reducedcheckout |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
app/code/community/Clearandfizzy/Reducedcheckout/Model/Resource/Setup.php
CHANGED
@@ -14,6 +14,15 @@ class Clearandfizzy_Reducedcheckout_Model_Resource_Setup extends Mage_Core_Model
|
|
14 |
$cms_block->setData('title', 'ReducedCheckout - Order Success Page - Customer Registration Form');
|
15 |
$cms_block->setData('identifier', 'reducedcheckout_success_form_register');
|
16 |
$cms_block->setData('content', $string );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
$cms_block->setData('is_active', '1');
|
18 |
$cms_block->save();
|
19 |
|
14 |
$cms_block->setData('title', 'ReducedCheckout - Order Success Page - Customer Registration Form');
|
15 |
$cms_block->setData('identifier', 'reducedcheckout_success_form_register');
|
16 |
$cms_block->setData('content', $string );
|
17 |
+
|
18 |
+
// all stores
|
19 |
+
$stores = array();
|
20 |
+
$stores[] = 0;
|
21 |
+
foreach ( Mage::app()->getStores() as $store) {
|
22 |
+
$stores[] = $store->getId();
|
23 |
+
} // end
|
24 |
+
|
25 |
+
$cms_block->setData('stores', $stores);
|
26 |
$cms_block->setData('is_active', '1');
|
27 |
$cms_block->save();
|
28 |
|
app/code/community/Clearandfizzy/Reducedcheckout/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
<modules>
|
5 |
<Clearandfizzy_Reducedcheckout>
|
6 |
-
<version>1.5.
|
7 |
</Clearandfizzy_Reducedcheckout>
|
8 |
</modules>
|
9 |
|
3 |
|
4 |
<modules>
|
5 |
<Clearandfizzy_Reducedcheckout>
|
6 |
+
<version>1.5.3</version>
|
7 |
</Clearandfizzy_Reducedcheckout>
|
8 |
</modules>
|
9 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clearandfizzy_Reducedcheckout</name>
|
4 |
-
<version>1.5.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by-nd/3.0/">CC BY-ND 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -31,8 +31,8 @@ You can now enable a Registration form on the order success page to convert thos
|
|
31 |
</notes>
|
32 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>gareth@clearandfizzy.com</email></author></authors>
|
33 |
<date>2013-09-16</date>
|
34 |
-
<time>
|
35 |
-
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Reducedcheckout"><dir name="Helper"><file name="Data.php" hash="3d2c90f0621f5eaf5f83d4b2907bef1b"/><file name="Order.php" hash="7767797ecc49d77744772711edc34309"/></dir><dir name="Model"><file name="Observer.php" hash="2c060b32f5fd0be45e936d83e6f410f1"/><dir name="Resource"><dir name="Carrier"><file name="TablerateFix.php" hash="0a8685c145d95ae76b838d2af2b88638"/></dir><file name="Setup.php" hash="
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
38 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clearandfizzy_Reducedcheckout</name>
|
4 |
+
<version>1.5.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by-nd/3.0/">CC BY-ND 3.0</license>
|
7 |
<channel>community</channel>
|
31 |
</notes>
|
32 |
<authors><author><name>Gareth Price</name><user>clearandfizzy</user><email>gareth@clearandfizzy.com</email></author></authors>
|
33 |
<date>2013-09-16</date>
|
34 |
+
<time>23:23:28</time>
|
35 |
+
<contents><target name="magecommunity"><dir name="Clearandfizzy"><dir name="Reducedcheckout"><dir name="Helper"><file name="Data.php" hash="3d2c90f0621f5eaf5f83d4b2907bef1b"/><file name="Order.php" hash="7767797ecc49d77744772711edc34309"/></dir><dir name="Model"><file name="Observer.php" hash="2c060b32f5fd0be45e936d83e6f410f1"/><dir name="Resource"><dir name="Carrier"><file name="TablerateFix.php" hash="0a8685c145d95ae76b838d2af2b88638"/></dir><file name="Setup.php" hash="c662c93dc0cd9a1dc40b39ccd07a155d"/></dir><dir name="Signup"><file name="Observer.php" hash="dae40c461569f1d47032fa7490aea1e3"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Cms"><file name="Block.php" hash="c81fc3cf02fe8eed1685c2db80c84198"/></dir><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"/><file name="SignupController.php" hash="aa5a86065a4722d069627635188b72e4"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0bb1372118e88ad09fbd1b1d5113dea7"/><file name="config.xml" hash="203e5ad70b071a364d66a2dcda175ae6"/><file name="system.xml" hash="aaf0aa503322d55543ba741d07fa759b"/></dir><dir name="sql"><dir name="reducedcheckout_setup"><file name="install-1.5.1.php" hash="c938aa01bcb1c36461fb9f3e2145ec03"/></dir></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="7613031b17573e99fda0cdc79437d9f7"/></dir></dir></dir><dir name="template"><dir name="clearandfizzy"><dir name="reducedcheckout"><file name="onepage.phtml" hash="df2ff5c95137c2260b0f718790a67cff"/><dir name="success"><dir name="wrapper"><file name="signup.phtml" hash="e9268dd4f9857a78a50ccbab3a084cb0"/></dir><file name="wrapper.phtml" hash="5adda37a860234711644153b757ad53e"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="clearandfizzy"><file name="reducedcheckout.css" hash="4a00abdcb804c0c08efec311acc320cb"/></dir></dir></dir></dir></dir></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
38 |
</package>
|