Fontis_Australia - Version 1.2.5

Version Notes

Currently active are modules for BPAY, direct deposit, Australia Post, the addition of regions and postcodes, and the addition of ABN and phone number to the general configuration values (although currently not in use).

Download this release

Release Info

Developer Magento Core Team
Extension Fontis_Australia
Version 1.2.5
Comparing to
See all releases


Code changes from version 1.2.4 to 1.2.5

app/code/community/Fontis/Australia/etc/config.xml CHANGED
@@ -23,7 +23,7 @@
23
  <config>
24
  <modules>
25
  <Fontis_Australia>
26
- <version>1.2.4</version>
27
  <depends>
28
  <Mage_Shipping />
29
  <Mage_Payment />
@@ -126,7 +126,7 @@
126
  <default>
127
  <carriers>
128
  <australiapost>
129
- <active>1</active>
130
  <sallowspecific>0</sallowspecific>
131
  <model>australia/shipping_carrier_australiapost</model>
132
  <title>Australia Post</title>
@@ -170,7 +170,7 @@
170
  <calculate_using_customerid>0</calculate_using_customerid>
171
  </bpay>
172
  <directdeposit_au>
173
- <active>1</active>
174
  <model>australia/payment_directdeposit</model>
175
  <order_status>pending</order_status>
176
  <customer_group_access>0</customer_group_access>
23
  <config>
24
  <modules>
25
  <Fontis_Australia>
26
+ <version>1.2.5</version>
27
  <depends>
28
  <Mage_Shipping />
29
  <Mage_Payment />
126
  <default>
127
  <carriers>
128
  <australiapost>
129
+ <active>0</active>
130
  <sallowspecific>0</sallowspecific>
131
  <model>australia/shipping_carrier_australiapost</model>
132
  <title>Australia Post</title>
170
  <calculate_using_customerid>0</calculate_using_customerid>
171
  </bpay>
172
  <directdeposit_au>
173
+ <active>0</active>
174
  <model>australia/payment_directdeposit</model>
175
  <order_status>pending</order_status>
176
  <customer_group_access>0</customer_group_access>
app/design/adminhtml/default/default/template/fontis/australia/payment/bpay/form.phtml CHANGED
@@ -20,108 +20,87 @@
20
  */
21
  ?>
22
  <fieldset class="form-list">
23
- <ul id="payment_form_<?=$this->getMethodCode()?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
- <style type="text/css">
27
- <!--
28
- table.bpay{
29
- width: 200px;
30
- font-family: Arial, Helvetica, sans-serif;
31
- background-color: #FFFFFF;
32
- margin: 0px;
33
- border: 2px solid #10204B;
34
- padding: 6px;
35
- }
36
- td.bpayLogo {
37
- width: 42px;
38
- border: 2px solid #142C61;
39
- }
40
- .bpayLogo img {
41
- margin: 12px;
42
- }
43
- td.customerReferenceBox {
44
- border: 2px solid #142C61;
45
- padding: 0px 8px;
46
- height: 54px;
47
- width: 158px;
48
- }
49
 
50
- .customerReferenceBoxText {
51
- font-size: 13px;
52
- text-transform: capitalize;
53
- color: #142C61;
54
- white-space: nowrap;
55
- line-height: 22px;
56
- font-weight: normal;
57
- }
58
 
