Version Notes
Fix fatal error
Download this release
Release Info
Developer | Plumrocket Team |
Extension | Plumrocket_Print_Order_Confirmation_As_Guest |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- app/code/community/Plumrocket/GuestPrintOrder/Block/System/Config/Version.php +1 -1
- app/code/community/Plumrocket/GuestPrintOrder/controllers/Sales/OrderController.php +1 -1
- app/code/community/Plumrocket/GuestPrintOrder/etc/config.xml +1 -1
- app/etc/modules/Plumrocket_GuestPrintOrder.xml +1 -1
- package.xml +5 -5
app/code/community/Plumrocket/GuestPrintOrder/Block/System/Config/Version.php
CHANGED
@@ -55,7 +55,7 @@ class Plumrocket_GuestPrintOrder_Block_System_Config_Version extends Mage_Adminh
|
|
55 |
|
56 |
var iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
|
57 |
iframeDoc.open();
|
58 |
-
iframeDoc.write("<
|
59 |
iframeDoc.close();
|
60 |
iframeBody = iframeDoc.body;
|
61 |
|
55 |
|
56 |
var iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
|
57 |
iframeDoc.open();
|
58 |
+
iframeDoc.write("<ht"+"ml><bo"+"dy></bo"+"dy></ht"+"ml>");
|
59 |
iframeDoc.close();
|
60 |
iframeBody = iframeDoc.body;
|
61 |
|
app/code/community/Plumrocket/GuestPrintOrder/controllers/Sales/OrderController.php
CHANGED
@@ -39,7 +39,7 @@ class Plumrocket_GuestPrintOrder_Sales_OrderController extends Mage_Sales_Contro
|
|
39 |
{
|
40 |
if (Mage::helper('guestprintorder')->moduleEnabled()){
|
41 |
if (Mage::getSingleton('plumbase/observer')->customer() != Mage::getSingleton('plumbase/product')->currentCustomer()) {
|
42 |
-
return
|
43 |
}
|
44 |
if (!$this->_loadPrintValidOrder()) {
|
45 |
return;
|
39 |
{
|
40 |
if (Mage::helper('guestprintorder')->moduleEnabled()){
|
41 |
if (Mage::getSingleton('plumbase/observer')->customer() != Mage::getSingleton('plumbase/product')->currentCustomer()) {
|
42 |
+
return;
|
43 |
}
|
44 |
if (!$this->_loadPrintValidOrder()) {
|
45 |
return;
|
app/code/community/Plumrocket/GuestPrintOrder/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Plumrocket_GuestPrintOrder>
|
5 |
<wiki>http://wiki.plumrocket.com/wiki/Magento_Print_Order_Confirmation_as_Guest_v1.x_Extension</wiki>
|
6 |
-
<version>1.0.
|
7 |
</Plumrocket_GuestPrintOrder>
|
8 |
</modules>
|
9 |
<frontend>
|
3 |
<modules>
|
4 |
<Plumrocket_GuestPrintOrder>
|
5 |
<wiki>http://wiki.plumrocket.com/wiki/Magento_Print_Order_Confirmation_as_Guest_v1.x_Extension</wiki>
|
6 |
+
<version>1.0.4</version>
|
7 |
</Plumrocket_GuestPrintOrder>
|
8 |
</modules>
|
9 |
<frontend>
|
app/etc/modules/Plumrocket_GuestPrintOrder.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<Plumrocket_GuestPrintOrder>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
-
<version>1.0.
|
8 |
<name>Plumrocket Print Order Confirmation as Guest</name>
|
9 |
<depends>
|
10 |
<Plumrocket_Base />
|
4 |
<Plumrocket_GuestPrintOrder>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
+
<version>1.0.4</version>
|
8 |
<name>Plumrocket Print Order Confirmation as Guest</name>
|
9 |
<depends>
|
10 |
<Plumrocket_Base />
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Plumrocket_Print_Order_Confirmation_As_Guest</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://wiki.plumrocket.net/wiki/EULA">End-user License Agreement</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page.</summary>
|
10 |
<description>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page. It is a totally free, open source extension that was created to attract more visitors to your store, encourage purchases and increase customers’ loyalty. This magento print order plugin is a great way to open the door to your magento site for new customers.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Plumrocket Team</name><user>plumrocket</user><email>support@plumrocket.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Plumrocket"><dir name="GuestPrintOrder"><dir name="Block"><dir name="System"><dir name="Config"><file name="Version.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Plumrocket_Base</name><channel>community</channel><min>1.0.3</min><max></max></package></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Plumrocket_Print_Order_Confirmation_As_Guest</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://wiki.plumrocket.net/wiki/EULA">End-user License Agreement</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page.</summary>
|
10 |
<description>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page. It is a totally free, open source extension that was created to attract more visitors to your store, encourage purchases and increase customers’ loyalty. This magento print order plugin is a great way to open the door to your magento site for new customers.</description>
|
11 |
+
<notes>Fix fatal error</notes>
|
12 |
<authors><author><name>Plumrocket Team</name><user>plumrocket</user><email>support@plumrocket.com</email></author></authors>
|
13 |
+
<date>2015-03-18</date>
|
14 |
+
<time>09:53:04</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Plumrocket"><dir name="GuestPrintOrder"><dir name="Block"><dir name="System"><dir name="Config"><file name="Version.php" hash="853253e944aa173a5f036eb150dcb844"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="68bdfff1318c346ec4b8073e650f6161"/><file name="Main.php" hash="556b2ea6f709f8bfe44921e4f4dc4202"/></dir><dir name="controllers"><dir name="Sales"><file name="OrderController.php" hash="23a5ea89eee3b970d66d8b04494e3a84"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="1c279d13b996c4d4ea4bd727ae79cb4d"/><file name="config.xml" hash="8a4a03273c4043f655a5f1feaf428ee4"/><file name="system.xml" hash="1f8333447c950198f67da7f3ebd5d151"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Plumrocket_GuestPrintOrder.xml" hash="5a79aab48afe970c45123edabb2ae4ac"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="guestprintorder"><dir name="checkout"><file name="success.phtml" hash="265da8a33fbcba882adc08d8000acd0a"/></dir></dir></dir><dir name="layout"><file name="guestprintorder.xml" hash="eb1888e63fc96c71be97c160e09c14f4"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Plumrocket_Base</name><channel>community</channel><min>1.0.3</min><max></max></package></required></dependencies>
|
18 |
</package>
|