Barpay_Payment_Standard - Version 0.2.0

Version Notes

- add Minimum and Maximum order value

Download this release

Release Info

Developer Christian Lakits
Extension Barpay_Payment_Standard
Version 0.2.0
Comparing to
See all releases


Code changes from version 0.1.9 to 0.2.0

app/code/community/Inite/Barpay/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Inite_Barpay>
5
- <version>0.1.9</version>
6
  </Inite_Barpay>
7
  </modules>
8
 
@@ -18,6 +18,8 @@
18
  <save_enabled>0</save_enabled>
19
  <show_logo>0</show_logo>
20
  <valid_days>30</valid_days>
 
 
21
  </barpay>
22
  </payment>
23
  </default>
@@ -132,7 +134,7 @@
132
  <model>barpay/standard</model>
133
  <active>0</active>
134
  <order_status>pending</order_status>
135
- <title>Barpay (0.1.9)</title>
136
  <comment>
137
  <![CDATA[This text appears just beneath the field with a small arrow.
138
  <span class="notice">It can contain HTML formatting too!</span>]]>
2
  <config>
3
  <modules>
4
  <Inite_Barpay>
5
+ <version>0.2.0</version>
6
  </Inite_Barpay>
7
  </modules>
8
 
18
  <save_enabled>0</save_enabled>
19
  <show_logo>0</show_logo>
20
  <valid_days>30</valid_days>
21
+ <min_order_total>10</min_order_total>
22
+ <max_order_total>999</max_order_total>
23
  </barpay>
24
  </payment>
25
  </default>
134
  <model>barpay/standard</model>
135
  <active>0</active>
136
  <order_status>pending</order_status>
137
+ <title>Barpay (0.2.0)</title>
138
  <comment>
139
  <![CDATA[This text appears just beneath the field with a small arrow.
140
  <span class="notice">It can contain HTML formatting too!</span>]]>
app/code/community/Inite/Barpay/etc/system.xml CHANGED
@@ -144,6 +144,24 @@ Ausführliche Informationen zum Bezahlverfahren BarPay finden Sie auf unseren We
144
  <depends><allowspecific>1</allowspecific></depends>
145
  </specificcountry>
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  <sort_order translate="label">
148
  <label>Sort Order</label>
149
  <frontend_type>text</frontend_type>
144
  <depends><allowspecific>1</allowspecific></depends>
145
  </specificcountry>
146
 
147
+ <min_order_total translate="label">
148
+ <label>Minimum Order Total</label>
149
+ <frontend_type>text</frontend_type>
150
+ <sort_order>85</sort_order>
151
+ <show_in_default>1</show_in_default>
152
+ <show_in_website>1</show_in_website>
153
+ <show_in_store>0</show_in_store>
154
+ </min_order_total>
155
+
156
+ <max_order_total translate="label">
157
+ <label>Maximum Order Total</label>
158
+ <frontend_type>text</frontend_type>
159
+ <sort_order>90</sort_order>
160
+ <show_in_default>1</show_in_default>
161
+ <show_in_website>1</show_in_website>
162
+ <show_in_store>0</show_in_store>
163
+ </max_order_total>
164
+
165
  <sort_order translate="label">
166
  <label>Sort Order</label>
167
  <frontend_type>text</frontend_type>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Barpay_Payment_Standard</name>
4
- <version>0.1.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
@@ -42,11 +42,11 @@ system. The goods can then be dispatched.&#xD;
42
  &#xD;
43
  &#xD;
44
  Nach Auswahl von BarPay wird dem K&#xE4;ufer ein individueller Barcode per E-Mail, Rechnungsanhang oder zum Download &#xFC;bermittelt. Dieser kann ausgedruckt und beim BarPay Akezptanznetzwerk bezahlt werden. Dazu z&#xE4;hlen rund 18.000 Handelsketten, Tankstellen und Kiosk-Systeme in ganz Deutschland. Der Zahlungseingang wird dem Online-H&#xE4;ndler in Echtzeit &#xFC;bermittelt, und die bestellte Ware kann umgehend in den Versand gehen.</description>
