Cedcoss_Paytraders - Version 1.0.4

Version Notes

Payment Gateway Solution

Download this release

Release Info

Developer Mike Parry
Extension Cedcoss_Paytraders
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

app/code/local/Cedcoss/Paytraders/etc/system.xml CHANGED
@@ -87,21 +87,7 @@
87
  <show_in_website>1</show_in_website>
88
  <show_in_store>0</show_in_store>
89
  </showforce_paymentmethod>
90
-
91
-
92
- <image translate="label comment">
93
- <label>Image/Logo</label>
94
- <frontend_type>image</frontend_type>
95
- <backend_model>adminhtml/system_config_backend_image</backend_model>
96
- <upload_dir config="system/filesystem/media" scope_info="1">payatrader</upload_dir>
97
- <base_url type="media" scope_info="1">payatrader</base_url>
98
- <sort_order>71</sort_order>
99
- <show_in_default>1</show_in_default>
100
- <show_in_website>1</show_in_website>
101
- <show_in_store>1</show_in_store>
102
- <comment>logo or image to appear on PayaTraders page for your branding or white-labeling</comment>
103
- </image>
104
-
105
  <helpmsg translate="label">
106
  <label>Help Message</label>
107
  <frontend_type>textarea</frontend_type>
87
  <show_in_website>1</show_in_website>
88
  <show_in_store>0</show_in_store>
89
  </showforce_paymentmethod>
90
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  <helpmsg translate="label">
92
  <label>Help Message</label>
93
  <frontend_type>textarea</frontend_type>
app/design/frontend/base/default/template/paytraders/form/paytraders.phtml CHANGED
@@ -23,32 +23,8 @@
23
  <!-- Include the needed css/js files-->
24
  <link media="screen" rel="stylesheet" href="<?php echo Mage::getBaseUrl('skin'); ?>frontend/base/default/css/laybuy/tooltip.css" type="text/css">
25
 
26
- <img src="<?php echo $this->escapeHtml($this->getPaymentAcceptanceMarkSrc())?>" title="<?php echo $this->escapeHtml($this->getLayBuyTitle()) ?>" class="v-middle" />&nbsp;
27
 
28
  <?php
29
  $helpmsg = Mage::getStoreConfig('payment/paytraders/helpmsg');
30
  ?>
31
- <a href="#" class="callBackTip" title="<?php echo Mage::helper('paytraders')->__( $helpmsg) ?>"><?php echo Mage::helper('paytraders')->__('What is PayaCardSolution ?') ?></a>
32
- <script type="text/javscript">
33
- // initiate the plugin after DOM has loaded
34
- payatrader(function(){
35
- // List of all parameters and their default values:
36
- payatrader('a.callBackTip').aToolTip({
37
- // no need to change/override
38
- closeTipBtn: 'aToolTipCloseBtn',
39
- toolTipId: 'aToolTip',
40
- // ok to override
41
- fixed: false, // Set true to activate fixed position
42
- clickIt: true, // set to true for click activated tooltip
43
- inSpeed: 200, // Speed tooltip fades in
44
- outSpeed: 100, // Speed tooltip fades out
45
- tipContent: '<?php echo Mage::helper('paytraders')->__( $helpmsg ) ?>', // Pass in content or it will use objects 'title' attribute
46
- toolTipClass: 'defaultTheme', // Set class name for custom theme/styles
47
- xOffset: 5, // x position
48
- yOffset: 5, // y position
49
- onShow: function(){}, // callback function that fires after atooltip has shown
50
- onHide: function(){} // callback function that fires after atooltip has faded out
51
- });
52
-
53
- });
54
- </script>
23
  <!-- Include the needed css/js files-->
24
  <link media="screen" rel="stylesheet" href="<?php echo Mage::getBaseUrl('skin'); ?>frontend/base/default/css/laybuy/tooltip.css" type="text/css">
25
 
26
+ <img src="<?php echo Mage::getBaseUrl('skin');?>frontend/default/default/images/payment_cards_whitebg.png" title="<?php echo $this->escapeHtml($this->getLayBuyTitle()) ?>" class="v-middle" />&nbsp;
27
 
28
  <?php
29
  $helpmsg = Mage::getStoreConfig('payment/paytraders/helpmsg');
30
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cedcoss_Paytraders</name>
4
- <version>1.0.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>
@@ -14,9 +14,9 @@ Taking a credit or debit card payment guarantees the funds, unlike cheques which
14
  The cheque guarantee facility was withdrawn in 2011 and cheques themselves are likely to be phased out over the coming years. With Cards becoming the dominant form of secure payment Payatrader is the UK's first dedicated card acceptance solution for small businesses.</description>
15
  <notes>Payment Gateway Solution</notes>
16
  <authors><author><name>Mike Parry</name><user>acceptacard</user><email>mike.parry@acceptacard.co.uk</email></author></authors>