59
- .billerTextHeading {
60
- font-size: 11px;
61
- text-transform: capitalize;
62
- color: #142C61;
63
- white-space: nowrap;
64
- line-height: 20px;
65
- font-weight: bold;
66
- }
67
- .billerText{
68
- font-size: 11px;
69
- color: #142C61;
70
- }
71
- -->
72
- </style>
73
- <div align="left">
74
- <table border="0" cellpadding="0" cellspacing="0" class="bpay">
75
- <tr>
76
- <td width="1%" class="bpayLogo"><img src="http://www.bpay.com.au/images/bpay.jpg" width="51" height="82" /></td>
77
- <td class="customerReferenceBox">
78
- <p class="customerReferenceBoxText">
79
- <?if ($this->getMethod()->getBillerCode()):?>
80
- <?=$this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode())?><br />
81
- <?endif;?>
82
- <?if ($this->getMethod()->getRef()):?>
83
- <?=$this->__('<b>Ref</b>: %s', $this->getMethod()->getRef())?><br />
84
- <?endif;?>
85
- </p>
86
- </td>
87
- </tr>
88
- <tr>
89
- <td colspan="2">
90
- <p class="billerTextHeading">Telephone & Internet Banking – BPAY&reg;</p>
91
- </td>
92
- </tr>
93
- <tr>
94
- <td colspan="2">
95
- <p class="billerText">
96
- Contact your bank or financial institution to make this
97
- payment from your cheque, savings, debit, credit card
98
- or transaction account. More info: www.bpay.com.au
99
- </p>
100
- </td>
101
- </tr>
102
- </table>
103
- </div>
104
- <!--
105
- <div style="border:1px solid blue; padding:8px;">
106
- <img src="http://localhost/magento/bpay_portrait_small.gif" width="85" height="120" style="float:left;border:2px solid blue;" />
107
- <div style="height:120px; border:2px solid blue; background:white; margin-left:95px;">
108
- <p style="margin: 10px; font-size:24px; ">
109
- <?if ($this->getMethod()->getBillerCode()):?>
110
- <span style="margin-bottom:1em"><?=$this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode())?></span><br />
111
- <?endif;?>
112
- <?if ($this->getMethod()->getRef()):?>
113
- <span><?=$this->__('<b>Ref</b>: %s', $this->getMethod()->getRef())?></span><br />
114
- <?endif;?>
115
- </p>
116
- </div>
117
- <div style="border: 2px solid blue; background: white; margin-top: 6px; font-size:18px; padding: 6px;">
118
- <p><b>Telephone & Internet Banking – BPAY&reg;</b><br />
119
- Contact your bank or financial institution to make this
120
- payment from your cheque, savings, debit, credit card
121
- or transaction account. More info: www.bpay.com.au</p>
122
- </div>
123
- </div>
124
- -->
125
  </div>
126
  </li>
127
  </ul>
20
  */
21
  ?>
22
  <fieldset class="form-list">
23
+ <ul id="payment_form_<?php echo $this->getMethodCode(); ?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
+ <style type="text/css">
27
+ <!--
28
+ table.bpay{
29
+ width: 200px;
30
+ font-family: Arial, Helvetica, sans-serif;
31
+ background-color: #FFFFFF;
32
+ margin: 0px;
33
+ border: 2px solid #10204B;
34
+ padding: 6px;
35
+ }
36
+ td.bpayLogo {
37
+ width: 42px;
38
+ border: 2px solid #142C61;
39
+ }
40
+ .bpayLogo img {
41
+ margin: 12px;
42
+ }
43
+ td.customerReferenceBox {
44
+ border: 2px solid #142C61;
45
+ padding: 0px 8px;
46
+ height: 54px;
47
+ width: 158px;
48
+ }
49
 
50
+ .customerReferenceBoxText {
51
+ font-size: 13px;
52
+ text-transform: capitalize;
53
+ color: #142C61;
54
+ white-space: nowrap;
55
+ line-height: 22px;
56
+ font-weight: normal;
57
+ }
58
 
59
+ .billerTextHeading {
60
+ font-size: 11px;
61
+ text-transform: capitalize;
62
+ color: #142C61;
63
+ white-space: nowrap;
64
+ line-height: 20px;
65
+ font-weight: bold;
66
+ }
67
+ .billerText{
68
+ font-size: 11px;
69
+ color: #142C61;
70
+ }
71
+ -->
72
+ </style>
73
+ <div align="left">
74
+ <table border="0" cellpadding="0" cellspacing="0" class="bpay">
75
+ <tr>
76
+ <td width="1%" class="bpayLogo"><img src="http://www.bpay.com.au/images/bpay.jpg" width="51" height="82" /></td>
77
+ <td class="customerReferenceBox">
78
+ <p class="customerReferenceBoxText">
79
+ <?php if ($this->getMethod()->getBillerCode()): ?>
80
+ <?php echo $this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode()); ?><br />
81
+ <?php endif; ?>
82
+ <?php if ($this->getMethod()->getRef()): ?>
83
+ <?php echo $this->__('<b>Ref</b>: %s', $this->getMethod()->getRef()); ?><br />
84
+ <?php endif; ?>
85
+ </p>
86
+ </td>
87
+ </tr>
88
+ <tr>
89
+ <td colspan="2">
90
+ <p class="billerTextHeading">Telephone & Internet Banking – BPAY&reg;</p>
91
+ </td>
92
+ </tr>
93
+ <tr>
94
+ <td colspan="2">
95
+ <p class="billerText">
96
+ Contact your bank or financial institution to make this
97
+ payment from your cheque, savings, debit, credit card
98
+ or transaction account. More info: www.bpay.com.au
99
+ </p>
100
+ </td>
101
+ </tr>
102
+ </table>
103
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  </div>
105
  </li>
