globalcheckout - Version 1.0.0

Version Notes

This is the first release of the Global Checkout payment gateway Magento integration

Download this release

Release Info

Developer AnnaConcept
Extension globalcheckout
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

app/design/frontend/base/default/template/annaconcept/globalcheckout/form.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * AnnaConcept
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
8
+ * It is also available through the world-wide-web at this URL:
9
+ * https://www.gnu.org/licenses/gpl-3.0.txt
10
+ *
11
+ * @category AnnaConcept
12
+ * @package AnnaConcept_GlobalCheckout
13
+ * @copyright Copyright (c) 2015 AnnaConcept. (http://annaconcept.com)
14
+ * @license https://www.gnu.org/licenses/gpl-3.0.txt GNU GENERAL PUBLIC LICENSE (GPL 3.0)
15
+ */
16
+
17
+ /**
18
+ * GlobalCheckout Standard payment method form template
19
+ *
20
+ * @category AnnaConcept
21
+ * @package AnnaConcept_GlobalCheckout
22
+ * @author Sebastian Pruteanu <sebi.pruteanu@gmail.com>
23
+ */
24
+ ?>
25
+ <ul class="form-list" id="payment_form_<?php echo $this->getMethodCode() ?>" style="display:none;">
26
+ <li class="form-alt"><?php echo $this->getRedirectMessage() ?></li>
27
+ </ul>
app/etc/modules/AnnaConcept_GlobalCheckout.xml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * AnnaConcept
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
9
+ * It is also available through the world-wide-web at this URL:
10
+ * https://www.gnu.org/licenses/gpl-3.0.txt
11
+ *
12
+ * @category AnnaConcept
13
+ * @package AnnaConcept_GlobalCheckout
14
+ * @copyright Copyright (c) 2015 AnnaConcept. (http://annaconcept.com)
15
+ * @license https://www.gnu.org/licenses/gpl-3.0.txt GNU GENERAL PUBLIC LICENSE (GPL 3.0)
16
+ */
17
+
18
+ /**
19
+ * Module xml
20
+ *
21
+ * @category AnnaConcept
22
+ * @package AnnaConcept_GlobalCheckout
23
+ * @author Sebastian Pruteanu <sebi.pruteanu@gmail.com>
24
+ */
25
+ -->
26
+ <config>
27
+ <modules>
28
+ <AnnaConcept_GlobalCheckout>
29
+ <active>true</active>
30
+ <codePool>community</codePool>
31
+ <depends>
32
+ <Mage_Payment />
33
+ </depends>
34
+ </AnnaConcept_GlobalCheckout>
35
+ </modules>
36
+ </config>
app/locale/en_US/template/email/global_checkout_email_notification.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Payment link @-->
2
+
3
+ <div>
4
+ <h1>Payment link</h1>
5
+ <p>Please confirm payment on this link: {{var link}}</p>
6
+ <ul>
7
+ <li>Order: {{var order}}</li>
8
+ <li>Amount: {{var amount}}</li>
9
+ <li>Shipping: {{var shipping}}</li>
10
+ </ul>
11
+
12
+ <p>Thank you !</p>
13
+ </div>
package.xml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>globalcheckout</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="https://www.gnu.org/licenses/gpl-3.0.txt">GNU GENERAL PUBLIC LICENSE (GPL 3.0)</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Global Checkout international payment gateway</summary>
10
+ <description>Global Checkout is a comprehensive international checkout service which caters to customers from over 200 countries worldwide. We work closely with our partner merchants to handle their international orders &#x2013; providing customers with a seamless and secure checkout experience, and fast, efficient delivery.&#xD;
11
+ Global Checkout is powered by comGateway, an industry-leading e-commerce solutions company. With over seven years of e-commerce expertise and experience, comGateway ensures that international customers experience the most reliable, convenient and secure online shopping experience.&#xD;
12
+ With DHL Express and FedEx Express as our Official Logistics Partners, our customers can be assured of the highest service level when it comes to international shipping.</description>
13
+ <notes>This is the first release of the Global Checkout payment gateway Magento integration</notes>
14
+ <authors><author><name>AnnaConcept</name><user>annaconcept</user><email>info@annaconcept.com</email></author><author><name>Sebastian Pruteanu</name><user>sebip</user><email>sebi.pruteanu@gmail.com</email></author></authors>
15
+ <date>2015-03-13</date>
16
+ <time>17:35:28</time>
17
+ <contents><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="annaconcept"><dir name="globalcheckout"><file name="form.phtml" hash="4d098fd6e7bd061cd66b43ce0332bfa7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="AnnaConcept_GlobalCheckout.xml" hash="f8bb1c935b697b09b04e5a8c62200db7"/></dir></target><target name="magelocale"><dir name="en_US"><file name="AnnaConcept_GlobalCheckout.csv" hash=""/><dir name="template"><dir name="email"><file name="global_checkout_email_notification.html" hash="791a9e2cdac07c45397ed93b912ea1f3"/></dir></dir></dir></target></contents>
18
+ <compatible/>
19
+ <dependencies><required><php><min>5.4.0</min><max>5.6.5</max></php></required></dependencies>
20
+ </package>