45
- <notes>Keine Hinweise</notes>
46
  <authors><author><name>Christian Lakits</name><user>lakits</user><email>barpay@munichx-media.de</email></author><author><name>Gerry Schlegel</name><user>bertdireins</user><email>barpay@munichx-media.de</email></author></authors>
47
- <date>2012-10-08</date>
48
- <time>11:03:02</time>
49
- <contents><target name="magecommunity"><dir name="Inite"><dir name="Barpay"><dir name="Block"><dir name="Checkout"><file name="Error.php" hash="dacb79ceca05b5ff50d63af49bebd254"/><file name="Success.php" hash="4fdf541d5dff39219e0b87732eaeca4c"/></dir><file name="Form.php" hash="e993c0ada3a0799242a8d479acc4a6e2"/><file name="Info.php" hash="e962a4dbe7d322d21a9ada7cb6fe7bd9"/><dir name="Order"><file name="View.php" hash="29c1a2b0c261a8697d552a6e61d4a491"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5c635785c203f501e8b812ab7d3ae5c7"/></dir><file name="LICENSE.txt" hash="d32239bcb673463ab874e80d47fae504"/><dir name="Model"><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="ff641d075f29cd36063bb08722c23636"/></dir><file name="Template.php" hash="2896c0ee6c25c076ede3611afe4d1cec"/></dir><dir name="Sales"><file name="Order.php" hash="e72f0b7eb0d193fde0fe77081190ff55"/></dir><file name="Standard.php" hash="f9726cffc273dc461a47c47b06255dd6"/></dir><dir name="controllers"><file name="AdminController.php" hash="a303fbabed06cc96253d38ebf603771e"/><file name="StandardController.php" hash="afb4c860eed0f2209c771306b7ceaf72"/></dir><dir name="etc"><file name="config.xml" hash="6223a2900f7eeb7d3122295ceec6bc83"/><file name="system.xml" hash="f5ed718accbabf3309592835ca159d5e"/></dir><dir name="sql"><dir name="barpay_setup"><file name="mysql4-install-0.0.9.php" hash="0e77bf3ab173e36edebc38644ecb7051"/></dir></dir></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="barpay"><file name="barpay_callout.gif" hash="60114fdd50afa0cefbfa38e0a17f17e0"/><file name="barpay_checkout.gif" hash="041df1836a58b31aa6ae7c09b4a6cfef"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="barpay"><file name="form.phtml" hash="7952ea1d3770923ea32106fbe19e076c"/><file name="info.phtml" hash="aa01243cc33bdd606360e464d0cfb7ad"/><file name="infobox.phtml" hash="eb5642d9454a19ca40d1fae0a846d10d"/><file name="pay.phtml" hash="34c2dc92c6536d0070a50cf8404e3101"/><dir name="payment"><file name="mark.phtml" hash="d264e027f75b8d1cc79ccc24c28a68ca"/></dir><file name="success.phtml" hash="232bf0f5f38d665eb6109a0053ef65c2"/></dir></dir><dir name="layout"><file name="barpay.xml" hash="58a8f6484b33f3d8952e3b6a01758fda"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="barpay"><file name="info.phtml" hash="aa01243cc33bdd606360e464d0cfb7ad"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Inite_Barpay.xml" hash="b6587e6f382c8083dba6c0f681f1b2a3"/></dir></dir></target></contents>
50
  <compatible/>
51
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
52
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Barpay_Payment_Standard</name>
4
+ <version>0.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
42
  &#xD;
43
  &#xD;