106
  </ul>
app/design/adminhtml/default/default/template/fontis/australia/payment/bpay/info.phtml CHANGED
@@ -21,11 +21,11 @@
21
  ?>
22
  <div>
23
  <p>
24
- <?if ($this->getMethod()->getBillerCode()):?>
25
- <?=$this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode())?><br />
26
- <?endif;?>
27
- <?if ($this->getMethod()->getRef()):?>
28
- <?=$this->__('<b>Ref</b>: %s', $this->getMethod()->getRef())?><br />
29
- <?endif;?>
30
  </p>
31
  </div>
21
  ?>
22
  <div>
23
  <p>
24
+ <?php if ($this->getMethod()->getBillerCode()): ?>
25
+ <?php echo $this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode()); ?><br />
26
+ <?php endif; ?>
27
+ <?php if ($this->getMethod()->getRef()): ?>
28
+ <?php echo $this->__('<b>Ref</b>: %s', $this->getMethod()->getRef()); ?><br />
29
+ <?php endif; ?>
30
  </p>
31
  </div>
app/design/adminhtml/default/default/template/fontis/australia/payment/directdeposit/form.phtml CHANGED
@@ -23,15 +23,15 @@
23
  <ul id="payment_form_<?=$this->getMethodCode()?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
- <?if ($this->getMethod()->getAccountName()):?>
27
- <?=$this->__('<label>Account Name</label>: %s', $this->getMethod()->getAccountName())?><br />
28
- <?endif;?>
29
- <?if ($this->getMethod()->getAccountBSB()):?>
30
- <?=$this->__('<label>Account BSB</label>: %s', $this->getMethod()->getAccountBSB())?><br />
31
- <?endif;?>
32
- <?if ($this->getMethod()->getAccountNumber()):?>
33
- <?=$this->__('<label>Account Number</label>: %s', $this->getMethod()->getAccountNumber())?><br />
34
- <?endif;?>
35
  </div>
36
  </li>
37
  </ul>
23
  <ul id="payment_form_<?=$this->getMethodCode()?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
+ <?php if ($this->getMethod()->getAccountName()): ?>
27
+ <?php echo $this->__('<label>Account Name</label>: %s', $this->getMethod()->getAccountName()); ?><br />
28
+ <?php endif; ?>
29
+ <?php if ($this->getMethod()->getAccountBSB()): ?>
30
+ <?php echo $this->__('<label>Account BSB</label>: %s', $this->getMethod()->getAccountBSB()); ?><br />
31
+ <?php endif; ?>
32
+ <?php if ($this->getMethod()->getAccountNumber()): ?>
33
+ <?php echo $this->__('<label>Account Number</label>: %s', $this->getMethod()->getAccountNumber()); ?><br />
34
+ <?php endif; ?>
35
  </div>
36
  </li>
37
  </ul>
app/design/adminhtml/default/default/template/fontis/australia/payment/directdeposit/info.phtml CHANGED
@@ -19,10 +19,10 @@
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
  ?>
22
- <p><?=$this->getMethod()->getTitle()?>
23
- <?if($this->getInfo()->getAdditionalData()):?>
24
- <?if($this->getAccountName()):?><br /><?=$this->__('Account Name: %s', $this->getAccountName())?><?endif;?>
25
- <?if($this->getAccountBSB()):?><br /><?=$this->__('Account BSB: %s', $this->getAccountBSB())?><?endif;?>
26
- <?if($this->getAccountNumber()):?><br /><?=$this->__('Account Number: %s', $this->getAccountNumber())?><?endif;?>
27
- <?endif;?>
28
  </p>
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
  ?>
22
+ <p><?php echo $this->getMethod()->getTitle(); ?>
23
+ <?php if($this->getInfo()->getAdditionalData()): ?>
24
+ <?php if($this->getAccountName()):?><br /><?=$this->__('Account Name: %s', $this->getAccountName()); ?><?php endif; ?>
25
+ <?php if($this->getAccountBSB()):?><br /><?=$this->__('Account BSB: %s', $this->getAccountBSB()); ?><?php endif; ?>
26
+ <?php if($this->getAccountNumber()):?><br /><?=$this->__('Account Number: %s', $this->getAccountNumber()); ?><?php endif; ?>
27
+ <?php endif; ?>
28
  </p>
