Version Notes
Stable for Magento Vesrion 1.7
Download this release
Release Info
| Developer | Niko K |
| Extension | Nikolakisae_PaymentLogo |
| Version | 0.1.2 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.1 to 0.1.2
app/code/community/Nikolakisae/PaymentLogo/etc/config.xml
CHANGED
|
@@ -2,10 +2,10 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Nikolakisae_PaymentLogo>
|
| 5 |
-
<version>0.1.
|
| 6 |
</Nikolakisae_PaymentLogo>
|
| 7 |
-
</modules>
|
| 8 |
-
<global>
|
| 9 |
<blocks>
|
| 10 |
<paymentlogo>
|
| 11 |
<class>Nikolakisae_PaymentLogo_Block</class>
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
</checkout>
|
| 18 |
</blocks>
|
| 19 |
</global>
|
| 20 |
-
<frontend>
|
| 21 |
<layout>
|
| 22 |
<updates>
|
| 23 |
<paymentlogo>
|
|
@@ -25,5 +25,5 @@
|
|
| 25 |
</paymentlogo>
|
| 26 |
</updates>
|
| 27 |
</layout>
|
| 28 |
-
</frontend>
|
| 29 |
</config>
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Nikolakisae_PaymentLogo>
|
| 5 |
+
<version>0.1.2</version>
|
| 6 |
</Nikolakisae_PaymentLogo>
|
| 7 |
+
</modules>
|
| 8 |
+
<global>
|
| 9 |
<blocks>
|
| 10 |
<paymentlogo>
|
| 11 |
<class>Nikolakisae_PaymentLogo_Block</class>
|
| 17 |
</checkout>
|
| 18 |
</blocks>
|
| 19 |
</global>
|
| 20 |
+
<frontend>
|
| 21 |
<layout>
|
| 22 |
<updates>
|
| 23 |
<paymentlogo>
|
| 25 |
</paymentlogo>
|
| 26 |
</updates>
|
| 27 |
</layout>
|
| 28 |
+
</frontend>
|
| 29 |
</config>
|
app/code/community/Nikolakisae/PaymentLogo/etc/system.xml
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
<show_in_default>1</show_in_default>
|
| 18 |
<show_in_website>1</show_in_website>
|
| 19 |
<show_in_store>1</show_in_store>
|
| 20 |
-
<fields>
|
| 21 |
<image translate="label">
|
| 22 |
<label>Paymento Logo</label>
|
| 23 |
<frontend_type>image</frontend_type>
|
|
@@ -29,7 +29,7 @@
|
|
| 29 |
<show_in_website>1</show_in_website>
|
| 30 |
<show_in_store>1</show_in_store>
|
| 31 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 32 |
-
</image>
|
| 33 |
</fields>
|
| 34 |
</ccsave>
|
| 35 |
<checkmo translate="label">
|
|
@@ -51,9 +51,9 @@
|
|
| 51 |
<show_in_website>1</show_in_website>
|
| 52 |
<show_in_store>1</show_in_store>
|
| 53 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 54 |
-
</image>
|
| 55 |
</fields>
|
| 56 |
-
</checkmo>
|
| 57 |
<purchaseorder translate="label">
|
| 58 |
<label>Purchase Order</label>
|
| 59 |
<frontend_type>text</frontend_type>
|
|
@@ -73,7 +73,7 @@
|
|
| 73 |
<show_in_website>1</show_in_website>
|
| 74 |
<show_in_store>1</show_in_store>
|
| 75 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 76 |
-
</image>
|
| 77 |
</fields>
|
| 78 |
</purchaseorder>
|
| 79 |
<banktransfer translate="label">
|
|
@@ -95,7 +95,7 @@
|
|
| 95 |
<show_in_website>1</show_in_website>
|
| 96 |
<show_in_store>1</show_in_store>
|
| 97 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 98 |
-
</image>
|
| 99 |
</fields>
|
| 100 |
</banktransfer>
|
| 101 |
<cashondelivery translate="label">
|
|
@@ -117,9 +117,54 @@
|
|
| 117 |
<show_in_website>1</show_in_website>
|
| 118 |
<show_in_store>1</show_in_store>
|
| 119 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 120 |
-
</image>
|
| 121 |
</fields>
|
| 122 |
</cashondelivery>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
</groups>
|
| 124 |
</payment>
|
| 125 |
</sections>
|
| 17 |
<show_in_default>1</show_in_default>
|
| 18 |
<show_in_website>1</show_in_website>
|
| 19 |
<show_in_store>1</show_in_store>
|
| 20 |
+
<fields>
|
| 21 |
<image translate="label">
|
| 22 |
<label>Paymento Logo</label>
|
| 23 |
<frontend_type>image</frontend_type>
|
| 29 |
<show_in_website>1</show_in_website>
|
| 30 |
<show_in_store>1</show_in_store>
|
| 31 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 32 |
+
</image>
|
| 33 |
</fields>
|
| 34 |
</ccsave>
|
| 35 |
<checkmo translate="label">
|
| 51 |
<show_in_website>1</show_in_website>
|
| 52 |
<show_in_store>1</show_in_store>
|
| 53 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 54 |
+
</image>
|
| 55 |
</fields>
|
| 56 |
+
</checkmo>
|
| 57 |
<purchaseorder translate="label">
|
| 58 |
<label>Purchase Order</label>
|
| 59 |
<frontend_type>text</frontend_type>
|
| 73 |
<show_in_website>1</show_in_website>
|
| 74 |
<show_in_store>1</show_in_store>
|
| 75 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 76 |
+
</image>
|
| 77 |
</fields>
|
| 78 |
</purchaseorder>
|
| 79 |
<banktransfer translate="label">
|
| 95 |
<show_in_website>1</show_in_website>
|
| 96 |
<show_in_store>1</show_in_store>
|
| 97 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 98 |
+
</image>
|
| 99 |
</fields>
|
| 100 |
</banktransfer>
|
| 101 |
<cashondelivery translate="label">
|
| 117 |
<show_in_website>1</show_in_website>
|
| 118 |
<show_in_store>1</show_in_store>
|
| 119 |
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 120 |
+
</image>
|
| 121 |
</fields>
|
| 122 |
</cashondelivery>
|
| 123 |
+
<authorizenet_directpost translate="label">
|
| 124 |
+
<label>Authorize.net Direct Post</label>
|
| 125 |
+
<frontend_type>text</frontend_type>
|
| 126 |
+
<sort_order>34</sort_order>
|
| 127 |
+
<show_in_default>1</show_in_default>
|
| 128 |
+
<show_in_website>1</show_in_website>
|
| 129 |
+
<show_in_store>1</show_in_store>
|
| 130 |
+
<fields>
|
| 131 |
+
<image translate="label">
|
| 132 |
+
<label>Paymento Logo</label>
|
| 133 |
+
<frontend_type>image</frontend_type>
|
| 134 |
+
<backend_model>adminhtml/system_config_backend_image</backend_model>
|
| 135 |
+
<upload_dir config="system/filesystem/media" scope_info="1">payment/authorizenet_directpost</upload_dir>
|
| 136 |
+
<base_url type="media" scope_info="1">payment/authorizenet_directpost</base_url>
|
| 137 |
+
<sort_order>31</sort_order>
|
| 138 |
+
<show_in_default>1</show_in_default>
|
| 139 |
+
<show_in_website>1</show_in_website>
|
| 140 |
+
<show_in_store>1</show_in_store>
|
| 141 |
+
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 142 |
+
</image>
|
| 143 |
+
</fields>
|
| 144 |
+
</authorizenet_directpost>
|
| 145 |
+
<authorizenet translate="label">
|
| 146 |
+
<label>Authorize.net</label>
|
| 147 |
+
<frontend_type>text</frontend_type>
|
| 148 |
+
<sort_order>34</sort_order>
|
| 149 |
+
<show_in_default>1</show_in_default>
|
| 150 |
+
<show_in_website>1</show_in_website>
|
| 151 |
+
<show_in_store>1</show_in_store>
|
| 152 |
+
<comment><![CDATA[<a href="http://celinks.magento.com/authorize_netRegistration" target="_blank">Click here to sign up for an Authorize.net account</a>]]></comment>
|
| 153 |
+
<fields>
|
| 154 |
+
<image translate="label">
|
| 155 |
+
<label>Paymento Logo</label>
|
| 156 |
+
<frontend_type>image</frontend_type>
|
| 157 |
+
<backend_model>adminhtml/system_config_backend_image</backend_model>
|
| 158 |
+
<upload_dir config="system/filesystem/media" scope_info="1">payment/authorizenet</upload_dir>
|
| 159 |
+
<base_url type="media" scope_info="1">payment/authorizenet</base_url>
|
| 160 |
+
<sort_order>3</sort_order>
|
| 161 |
+
<show_in_default>1</show_in_default>
|
| 162 |
+
<show_in_website>1</show_in_website>
|
| 163 |
+
<show_in_store>1</show_in_store>
|
| 164 |
+
<comment>Allowed file types: jpeg, gif, png.</comment>
|
| 165 |
+
</image>
|
| 166 |
+
</fields>
|
| 167 |
+
</authorizenet>
|
| 168 |
</groups>
|
| 169 |
</payment>
|
| 170 |
</sections>
|
package.xml
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Nikolakisae_PaymentLogo</name>
|
| 4 |
-
<version>0.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Payment Logo extension for Magento</summary>
|
| 10 |
<description>Allow to add a payment method logo instead of the payment method title for the Magento default payment methods: Credit Card (saved), Cash On Delivery, Bank Transfer Payment,
|
| 11 |
-
Check / Money order, Purchase Order </description>
|
| 12 |
<notes>Stable for Magento Vesrion 1.7</notes>
|
| 13 |
<authors><author><name>Niko K</name><user>nikolakisae</user><email>info@nikolakisae.com</email></author></authors>
|
| 14 |
-
<date>2013-
|
| 15 |
-
<time>
|
| 16 |
-
<contents><target name="magecommunity"><dir name="Nikolakisae"><dir name="PaymentLogo"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><dir name="Payment"><file name="Methods.php" hash="d8d443a8971ee5f5e17af5b10a27977a"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="
|
| 17 |
<compatible/>
|
| 18 |
<dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
|
| 19 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Nikolakisae_PaymentLogo</name>
|
| 4 |
+
<version>0.1.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Payment Logo extension for Magento</summary>
|
| 10 |
<description>Allow to add a payment method logo instead of the payment method title for the Magento default payment methods: Credit Card (saved), Cash On Delivery, Bank Transfer Payment,
|
| 11 |
+
Check / Money order, Purchase Order, Authorize.net, Authorize.net Direct Post</description>
|
| 12 |
<notes>Stable for Magento Vesrion 1.7</notes>
|
| 13 |
<authors><author><name>Niko K</name><user>nikolakisae</user><email>info@nikolakisae.com</email></author></authors>
|
| 14 |
+
<date>2013-08-28</date>
|
| 15 |
+
<time>11:22:59</time>
|
| 16 |
+
<contents><target name="magecommunity"><dir name="Nikolakisae"><dir name="PaymentLogo"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><dir name="Payment"><file name="Methods.php" hash="d8d443a8971ee5f5e17af5b10a27977a"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="3a41dda51cc6786f99b298f837ec686f"/><file name="system.xml" hash="53e76dc41c6c8b714fd6d9af860ef5ae"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="paymentlogo.xml" hash="c5e70d08bc64c3949f250f2cbbd2b71b"/></dir><dir name="template"><dir name="paymentlogo"><dir name="checkout"><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="1c34f86ea217f08f80135923ccc78ad5"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Nikolakisae_PaymentLogo.xml" hash="6c14b347d865169ed2a1dee3c86c2fa3"/></dir></target></contents>
|
| 17 |
<compatible/>
|
| 18 |
<dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
|
| 19 |
</package>
|