17
- <date>2015-09-18</date>
18
- <time>14:48:38</time>
19
- <contents><target name="magelocal"><dir name="Cedcoss"><dir><dir name="Paytraders"><dir name="Block"><dir name="Form"><file name="Paytraders.php" hash="eac26b778389a8cd69da4d89645ba75e"/></dir><dir name="Info"><file name="Paytraders.php" hash="3e669302d8e3b64f92fbb6333af63185"/></dir><dir name="Standard"><file name="Redirect.php" hash="47bb7e2ce5e8a61368e797f13c42bfc3"/></dir></dir><dir name="Helper"><file name="Config.php" hash="eae91600f3884b9254280b491abb2e40"/><file name="Data.php" hash="91c86adafdc72900695023face6f0774"/></dir><dir name="Model"><file name="PaymentMethod.php" hash="41c214c4b3f20b7abdad1211933b8656"/><dir name="Resource"><dir name="Transaction"><file name="Collection.php" hash="01d1c5f1d9d1b80b9c4c4e81050e198c"/></dir><file name="Transaction.php" hash="26d660ebbe3b56ab3350d07512e000b3"/></dir><file name="Transaction.php" hash="1f50682827167820536295408be73f04"/></dir><dir name="controllers"><file name="StandardController.php" hash="7ea460179bfd3fd984322729bd582f07"/></dir><dir name="etc"><file name="config.xml" hash="f962edb6bd50da2b652b3eb801b22d1c"/><file name="system.xml" hash="312f366f3323b4b4bbfcf1a024fdd2ac"/></dir><dir name="sql"><dir name="paytraders_setup"><file name="mysql4-install-0.1.0.php" hash="ceb08ae4a325beeb943d1582639537bc"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cedcoss_Paytraders.xml" hash="f42ebd6d28f01973f5e775aadb5c5525"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="paytraders.xml" hash="cb6464bcf4b31e64d9dcd70b8c077a13"/></dir><dir name="template"><dir name="paytraders"><file name="failure.phtml" hash="02ff42204674d46a2d19f4476213a05c"/><dir name="form"><file name="paytraders.phtml" hash="5a75689e67e048a05b3fc7a125bbd106"/></dir><dir name="info"><file name="paytraders.phtml" hash="b81bdd27bb0a9a51d3a6e9a024176471"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="paytraders"><dir name="info"><file name="paytraders.phtml" hash="100bc1798d771c7794b2689e48c94d1c"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="paytrader"><file name="jquery.atooltip.js" hash=""/><file name="jquery.min.js" hash=""/></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cedcoss_Paytraders</name>
4
+ <version>1.0.4</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>
14
  The cheque guarantee facility was withdrawn in 2011 and cheques themselves are likely to be phased out over the coming years. With Cards becoming the dominant form of secure payment Payatrader is the UK's first dedicated card acceptance solution for small businesses.</description>
15
  <notes>Payment Gateway Solution</notes>
16
  <authors><author><name>Mike Parry</name><user>acceptacard</user><email>mike.parry@acceptacard.co.uk</email></author></authors>
17
+ <date>2015-10-06</date>
18
+ <time>14:37:32</time>
19
+ <contents><target name="magelocal"><dir name="Cedcoss"><dir><dir name="Paytraders"><dir name="Block"><dir name="Form"><file name="Paytraders.php" hash="eac26b778389a8cd69da4d89645ba75e"/></dir><dir name="Info"><file name="Paytraders.php" hash="3e669302d8e3b64f92fbb6333af63185"/></dir><dir name="Standard"><file name="Redirect.php" hash="47bb7e2ce5e8a61368e797f13c42bfc3"/></dir></dir><dir name="Helper"><file name="Config.php" hash="eae91600f3884b9254280b491abb2e40"/><file name="Data.php" hash="91c86adafdc72900695023face6f0774"/></dir><dir name="Model"><file name="PaymentMethod.php" hash="41c214c4b3f20b7abdad1211933b8656"/><dir name="Resource"><dir name="Transaction"><file name="Collection.php" hash="01d1c5f1d9d1b80b9c4c4e81050e198c"/></dir><file name="Transaction.php" hash="26d660ebbe3b56ab3350d07512e000b3"/></dir><file name="Transaction.php" hash="1f50682827167820536295408be73f04"/></dir><dir name="controllers"><file name="StandardController.php" hash="7ea460179bfd3fd984322729bd582f07"/></dir><dir name="etc"><file name="config.xml" hash="f962edb6bd50da2b652b3eb801b22d1c"/><file name="system.xml" hash="76aebc21d27415c3d3e4888d5c3251f3"/></dir><dir name="sql"><dir name="paytraders_setup"><file name="mysql4-install-0.1.0.php" hash="ceb08ae4a325beeb943d1582639537bc"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cedcoss_Paytraders.xml" hash="f42ebd6d28f01973f5e775aadb5c5525"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="paytraders.xml" hash="cb6464bcf4b31e64d9dcd70b8c077a13"/></dir><dir name="template"><dir name="paytraders"><file name="failure.phtml" hash="02ff42204674d46a2d19f4476213a05c"/><dir name="form"><file name="paytraders.phtml" hash="c3df057cefbdafcd01a4d4567813533b"/></dir><dir name="info"><file name="paytraders.phtml" hash="b81bdd27bb0a9a51d3a6e9a024176471"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="paytraders"><dir name="info"><file name="paytraders.phtml" hash="100bc1798d771c7794b2689e48c94d1c"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="paytrader"><file name="jquery.atooltip.js" hash=""/><file name="jquery.min.js" hash=""/></dir></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><file name="payment_cards_whitebg.png" hash="ccd3fa379991e617a440108a3bac58a1"/></dir></dir></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
skin/frontend/default/default/images/payment_cards_whitebg.png ADDED
Binary file