app/design/frontend/default/default/template/fontis/australia/payment/bpay/form.phtml CHANGED
@@ -20,108 +20,87 @@
20
  */
21
  ?>
22
  <fieldset class="form-list">
23
- <ul id="payment_form_<?=$this->getMethodCode()?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
- <style type="text/css">
27
- <!--
28
- table.bpay{
29
- width: 200px;
30
- font-family: Arial, Helvetica, sans-serif;
31
- background-color: #FFFFFF;
32
- margin: 0px;
33
- border: 2px solid #10204B;
34
- padding: 6px;
35
- }
36
- td.bpayLogo {
37
- width: 42px;
38
- border: 2px solid #142C61;
39
- }
40
- .bpayLogo img {
41
- margin: 12px;
42
- }
43
- td.customerReferenceBox {
44
- border: 2px solid #142C61;
45
- padding: 0px 8px;
46
- height: 54px;
47
- width: 158px;
48
- }
49
 
50
- .customerReferenceBoxText {
51
- font-size: 13px;
52
- text-transform: capitalize;
53
- color: #142C61;
54
- white-space: nowrap;
55
- line-height: 22px;
56
- font-weight: normal;
57
- }
58
 
59
- .billerTextHeading {
60
- font-size: 11px;
61
- text-transform: capitalize;
62
- color: #142C61;
63
- white-space: nowrap;
64
- line-height: 20px;
65
- font-weight: bold;
66
- }
67
- .billerText{
68
- font-size: 11px;
69
- color: #142C61;
70
- }
71
- -->
72
- </style>
73
- <div align="left">
74
- <table border="0" cellpadding="0" cellspacing="0" class="bpay">
75
- <tr>
76
- <td width="1%" class="bpayLogo"><img src="http://www.bpay.com.au/images/bpay.jpg" width="51" height="82" /></td>
77
- <td class="customerReferenceBox">
78
- <p class="customerReferenceBoxText">
79
- <?if ($this->getMethod()->getBillerCode()):?>
80
- <?=$this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode())?><br />
81
- <?endif;?>
82
- <?if ($this->getMethod()->getRef()):?>
83
- <?=$this->__('<b>Ref</b>: %s', $this->getMethod()->getRef())?><br />
84
- <?endif;?>
85
- </p>
86
- </td>
87
- </tr>
88
- <tr>
89
- <td colspan="2">
90
- <p class="billerTextHeading">Telephone & Internet Banking – BPAY&reg;</p>
91
- </td>
92
- </tr>
93
- <tr>
94
- <td colspan="2">
95
- <p class="billerText">
96
- Contact your bank or financial institution to make this
97
- payment from your cheque, savings, debit, credit card
98
- or transaction account. More info: www.bpay.com.au
99
- </p>
100
- </td>
101
- </tr>
102
- </table>
103
- </div>
104
- <!--
105
- <div style="border:1px solid blue; padding:8px;">
106
- <img src="http://localhost/magento/bpay_portrait_small.gif" width="85" height="120" style="float:left;border:2px solid blue;" />
107
- <div style="height:120px; border:2px solid blue; background:white; margin-left:95px;">
108
- <p style="margin: 10px; font-size:24px; ">
109
- <?if ($this->getMethod()->getBillerCode()):?>
110
- <span style="margin-bottom:1em"><?=$this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode())?></span><br />
111
- <?endif;?>
112
- <?if ($this->getMethod()->getRef()):?>
113
- <span><?=$this->__('<b>Ref</b>: %s', $this->getMethod()->getRef())?></span><br />
114
- <?endif;?>
115
- </p>
116
- </div>
117
- <div style="border: 2px solid blue; background: white; margin-top: 6px; font-size:18px; padding: 6px;">
118
- <p><b>Telephone & Internet Banking – BPAY&reg;</b><br />
119
- Contact your bank or financial institution to make this
120
- payment from your cheque, savings, debit, credit card
121
- or transaction account. More info: www.bpay.com.au</p>
122
- </div>
123
- </div>
124
- -->
125
  </div>
126
  </li>
127
  </ul>
20
  */
21
  ?>
22
  <fieldset class="form-list">
