okpay_payments_module - Version 0.0.4

Version Notes

okpay payments module

Download this release

Release Info

Developer Magento Core Team
Extension okpay_payments_module
Version 0.0.4
Comparing to
See all releases


Code changes from version 0.0.3 to 0.0.4

app/code/community/MagentoCenter/Okpay/etc/system.xml CHANGED
@@ -30,7 +30,7 @@
30
  </title>
31
  <okpay_walletid translate="label,comment">
32
  <label>WalletID</label>
33
- <comment>To have access to the international payment network of Okpay.com please register on Okpay.com for a free account, if you don’t have one yet.</comment>
34
  <frontend_type>text</frontend_type>
35
  <sort_order>1</sort_order>
36
  <show_in_default>1</show_in_default>
30
  </title>
31
  <okpay_walletid translate="label,comment">
32
  <label>WalletID</label>
33
+ <comment><![CDATA[ <a href="https://www.okpay.com/?rbp=517900934" target="_blank"> Okpay.com </a>]]></comment>
34
  <frontend_type>text</frontend_type>
35
  <sort_order>1</sort_order>
36
  <show_in_default>1</show_in_default>
app/design/adminhtml/default/default/template/okpay/form.phtml CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- echo $this->__('You will be redirected to Okpay website when you place an order.')
3
  ?>
1
  <?php
2
+ echo $this->__('When you place an order you will be redirected to').' <a href="https://www.okpay.com/?rbp=517900934" target="_blank"> Okpay.com </a>'
3
  ?>
app/design/adminhtml/default/default/template/okpay/info.phtml CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- echo $this->__('Okpay.com payments');
3
  ?>
4
 
5
 
1
  <?php
2
+ echo '<a href="https://www.okpay.com/?rbp=517900934" target="_blank"> Okpay.com </a>';
3
  ?>
4
 
5
 
app/design/frontend/base/default/template/okpay/form.phtml CHANGED
@@ -1,3 +1,3 @@
1
  <?php
2
- echo $this->__('You will be redirected to Okpay.com when you place an order.')
3
  ?>
1
  <?php
2
+ echo $this->__('When you place an order you will be redirected to').' <a href="https://www.okpay.com/?rbp=517900934" target="_blank"> Okpay.com </a>'
3
  ?>
app/design/frontend/base/default/template/okpay/info.phtml CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- echo $this->__('Okpay.com payments');
3
  ?>
4
 
5
 
1
  <?php
2
+ echo '<a href="https://www.okpay.com/?rbp=517900934" target="_blank"> Okpay.com </a>';
3
  ?>
4
 
5
 
app/design/frontend/default/default/template/okpay/form.phtml ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ echo $this->__('When you place an order you will be redirected to').' <a href="https://www.okpay.com/?rbp=517900934" target="_blank"> Okpay.com </a>'
3
+ ?>
app/design/frontend/default/default/template/okpay/info.phtml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+ echo '<a href="https://www.okpay.com/?rbp=517900934" target="_blank"> Okpay.com </a>';
3
+ ?>
4
+
5
+
app/locale/en_US/MagentoCenter_Okpay.csv CHANGED
@@ -2,6 +2,5 @@
2
  "The order has been canceled. Order #",The order has been canceled. Order #"
3
  "Redirect to Okpay.com ...","Redirect to Okpay.com ..."
4
  "WalletID","WalletID"
5
- "Okpay.com payments","Okpay.com payments"
6
- "You will be redirected to Okpay.com when you place an order.","You will be redirected to Okpay.com when you place an order."
7
- "To have access to the international payment network of Okpay.com please register on Okpay.com for a free account, if you don’t have one yet.","To have access to the international payment network of Okpay.com please register on Okpay.com for a free account, if you don’t have one yet."
2
  "The order has been canceled. Order #",The order has been canceled. Order #"
3
  "Redirect to Okpay.com ...","Redirect to Okpay.com ..."
4
  "WalletID","WalletID"
5
+ "payments","payments"
6
+ "When you place an order you will be redirected to","When you place an order you will be redirected to"
 
app/locale/ru_RU/MagentoCenter_Okpay.csv CHANGED
@@ -2,6 +2,5 @@
2
  "The order has been canceled. Order #","Заказ был отменен, заказ #"
3
  "Redirect to Okpay.com ...","Перенаправление на Okpay.com ..."
4
  "WalletID","WalletID"
5
- "Okpay.com payments","Платежи Okpay.com"
6
- "You will be redirected to Okpay.com when you place an order.","Олата происходит автоматически на сайте платежей Okpay.com"
7
- "To have access to the international payment network of Okpay.com please register on Okpay.com for a free account, if you don’t have one yet.","Если у вас еще нет WalletID для приема платежей с помощью Okpay. Вы можете зарегистировать его бесплатно на Okpay.com </a>"
2
  "The order has been canceled. Order #","Заказ был отменен, заказ #"