44
  Nach Auswahl von BarPay wird dem K&#xE4;ufer ein individueller Barcode per E-Mail, Rechnungsanhang oder zum Download &#xFC;bermittelt. Dieser kann ausgedruckt und beim BarPay Akezptanznetzwerk bezahlt werden. Dazu z&#xE4;hlen rund 18.000 Handelsketten, Tankstellen und Kiosk-Systeme in ganz Deutschland. Der Zahlungseingang wird dem Online-H&#xE4;ndler in Echtzeit &#xFC;bermittelt, und die bestellte Ware kann umgehend in den Versand gehen.</description>
45
+ <notes>- add Minimum and Maximum order value</notes>
46
  <authors><author><name>Christian Lakits</name><user>lakits</user><email>barpay@munichx-media.de</email></author><author><name>Gerry Schlegel</name><user>bertdireins</user><email>barpay@munichx-media.de</email></author></authors>
47
+ <date>2013-02-21</date>
48
+ <time>11:28:14</time>
49
+ <contents><target name="magecommunity"><dir name="Inite"><dir name="Barpay"><dir name="Block"><dir name="Checkout"><file name="Error.php" hash="dacb79ceca05b5ff50d63af49bebd254"/><file name="Success.php" hash="4fdf541d5dff39219e0b87732eaeca4c"/></dir><file name="Form.php" hash="e993c0ada3a0799242a8d479acc4a6e2"/><file name="Info.php" hash="e962a4dbe7d322d21a9ada7cb6fe7bd9"/><dir name="Order"><file name="View.php" hash="29c1a2b0c261a8697d552a6e61d4a491"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5c635785c203f501e8b812ab7d3ae5c7"/></dir><file name="LICENSE.txt" hash="d32239bcb673463ab874e80d47fae504"/><dir name="Model"><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="ff641d075f29cd36063bb08722c23636"/></dir><file name="Template.php" hash="2896c0ee6c25c076ede3611afe4d1cec"/></dir><dir name="Sales"><file name="Order.php" hash="e72f0b7eb0d193fde0fe77081190ff55"/></dir><file name="Standard.php" hash="f9726cffc273dc461a47c47b06255dd6"/></dir><dir name="controllers"><file name="AdminController.php" hash="a303fbabed06cc96253d38ebf603771e"/><file name="StandardController.php" hash="afb4c860eed0f2209c771306b7ceaf72"/></dir><dir name="etc"><file name="config.xml" hash="a70f2cbfa5bd9fa3014167d96ff25256"/><file name="system.xml" hash="aafdc921a3af9500c66c1032ef47c5a9"/></dir><dir name="sql"><dir name="barpay_setup"><file name="mysql4-install-0.0.9.php" hash="0e77bf3ab173e36edebc38644ecb7051"/></dir></dir></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="barpay"><file name="barpay_callout.gif" hash="60114fdd50afa0cefbfa38e0a17f17e0"/><file name="barpay_checkout.gif" hash="041df1836a58b31aa6ae7c09b4a6cfef"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="barpay"><file name="form.phtml" hash="7952ea1d3770923ea32106fbe19e076c"/><file name="info.phtml" hash="aa01243cc33bdd606360e464d0cfb7ad"/><file name="infobox.phtml" hash="eb5642d9454a19ca40d1fae0a846d10d"/><file name="pay.phtml" hash="34c2dc92c6536d0070a50cf8404e3101"/><dir name="payment"><file name="mark.phtml" hash="d264e027f75b8d1cc79ccc24c28a68ca"/></dir><file name="success.phtml" hash="232bf0f5f38d665eb6109a0053ef65c2"/></dir></dir><dir name="layout"><file name="barpay.xml" hash="58a8f6484b33f3d8952e3b6a01758fda"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="barpay"><file name="info.phtml" hash="aa01243cc33bdd606360e464d0cfb7ad"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Inite_Barpay.xml" hash="b6587e6f382c8083dba6c0f681f1b2a3"/></dir></dir></target></contents>
50
  <compatible/>
51
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
52
  </package>