23
+ <ul id="payment_form_<?php echo $this->getMethodCode(); ?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
+ <style type="text/css">
27
+ <!--
28
+ table.bpay{
29
+ width: 200px;
30
+ font-family: Arial, Helvetica, sans-serif;
31
+ background-color: #FFFFFF;
32
+ margin: 0px;
33
+ border: 2px solid #10204B;
34
+ padding: 6px;
35
+ }
36
+ td.bpayLogo {
37
+ width: 42px;
38
+ border: 2px solid #142C61;
39
+ }
40
+ .bpayLogo img {
41
+ margin: 12px;
42
+ }
43
+ td.customerReferenceBox {
44
+ border: 2px solid #142C61;
45
+ padding: 0px 8px;
46
+ height: 54px;
47
+ width: 158px;
48
+ }
49
 
50
+ .customerReferenceBoxText {
51
+ font-size: 13px;
52
+ text-transform: capitalize;
53
+ color: #142C61;
54
+ white-space: nowrap;
55
+ line-height: 22px;
56
+ font-weight: normal;
57
+ }
58
 
59
+ .billerTextHeading {
60
+ font-size: 11px;
61
+ text-transform: capitalize;
62
+ color: #142C61;
63
+ white-space: nowrap;
64
+ line-height: 20px;
65
+ font-weight: bold;
66
+ }
67
+ .billerText{
68
+ font-size: 11px;
69
+ color: #142C61;
70
+ }
71
+ -->
72
+ </style>
73
+ <div align="left">
74
+ <table border="0" cellpadding="0" cellspacing="0" class="bpay">
75
+ <tr>
76
+ <td width="1%" class="bpayLogo"><img src="http://www.bpay.com.au/images/bpay.jpg" width="51" height="82" /></td>
77
+ <td class="customerReferenceBox">
78
+ <p class="customerReferenceBoxText">
79
+ <?php if ($this->getMethod()->getBillerCode()): ?>
80
+ <?php echo $this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode()); ?><br />
81
+ <?php endif; ?>
82
+ <?php if ($this->getMethod()->getRef()): ?>
83
+ <?php echo $this->__('<b>Ref</b>: %s', $this->getMethod()->getRef()); ?><br />
84
+ <?php endif; ?>
85
+ </p>
86
+ </td>
87
+ </tr>
88
+ <tr>
89
+ <td colspan="2">
90
+ <p class="billerTextHeading">Telephone & Internet Banking – BPAY&reg;</p>
91
+ </td>
92
+ </tr>
93
+ <tr>
94
+ <td colspan="2">
95
+ <p class="billerText">
96
+ Contact your bank or financial institution to make this
97
+ payment from your cheque, savings, debit, credit card
98
+ or transaction account. More info: www.bpay.com.au
99
+ </p>
100
+ </td>
101
+ </tr>
102
+ </table>
103
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  </div>
105
  </li>
106
  </ul>
app/design/frontend/default/default/template/fontis/australia/payment/bpay/info.phtml CHANGED
@@ -19,11 +19,11 @@
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
  ?>
22
- <p><?=$this->getMethod()->getTitle()?>
23
- <?if ($this->getMethod()->getBillerCode()):?>
24
- <br /><?=$this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode())?>
25
- <?endif;?>
26
- <?if ($this->getMethod()->getRef()):?>
27
- <br /><?=$this->__('<b>Ref</b>: %s', $this->getMethod()->getRef())?>
28
- <?endif;?>
29
  </p>
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
  ?>
22
+ <p><?php echo $this->getMethod()->getTitle(); ?>
23
+ <?php if ($this->getMethod()->getBillerCode()): ?>
24
+ <br /><?php echo $this->__('<b>Biller Code</b>: %s', $this->getMethod()->getBillerCode()); ?>
25
+ <?php endif; ?>
26
+ <?php if ($this->getMethod()->getRef()): ?>
27
+ <br /><?php echo $this->__('<b>Ref</b>: %s', $this->getMethod()->getRef()); ?>
28
+ <?php endif; ?>
29
  </p>
app/design/frontend/default/default/template/fontis/australia/payment/directdeposit/form.phtml CHANGED
@@ -23,18 +23,18 @@
23
  <ul id="payment_form_<?=$this->getMethodCode()?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