3
  "Redirect to Okpay.com ...","Перенаправление на Okpay.com ..."
4
  "WalletID","WalletID"
5
+ "payments","платежи"
6
+ "When you place an order you will be redirected to","Олата происходит автоматически на сайте платежей"
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>okpay_payments_module</name>
4
- <version>0.0.3</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>okpay payments module</description>
11
  <notes>okpay payments module</notes>
12
  <authors><author><name>MagentoCenter</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
13
- <date>2010-08-28</date>
14
- <time>19:25:32</time>
15
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="okpay"><file name="form.phtml" hash="6469e47cdee6f175ad1dafea37d450a0"/><file name="info.phtml" hash="1281de09e56e8b11625bdac7e1849f12"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="okpay"><file name="form.phtml" hash="d48ff03a940932fdd7ed1c41768171e5"/><file name="info.phtml" hash="1281de09e56e8b11625bdac7e1849f12"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="MagentoCenter_Okpay.csv" hash="d06bae3e8b36ece751b749ecf29499f6"/></dir><dir name="ru_RU"><file name="MagentoCenter_Okpay.csv" hash="04c7ef1f8a612db65a4623194f5bc5a6"/></dir></target><target name="magecommunity"><dir name="MagentoCenter"><dir name="Okpay"><dir name="Block"><file name="Form.php" hash="6006303527f4024606b52414641faa72"/><file name="Info.php" hash="844a3442793a49a6abace85d481b3eac"/><file name="Redirect.php" hash="4325dfa311b6ae3ffa1de72425502bab"/></dir><dir name="controllers"><file name="RedirectController.php" hash="27d7348e676c6ce95a90e9822b20b7e4"/></dir><dir name="etc"><file name="config.xml" hash="d2b77ff231ca5fc750c102360d090b54"/><file name="system.xml" hash="a181044a573d690d01ffac33ed107558"/></dir><dir name="Helper"><file name="Data.php" hash="aa7adaf30f06e80f9421e317f5a51b75"/></dir><dir name="Model"><file name="Checkout.php" hash="7e9010568269f0af255c2b3435daab0c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MagentoCenter_Okpay.xml" hash="c2b660e7fd0b92d7357e7609669f81c5"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>okpay_payments_module</name>
4
+ <version>0.0.4</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
10
  <description>okpay payments module</description>
11
  <notes>okpay payments module</notes>
12
  <authors><author><name>MagentoCenter</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
13
+ <date>2010-08-29</date>
14
+ <time>17:09:32</time>
15
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="okpay"><file name="form.phtml" hash="0b6e53ed3a8800b02f8ccbb3fb8a9dfd"/><file name="info.phtml" hash="90cc0edf4aea3c72576d05f7d5e79226"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="okpay"><file name="form.phtml" hash="0b6e53ed3a8800b02f8ccbb3fb8a9dfd"/><file name="info.phtml" hash="90cc0edf4aea3c72576d05f7d5e79226"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="okpay"><file name="form.phtml" hash="0b6e53ed3a8800b02f8ccbb3fb8a9dfd"/><file name="info.phtml" hash="90cc0edf4aea3c72576d05f7d5e79226"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="MagentoCenter_Okpay.csv" hash="ea71463bb6c2804daef0112ea79d36aa"/></dir><dir name="ru_RU"><file name="MagentoCenter_Okpay.csv" hash="a6fe1a26795f84e0802c84be50a64e01"/></dir></target><target name="magecommunity"><dir name="MagentoCenter"><dir name="Okpay"><dir name="Block"><file name="Form.php" hash="6006303527f4024606b52414641faa72"/><file name="Info.php" hash="844a3442793a49a6abace85d481b3eac"/><file name="Redirect.php" hash="4325dfa311b6ae3ffa1de72425502bab"/></dir><dir name="controllers"><file name="RedirectController.php" hash="27d7348e676c6ce95a90e9822b20b7e4"/></dir><dir name="etc"><file name="config.xml" hash="d2b77ff231ca5fc750c102360d090b54"/><file name="system.xml" hash="850d14da052f7b7ceef9753ca53c6777"/></dir><dir name="Helper"><file name="Data.php" hash="aa7adaf30f06e80f9421e317f5a51b75"/></dir><dir name="Model"><file name="Checkout.php" hash="7e9010568269f0af255c2b3435daab0c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MagentoCenter_Okpay.xml" hash="c2b660e7fd0b92d7357e7609669f81c5"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>