- <?if ($this->getMethod()->getAccountName()):?>
27
- <?=$this->__('<label>Account Name</label>: %s', $this->getMethod()->getAccountName())?><br />
28
- <?endif;?>
29
- <?if ($this->getMethod()->getAccountBSB()):?>
30
- <?=$this->__('<label>Account BSB</label>: %s', $this->getMethod()->getAccountBSB())?><br />
31
- <?endif;?>
32
- <?if ($this->getMethod()->getAccountNumber()):?>
33
- <?=$this->__('<label>Account Number</label>: %s', $this->getMethod()->getAccountNumber())?><br />
34
- <?endif;?>
35
- <?if ($this->getMethod()->getMessage()):?>
36
- <p><?=$this->__('%s', $this->getMethod()->getMessage());?></p>
37
  <?endif;?>
 
 
 
 
 
 
38
  </div>
39
  </li>
40
  </ul>
23
  <ul id="payment_form_<?=$this->getMethodCode()?>" style="display:none">
24
  <li>
25
  <div class="input-box">
26
+ <?php if ($this->getMethod()->getAccountName()): ?>
27
+ <?php echo $this->__('<label>Account Name</label>: %s', $this->getMethod()->getAccountName()) ?><br />
28
+ <?php endif;?>
29
+ <?php if ($this->getMethod()->getAccountBSB()): ?>
30
+ <?php echo $this->__('<label>Account BSB</label>: %s', $this->getMethod()->getAccountBSB()) ?><br />
 
 
 
 
 
 
31
  <?endif;?>
32
+ <?php if ($this->getMethod()->getAccountNumber()): ?>
33
+ <?php echo $this->__('<label>Account Number</label>: %s', $this->getMethod()->getAccountNumber()) ?><br />
34
+ <?php endif;?>
35
+ <?php if ($this->getMethod()->getMessage()): ?>
36
+ <p><?php echo $this->__('%s', $this->getMethod()->getMessage()); ?></p>
37
+ <?php endif;?>
38
  </div>
39
  </li>
40
  </ul>
app/design/frontend/default/default/template/fontis/australia/payment/directdeposit/info.phtml CHANGED
@@ -19,10 +19,10 @@
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
  ?>
22
- <p><?=$this->getMethod()->getTitle()?>
23
- <?if($this->getInfo()->getAdditionalData()):?>
24
- <?if($this->getAccountName()):?><br /><?=$this->__('Account Name: %s', $this->getAccountName())?><?endif;?>
25
- <?if($this->getAccountBSB()):?><br /><?=$this->__('Account BSB: %s', $this->getAccountBSB())?><?endif;?>
26
- <?if($this->getAccountNumber()):?><br /><?=$this->__('Account Number: %s', $this->getAccountNumber())?><?endif;?>
27
- <?endif;?>
28
  </p>
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
  ?>
22
+ <p><?php echo $this->getMethod()->getTitle() ?>
23
+ <?php //if($this->getInfo()->getAdditionalData()): ?>
24
+ <?php if($this->getAccountName()): ?><br /><?php echo $this->__('Account Name: %s', $this->getAccountName()); ?><?php endif; ?>
25
+ <?php if($this->getAccountBSB()): ?><br /><?php echo $this->__('Account BSB: %s', $this->getAccountBSB()); ?><?php endif; ?>
26
+ <?php if($this->getAccountNumber()): ?><br /><?php echo $this->__('Account Number: %s', $this->getAccountNumber()); ?><?php endif; ?>
27
+ <?php //endif;?>
28
  </p>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fontis_Australia</name>
4
- <version>1.2.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>This extension is intended to provide most of the functionality needed to run a Magento store in Australia. This includes all essential payment and shipping methods as well as small localisations such as adding the store's ABN, adding Australian states and territories to the region directory and adding in a postcode database.</description>
11
  <notes>Currently active are modules for BPAY, direct deposit, Australia Post, the addition of regions and postcodes, and the addition of ABN and phone number to the general configuration values (although currently not in use).</notes>
12
  <authors><author><name>Chris Norton</name><user>auto-converted</user><email>chris.norton@fontis.com.au</email></author><author><name>Lloyd Hazlett</name><user>auto-converted</user><email>hazzard43@fastmail.fm</email></author><author><name>Fontis</name><user>auto-converted</user><email>magento@fontis.com.au</email></author></authors>
13
- <date>2009-08-24</date>
14
- <time>06:52:06</time>
15
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="fontis"><dir name="australia"><dir name="payment"><dir name="bpay"><file name="form.phtml" hash="2bd318e4e8ac220a6b2f8339d5cf090d"/><file name="info.phtml" hash="70dae47552b94f5773afb59d00555a4b"/></dir><dir name="directdeposit"><file name="form.phtml" hash="1d01443b2e0f3147bf65dd9c799d4744"/><file name="info.phtml" hash="70d76862e026d4e8d76e6c32a36a5d74"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="fontis"><dir name="australia"><dir name="payment"><dir name="bpay"><file name="form.phtml" hash="2bd318e4e8ac220a6b2f8339d5cf090d"/><file name="info.phtml" hash="f578ec338f8b333f20af6253676fa167"/></dir><dir name="directdeposit"><file name="form.phtml" hash="1ad42dfd4409c49166e864469b24b898"/><file name="info.phtml" hash="70d76862e026d4e8d76e6c32a36a5d74"/></dir></dir><file name="postcode-checkout.phtml" hash="51867acd43c4f8c982ab1fea103a579f"/><file name="postcode.phtml" hash="b0d7bfa170c7ca3bd4a256f0404d7189"/><file name="postcode.phtml.~1~" hash="85dbbd2b416f85f230dcce12e52cb397"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Fontis"><dir name="Australia"><dir name="Block"><dir name="Bpay"><file name="Form.php" hash="958e11d14d7c87054a68d34b60c498d6"/><file name="Info.php" hash="a28f40be3c76637eb43ba80c61031512"/></dir><dir name="Directdeposit"><file name="Form.php" hash="13589d5d85499678bdc62fde04107095"/><file name="Info.php" hash="0f31ac7451127c87813c823423a9057b"/></dir><file name="Autocomplete.php" hash="4f33f809dae969781ead580b13e9bd3a"/></dir><dir name="controllers"><file name="AjaxController.php" hash="5fb086e3236446b6a6f10f4c78eb3fcb"/></dir><dir name="etc"><file name="config.xml" hash="65abfd7b682bd959420c48609c860fe7"/><file name="system.xml" hash="55e1454a117345d75972ce83501f1cf1"/></dir><dir name="Helper"><file name="Data.php" hash="e493486d7a5ccd5589d99d08b136b819"/></dir><dir name="Model"><dir name="Config"><file name="CustomerGroupAccess.php" hash="e531a8049b9a877e01c2b806b065dbef"/><file name="CustomerGroups.php" hash="8014e56b1141cb9bbb63f807ec1c87a5"/></dir><dir name="Mysql4"><dir name="Shipping"><dir name="Carrier"><dir name="Eparcel"><file name="Collection.php" hash="87f450c6b318060b83e7d7d0662cdf50"/></dir><file name="Eparcel.php" hash="9614eed4296b17a429db745c289d42cf"/></dir></dir></dir><dir name="Payment"><file name="Bpay.php" hash="56d5b9d3e17cbc9ff4316fef2574401a"/><file name="Directdeposit.php" hash="21c4febe6d321450fba4de5e655093c8"/></dir><dir name="Shipping"><dir name="Carrier"><file name="Australiapost.php" hash="a5555c24db85f036ed32f38b13b6d101"/><file name="Eparcel.php" hash="b65cd938b27b4666e22b6833ca738226"/></dir><dir name="Config"><file name="Eparcel.php" hash="8c754cdc86316dbee53db68f0e2652bc"/><file name="Eparcelcondition.php" hash="b8cc830ab6e0e397d32bf574f60b0500"/><file name="Weightunits.php" hash="e13ba9de393ae67420f863d4008c3c72"/></dir></dir><dir name="Tax"><file name="Gst.php" hash="d7e024971dab498e80de8c957d2911f2"/></dir></dir><dir name="sql"><dir name="australia_setup"><file name="mysql4-install-0.7.0.php" hash="f475b13bb5319599c4a852cfb8788f9a"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="2eeefbf77b10d568f435711d368a5295"/><file name="postcodes.txt" hash="21083a0f94e200259c9b4540666b251e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fontis_Australia.xml" hash="a60b83cf1b1b449a16fe09da16342a4d"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fontis_Australia</name>
4
+ <version>1.2.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
10
  <description>This extension is intended to provide most of the functionality needed to run a Magento store in Australia. This includes all essential payment and shipping methods as well as small localisations such as adding the store's ABN, adding Australian states and territories to the region directory and adding in a postcode database.</description>
11
  <notes>Currently active are modules for BPAY, direct deposit, Australia Post, the addition of regions and postcodes, and the addition of ABN and phone number to the general configuration values (although currently not in use).</notes>
12
  <authors><author><name>Chris Norton</name><user>auto-converted</user><email>chris.norton@fontis.com.au</email></author><author><name>Lloyd Hazlett</name><user>auto-converted</user><email>hazzard43@fastmail.fm</email></author><author><name>Fontis</name><user>auto-converted</user><email>magento@fontis.com.au</email></author></authors>
13
+ <date>2009-09-16</date>
14
+ <time>05:53:32</time>
15
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="fontis"><dir name="australia"><dir name="payment"><dir name="bpay"><file name="form.phtml" hash="7245a655eac2513f8cd6c1a825586936"/><file name="info.phtml" hash="7e548c0a8d2c8f4ad780cbf44a5962b9"/></dir><dir name="directdeposit"><file name="form.phtml" hash="0e5272781aa7c4d25c1c243fcf00487e"/><file name="info.phtml" hash="38112ef511c67c91a3f2ad43da7929da"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="fontis"><dir name="australia"><dir name="payment"><dir name="bpay"><file name="form.phtml" hash="7245a655eac2513f8cd6c1a825586936"/><file name="info.phtml" hash="1bff83747996dbad7ff599b7d8842bf0"/></dir><dir name="directdeposit"><file name="form.phtml" hash="e67ee14cf3fb2c9dd15d95eae1be1195"/><file name="info.phtml" hash="8bc98b2fd1d1943f17d2831a67c97db3"/></dir></dir><file name="postcode-checkout.phtml" hash="51867acd43c4f8c982ab1fea103a579f"/><file name="postcode.phtml" hash="b0d7bfa170c7ca3bd4a256f0404d7189"/><file name="postcode.phtml.~1~" hash="85dbbd2b416f85f230dcce12e52cb397"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Fontis"><dir name="Australia"><dir name="Block"><dir name="Bpay"><file name="Form.php" hash="958e11d14d7c87054a68d34b60c498d6"/><file name="Info.php" hash="a28f40be3c76637eb43ba80c61031512"/></dir><dir name="Directdeposit"><file name="Form.php" hash="13589d5d85499678bdc62fde04107095"/><file name="Info.php" hash="0f31ac7451127c87813c823423a9057b"/></dir><file name="Autocomplete.php" hash="4f33f809dae969781ead580b13e9bd3a"/></dir><dir name="controllers"><file name="AjaxController.php" hash="5fb086e3236446b6a6f10f4c78eb3fcb"/></dir><dir name="etc"><file name="config.xml" hash="c56879e13b7e6553d72840419b1fb9bc"/><file name="system.xml" hash="55e1454a117345d75972ce83501f1cf1"/></dir><dir name="Helper"><file name="Data.php" hash="e493486d7a5ccd5589d99d08b136b819"/></dir><dir name="Model"><dir name="Config"><file name="CustomerGroupAccess.php" hash="e531a8049b9a877e01c2b806b065dbef"/><file name="CustomerGroups.php" hash="8014e56b1141cb9bbb63f807ec1c87a5"/></dir><dir name="Mysql4"><dir name="Shipping"><dir name="Carrier"><dir name="Eparcel"><file name="Collection.php" hash="87f450c6b318060b83e7d7d0662cdf50"/></dir><file name="Eparcel.php" hash="9614eed4296b17a429db745c289d42cf"/></dir></dir></dir><dir name="Payment"><file name="Bpay.php" hash="56d5b9d3e17cbc9ff4316fef2574401a"/><file name="Directdeposit.php" hash="21c4febe6d321450fba4de5e655093c8"/></dir><dir name="Shipping"><dir name="Carrier"><file name="Australiapost.php" hash="7e3e4ff6253b31587ff0f9849135f2bc"/><file name="Eparcel.php" hash="b65cd938b27b4666e22b6833ca738226"/></dir><dir name="Config"><file name="Eparcel.php" hash="8c754cdc86316dbee53db68f0e2652bc"/><file name="Eparcelcondition.php" hash="b8cc830ab6e0e397d32bf574f60b0500"/><file name="Weightunits.php" hash="e13ba9de393ae67420f863d4008c3c72"/></dir></dir><dir name="Tax"><file name="Gst.php" hash="d7e024971dab498e80de8c957d2911f2"/></dir></dir><dir name="sql"><dir name="australia_setup"><file name="mysql4-install-0.7.0.php" hash="f475b13bb5319599c4a852cfb8788f9a"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="2eeefbf77b10d568f435711d368a5295"/><file name="postcodes.txt" hash="21083a0f94e200259c9b4540666b251e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fontis_Australia.xml" hash="a60b83cf1b1b449a16fe09da16342a4d"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>