diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71e3cb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,66 @@ +# Created by .ignore support plugin (hsz.mobi) +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm + +*.iml + +## Directory-based project format: +.idea/ +# if you remove the above rule, at least ignore the following: + +# User-specific stuff: +# .idea/workspace.xml +# .idea/tasks.xml +# .idea/dictionaries + +# Sensitive or high-churn files: +# .idea/dataSources.ids +# .idea/dataSources.xml +# .idea/sqlDataSources.xml +# .idea/dynamic.xml +# .idea/uiDesigner.xml + +# Gradle: +# .idea/gradle.xml +# .idea/libraries + +# Mongo Explorer plugin: +# .idea/mongoSettings.xml + +## File-based project format: +*.ipr +*.iws + +## Plugin-specific files: + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties + + +### WordPress template +*.log +.htaccess +sitemap.xml +sitemap.xml.gz +wp-config.php +wp-content/advanced-cache.php +wp-content/backup-db/ +wp-content/backups/ +wp-content/blogs.dir/ +wp-content/cache/ +wp-content/upgrade/ +wp-content/uploads/ +wp-content/wp-cache-config.php + + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e06d208 --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/README.md b/README.md index ced1689..352c361 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,66 @@ # woocommerceAtosPlugin -Wordpress plugin that enables Atos gateway for Woocommerce +Wordpress plugin that enable Atos payment for Woocommerce. + +Install +------- +Depending on your web server, copy the correct binary files on your server. +If you are on Linux, and want to know if you run 32 or 64 bits, just type: + + getconf LONG_BIT + +For these binaries, don't forget to add execution rights. + + chmod +x + +Put your params files too on your web server. + +To use the credit cards logos given with this plugin, change images path in your param/pathfile. + +``` +D_LOGO!/wp-content/plugins/woocommerceAtos/images/! +``` + +Take a look at the examples atos files provided with this plugin to put the correct values in **YOUR** param files. + +**Automatic response** + +Create a page that contains shortcode above and fill the automatic_response_url field in admin. + +``` +[woocommerce_atos_automatic_response] +``` +---------- + +Test mode +--------- +Use these values to test your installation. + +Credit card success infos + + Credit card n°: 4974934125497800 + Crypt key: 600 + Expiration date: anything in the future + +Credit card failed infos + + Credit cart n°: 4974934125497800 + Crypt key: 655 + Expiration date: anything in the future + +For 3D secure test + + Valid password: 00000000 + Invalid password: anything else + +Security +--------- +For security purpose, the param files **must** be located somewhere outside the webroot of your site. +Example: if your wordpress installation is something like +``` +/var/www/wordpress +``` +Then your param files should be located in: +``` +/var/atos/param/ +``` + diff --git a/atos/param/certif.fr.014022286611111.php b/atos/param/certif.fr.014022286611111.php new file mode 100644 index 0000000..6a3cd57 --- /dev/null +++ b/atos/param/certif.fr.014022286611111.php @@ -0,0 +1,54 @@ + diff --git a/atos/param/certif.fr.014022286611112.php b/atos/param/certif.fr.014022286611112.php new file mode 100644 index 0000000..9070d6f --- /dev/null +++ b/atos/param/certif.fr.014022286611112.php @@ -0,0 +1,54 @@ + diff --git a/atos/param/parmcom.014022286611112 b/atos/param/parmcom.014022286611112 new file mode 100644 index 0000000..3a97589 --- /dev/null +++ b/atos/param/parmcom.014022286611112 @@ -0,0 +1,32 @@ +############################################################################### +# +# Fichier des parametres du commercant +# +# Remarque : Ce fichier parametre est sous la responsabilite du +# commercant +# +############################################################################### + +# logo 1 du commercant (apparait en haut a gauche) + +LOGO!commercant.gif! + +# logo 2 du commercant (apparait en haut a droite) + +LOGO2!commercant.gif! + +# URL de retour automatique de la reponse du paiement + +#AUTO_RESPONSE_URL!! + +# URL de retour suite a paiement refuse + +CANCEL_URL!http://! + +# URL de retour suite a paiement accepte + +RETURN_URL!http://! + +# END OF FILE + + diff --git a/atos/param/parmcom.webaffaires b/atos/param/parmcom.webaffaires new file mode 100644 index 0000000..f7f809c --- /dev/null +++ b/atos/param/parmcom.webaffaires @@ -0,0 +1,64 @@ +############################################################################### +# +# Fichier des parametres WEBAFFAIRES +# +# Remarque : Ce fichier parametre est sous la responsabilite de +# Votre banque +# +############################################################################### + + +# Logo de webaffaires et de votre banque (il apparait en haut au centre) + +ADVERT!webaffaires.jpg! + +# couleur du fond d'ecran (blanc) + +BGCOLOR!ffffff! + +# Mode d'affichage des blocs de paiement + +BLOCK_ALIGN!center! + +# Ordre d'affichage des blocs de paiement + +BLOCK_ORDER!1,2,3,4,5,6,7,8! + +# Mode de securite + +CONDITION!SSL! + +# Code devise (978=EURO) + +CURRENCY!978! + +# flag d'edition des libelles des blocs de paiement + +HEADER_FLAG!yes! + +# Code langage de l'acheteur (fr=francais) + +LANGUAGE!fr! + +# Code pays du commercant + +MERCHANT_COUNTRY!fr! + +# Code langage du commercant + +MERCHANT_LANGUAGE!fr! + +# Liste des moyens de paiement acceptes + +PAYMENT_MEANS!CB,2,VISA,2,MASTERCARD,2! + +# Passage en une seule frame securisee au moment du paiement + +TARGET!_top! + +# Couleur du text (noir) + +TEXTCOLOR!000000! + +# END OF FILE + diff --git a/atos/param/pathfile b/atos/param/pathfile new file mode 100644 index 0000000..157c605 --- /dev/null +++ b/atos/param/pathfile @@ -0,0 +1,46 @@ +######################################################################### +# +# Pathfile +# +# Liste des fichiers parametres utilises par le module de paiement +# +######################################################################### +# +# +#------------------------------------------------------------------------- +# Activation (YES) / Desactivation (NO) du mode DEBUG +#------------------------------------------------------------------------- +# +DEBUG!YES! +# +# ------------------------------------------------------------------------ +# Chemin vers le repertoire des logos depuis le web alias +# Exemple pour le repertoire www.merchant.com/wp-content/plugins/woocommerceAtosPlugin/images/ +# indiquer: +# ------------------------------------------------------------------------ +# +D_LOGO!/wp-content/plugins/woocommerceAtosPlugin/images/! +# +# -------------------------------------------------------------------------- +# Fichiers parametres lies a l'api webaffaires paiement +# -------------------------------------------------------------------------- +# +# fichier des parametres webaffaires +# +F_DEFAULT!/var/www/shop/wp-content/plugins/woocommerceAtosPlugin/atos/param/parmcom.webaffaires! +# +# fichier parametre commercant +# +F_PARAM!/var/www/shop/wp-content/plugins/woocommerceAtosPlugin/atos/param/parmcom! +# +# certificat du commercant +# +F_CERTIFICATE!/var/www/shop/wp-content/plugins/woocommerceAtosPlugin/atos/param/certif! +# +# type du certificat +# +F_CTYPE!php! +# +# -------------------------------------------------------------------------- +# end of file +# -------------------------------------------------------------------------- diff --git a/automatic_response.php b/automatic_response.php new file mode 100644 index 0000000..2f1660f --- /dev/null +++ b/automatic_response.php @@ -0,0 +1,84 @@ +pathfile); + + $path_bin_response = $atos->path_bin_response; + $result = exec( "$path_bin_response $pathfile $message" ); + + $results = explode( '!', $result ); + + $response = array( + 'code' => $results[1], + 'error' => $results[2], + 'merchantid' => $results[3], + 'merchantcountry' => $results[4], + 'amount' => $results[5], + 'transactionid' => $results[6], + 'paymentmeans' => $results[7], + 'transmissiondate' => $results[8], + 'paymenttime' => $results[9], + 'paymentdate' => $results[10], + 'responsecode' => $results[11], + 'paymentcertificate' => $results[12], + 'authorisationid' => $results[13], + 'currencycode' => $results[14], + 'cardnumber' => $results[15], + 'cvvflag' => $results[16], + 'cvvresponsecode' => $results[17], + 'bankresponsecode' => $results[18], + 'complementarycode' => $results[19], + 'complementaryinfo' => $results[20], + 'returncontext' => $results[21], + 'caddie' => $results[22], + 'receiptcomplement' => $results[23], + 'merchantlanguage' => $results[24], + 'language' => $results[25], + 'customerid' => $results[26], + 'orderid' => $results[27], + 'customeremail' => $results[28], + 'customeripaddress' => $results[29], + 'captureday' => $results[30], + 'capturemode' => $results[31], + 'data' => $results[32] + ); + $order = &new WC_order( $response['orderid'] ); + if ( ( $response['code'] == '' ) && ( $response['error'] == '' ) ) { + + $atos->msg['class'] = 'error'; + $atos->msg['message'] = __('Thank you for shopping with us. However, the transaction has been declined.', 'woocommerce-atos'); + + } elseif ( $response['code'] != 0 ) { + $atos->msg['class'] = 'error'; + $atos->msg['message'] = __('Thank you for shopping with us. However, the transaction has been declined.', 'woocommerce-atos'); + + } else { + + if ( $response['code'] == 00 ) { + + $transauthorised = true; + $order->add_order_note( __('Payment accepted by the bank', 'woocommerce-atos') ); + $order->payment_complete(); + } + + } + if ( $transauthorised == false ) { + $order->update_status( 'failed' ); + $order->add_order_note( 'Failed' ); + $order->add_order_note( $atos->msg['message'] ); + } + } else { // end of check post + echo __('Precondition failed.', 'woocommerce-atos'); + } +} diff --git a/images/AMEX.gif b/images/AMEX.gif new file mode 100644 index 0000000..507d52c Binary files /dev/null and b/images/AMEX.gif differ diff --git a/images/AURORE.gif b/images/AURORE.gif new file mode 100644 index 0000000..3807ef7 Binary files /dev/null and b/images/AURORE.gif differ diff --git a/images/BOURBON.gif b/images/BOURBON.gif new file mode 100644 index 0000000..3034142 Binary files /dev/null and b/images/BOURBON.gif differ diff --git a/images/CB.gif b/images/CB.gif new file mode 100644 index 0000000..cbbd626 Binary files /dev/null and b/images/CB.gif differ diff --git a/images/CLEF.gif b/images/CLEF.gif new file mode 100644 index 0000000..8b791b6 Binary files /dev/null and b/images/CLEF.gif differ diff --git a/images/CONNEXION.gif b/images/CONNEXION.gif new file mode 100644 index 0000000..0cc3a18 Binary files /dev/null and b/images/CONNEXION.gif differ diff --git a/images/DELATOUR.gif b/images/DELATOUR.gif new file mode 100644 index 0000000..3206483 Binary files /dev/null and b/images/DELATOUR.gif differ diff --git a/images/HYPERMEDIA.gif b/images/HYPERMEDIA.gif new file mode 100644 index 0000000..51f39df Binary files /dev/null and b/images/HYPERMEDIA.gif differ diff --git a/images/INTERVAL.gif b/images/INTERVAL.gif new file mode 100644 index 0000000..d034e01 Binary files /dev/null and b/images/INTERVAL.gif differ diff --git a/images/JCB.gif b/images/JCB.gif new file mode 100644 index 0000000..4f51970 Binary files /dev/null and b/images/JCB.gif differ diff --git a/images/MASTERCARD.gif b/images/MASTERCARD.gif new file mode 100644 index 0000000..9dc0ccf Binary files /dev/null and b/images/MASTERCARD.gif differ diff --git a/images/NORAUTO.gif b/images/NORAUTO.gif new file mode 100644 index 0000000..ab654d6 Binary files /dev/null and b/images/NORAUTO.gif differ diff --git a/images/NOUVFRONT.gif b/images/NOUVFRONT.gif new file mode 100644 index 0000000..ee34b37 Binary files /dev/null and b/images/NOUVFRONT.gif differ diff --git a/images/PLURIEL.gif b/images/PLURIEL.gif new file mode 100644 index 0000000..29e9402 Binary files /dev/null and b/images/PLURIEL.gif differ diff --git a/images/SERAP.gif b/images/SERAP.gif new file mode 100644 index 0000000..4385166 Binary files /dev/null and b/images/SERAP.gif differ diff --git a/images/TOYSRUS.gif b/images/TOYSRUS.gif new file mode 100644 index 0000000..65c6738 Binary files /dev/null and b/images/TOYSRUS.gif differ diff --git a/images/VISA.gif b/images/VISA.gif new file mode 100644 index 0000000..cd93a68 Binary files /dev/null and b/images/VISA.gif differ diff --git a/images/logo.gif b/images/logo.gif new file mode 100644 index 0000000..fd4774a Binary files /dev/null and b/images/logo.gif differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..9a63618 --- /dev/null +++ b/index.php @@ -0,0 +1,313 @@ +

'. + __('Error! Woocommerce is mandatory. Please install it.', 'woocommerce-atos'). + '

'; + return; + } + add_action('admin_notices', 'woocommerce_required'); +} + +define('WOOCOMMERCEATOS_PHP_VERSION', '5.4'); +define('WOOCOMMERCE_MINIMUM_VERSION', '2.3.5'); + +if(!version_compare(PHP_VERSION, WOOCOMMERCEATOS_PHP_VERSION, '>=')) { + function woocommerce_required_version(){ + echo '

'. + sprintf(__('Error! WoocommerceAtos requires at least PHP %s! Your version is: %s. Please upgrade.', 'woocommerce-atos'), WOOCOMMERCEATOS_PHP_VERSION, PHP_VERSION). + '

'; + return; + } + add_action('admin_notices', 'woocommerce_required_version'); +} + +if(!version_compare(Woocommerce::instance()->version, WOOCOMMERCE_MINIMUM_VERSION, '>=')) { + function woocommerce_minimum_version(){ + echo '

'. + sprintf(__('Error! WoocommerceAtos requires at least Woocommerce %s! Your version is: %s. Please upgrade.', 'woocommerce-atos'), WOOCOMMERCE_MINIMUM_VERSION, Woocommerce::instance()->version). + '

'; + return; + } + add_action('admin_notices', 'woocommerce_minimum_version'); +} + +if (function_exists('add_action')) { + add_action( 'plugins_loaded', 'woocommerce_atos_init', 0 ); +} + +function woocommerce_atos_init() { + + if ( ! class_exists( 'WC_Payment_Gateway' ) ) { + return; + } + + /** Translations */ + $plugin_dir = basename(dirname(__FILE__)); + load_plugin_textdomain('woocommerce-atos', false, $plugin_dir . '/languages/'); + + /** + * Add the gateway to Woocommerce + */ + add_filter('woocommerce_payment_gateways', function ($methods) { + $methods[] = 'Woocommerce_atos'; + return $methods; + }); + + include_once( 'automatic_response.php' ); + + add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'add_action_links' ); + + function add_action_links ( $links ) { + $mylinks = [ + ''.__('Settings', 'woocommerce') . '', + ''.__('Docs', 'woocommerce-atos') . '' + ]; + return array_merge( $links, $mylinks ); + } + + /** + * Gateway class + */ + class Woocommerce_atos extends WC_Payment_Gateway { + + public $msg = []; + public $settings; + + public function __construct() { + + $this->init_form_fields(); + $this->init_settings(); + + // Go wild in here + $this->id = 'woocommerce_atos'; + $this->method_title = 'Atos'; + $this->icon = WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/images/logo.gif'; + $this->has_fields = false; + $this->enabled = $this->settings['woocommerce_atos_is_enabled']; + $this->title = $this->settings['woocommerce_atos_title']; + $this->description = $this->settings['woocommerce_atos_description']; + $this->merchant_id = $this->settings['woocommerce_atos_merchant_id']; + $this->merchant_name = $this->settings['woocommerce_atos_merchant_name']; + $this->pathfile = $this->settings['woocommerce_atos_pathfile']; + $this->path_bin_request = $this->settings['woocommerce_atos_path_bin_request']; + $this->path_bin_response = $this->settings['woocommerce_atos_path_bin_response']; + $this->cancel_return_url = $this->settings['woocommerce_atos_cancel_return_url']; + $this->automatic_response_url = $this->settings['woocommerce_atos_automatic_response_url']; + $this->normal_return_url = $this->settings['woocommerce_atos_normal_return_url']; + $this->logo_id2 = $this->settings['woocommerce_atos_logo_id2']; + $this->advert = $this->settings['woocommerce_atos_advert']; + + $this->msg['message'] = ''; + $this->msg['class'] = ''; + + add_action('receipt_woocommerce_atos', [$this, 'receipt_page']); + } + + function init_form_fields(){ + + $this -> form_fields = [ + 'woocommerce_atos_is_enabled' => [ + 'title' => __('Enable Atos', 'woocommerce-atos'), + 'type' => 'checkbox', + 'label' => __('Enable Atos SIPS Module.', 'woocommerce-atos'), + 'default' => 'no' + ], + 'woocommerce_atos_title' => [ + 'title' => sprintf(__('Atos Standard %s', 'woocommerce-atos'), 'Atos'), + 'type' => 'text', + 'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-atos'), + 'default' => __('Credit card', 'woocommerce-atos') + ], + 'woocommerce_atos_description' => [ + 'title' => __('Description:', 'atos'), + 'type' => 'textarea', + 'description' => __('Atos works by sending the user to your bank to enter their payment information.', 'woocommerce-atos'), + 'default' => __( 'Paiement sécurisé par Carte Bancaire (Atos)', 'woocommerce-atos' ) + ], + 'woocommerce_atos_merchantid' => [ + 'title' => __('Merchant id', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __('Merchant id given by your bank', 'woocommerce-atos'), + 'default' => '014022286611112' + ], + 'woocommerce_atos_pathfile' => [ + 'title' => __('Pathfile file', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'Path to the pathfile file given by your bank', 'woocommerce-atos' ), + 'default' => '/var/www/site/param/pathfile' + ], + 'woocommerce_atos_path_bin_request' => [ + 'title' => __('Request bin file path', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'Path to the request bin file given by your bank', 'woocommerce-atos' ), + 'default' => '/var/www/site/bin/static/request' + ], + 'woocommerce_atos_path_bin_response' => [ + 'title' => __('Response bin file path', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'Path to the response bin file given by your bank', 'woocommerce-atos' ), + 'default' => '/var/www/site/bin/static/response' + ], + 'woocommerce_atos_cancel_return_url' => [ + 'title' => __('Cancel return url', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'Return url in case of canceled transaction', 'woocommerce-atos' ), + 'default' => site_url('/cancel') + ], + 'woocommerce_atos_normal_return_url' => [ + 'title' => __('Normal return url', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'Return url when a user click on the << Back to the shop >> button', 'woocommerce-atos' ), + 'default' => site_url('/thankyou') + ], + 'woocommerce_atos_logo_id2' => [ + 'title' => __('Logo id2', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'Right image on Atos page', 'woocommerce-atos' ), + 'default' => 'logo_id2.gif' + ], + 'woocommerce_atos_advert' => [ + 'title' => __('Advert', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'Center image on Atos page', 'woocommerce-atos' ), + 'default' => 'advert.gif' + ], + 'woocommerce_atos_automatic_response_url' => [ + 'title' => __('Automatic response url', 'woocommerce-atos'), + 'type' => 'text', + 'description' => __( 'URL called in case of success payment', 'woocommerce-atos' ), + 'default' => site_url( '?page=12' ) + ] + ]; + } + + /** + * Process the payment and return the result + */ + public function process_payment($order_id) + { + $order = &new WC_order($order_id); + return [ + 'result' => 'success', + 'redirect' => add_query_arg( + 'order', + $order->id, + add_query_arg('key', $order->order_key, get_permalink(get_option('woocommerce_pay_page_id'))) + ) + ]; + } + + /** + * There are no payment fields for atos, but we want to show the description if set. + **/ + public function payment_fields() { + if ( $this->description ) { + echo wpautop( wptexturize( $this->description ) ); + } + } + + function receipt_page( $order_id ) { + echo '

' . __( 'Thank you for your order, please click the button below to pay.', + 'woocommerce-atos' ) . '

'; + echo $this->generate_atos_form( $order_id ); + } + + public function thankyou_page() { + if ( $this->description ) { + echo wpautop( wptexturize( $this->mercitxt ) ); + } + } + + public function showMessage( $content ) { + return '
' . $this->msg['message'] . '
' . $content; + } + + /** + * Generate atos button link + * + * @param $order_id + * + * @return string + */ + public function generate_atos_form( $order_id ) + { + $order = &new WC_order( $order_id ); + // La variable order contient toutes les infos du panier et du client + + $pathfile = $this->pathfile; + + $path_bin_request = $this->path_bin_request; + $parm = 'merchant_id=' . $this->merchant_id; + + $parm = "$parm merchant_country=fr"; + $amount = ( $order->order_total ) * 100; + + $amount = str_pad( $amount, 3, '0', STR_PAD_LEFT ); + + $parm = "$parm amount=" . $amount; + + $parm = "$parm currency_code=978"; + + $parm = "$parm pathfile=" . $pathfile; + + $parm = "$parm normal_return_url=" . $this->normal_return_url; + + $parm = "$parm cancel_return_url=" . $this->cancel_return_url; + + $parm = "$parm automatic_response_url=" . $this->automatic_response_url; + + $parm = "$parm language=fr"; + + $parm = "$parm payment_means=CB,2,VISA,2,MASTERCARD,2"; + + $parm = "$parm header_flag=no"; + + $parm = "$parm order_id=$order_id"; + + $parm = "$parm logo_id2=" . $this->logo_id2; + + $parm = "$parm advert=" . $this->advert; + + $parm = escapeshellcmd($parm); + $result = exec( "$path_bin_request $parm" ); + + $tableau = explode( "!", "$result" ); + + $code = $tableau[1]; + + $error = $tableau[2]; + + if ( ( $code == '' ) && ( $error == '' ) ) { + + $message = '

' . __( 'Error calling the atos api: exec request not found', + 'woocommerce-atos' ) . " $path_bin_request

"; + + } elseif ( $code != 0 ) { + + $message = '

' . __( 'Atos API error:', 'woocommerce-atos' ) . " $error

"; + + } else { + + // Affiche le formulaire avec le choix des cartes bancaires : + $message = $tableau[3]; + } + + return $message; + } + } +} diff --git a/languages/woocommerce-atos-fr_FR.mo b/languages/woocommerce-atos-fr_FR.mo new file mode 100644 index 0000000..292fffb Binary files /dev/null and b/languages/woocommerce-atos-fr_FR.mo differ diff --git a/languages/woocommerce-atos-fr_FR.po b/languages/woocommerce-atos-fr_FR.po new file mode 100644 index 0000000..083375b --- /dev/null +++ b/languages/woocommerce-atos-fr_FR.po @@ -0,0 +1,143 @@ +msgid "" +msgstr "" +"Project-Id-Version: WoocommerceAtos 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-02-18 13:46-0400\n" +"PO-Revision-Date: 2015-02-23 23:34+0100\n" +"Last-Translator: πR \n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"X-Poedit-SourceCharset: iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.7.4\n" +"Language: fr_FR\n" + +#: index.php:19 +msgid "Error! Woocommerce is mandatory. Please install it." +msgstr "Erreur ! Woocommerce est obligatoire. Veuillez l'installer." + +#: index.php:27 +msgid "Error! WoocommerceAtos requires at least PHP %s! Your version is: %s. Please upgrade." +msgstr "Erreur ! WoocommerceAtos nécessite la version %s de PHP ! Votre version est %s. Merci de vous mettre à jour." + +#: index.php:37 +msgid "Error! WoocommerceAtos requires at least Woocommerce %s! Your version is: %s. Please upgrade." +msgstr "Erreur ! WoocommerceAtos nécessite la version %s de Woocommerce ! Votre version est %s. Merci de vous mettre à jour." + +#: index.php:75 +msgid "payment" +msgstr "paiement" + +#: index.php:76 +msgid "Docs" +msgstr "Documentation" + +#: index.php:129 +msgid "Atos Standard %s" +msgstr "Atos Standard %s" + +#: index.php:131 +msgid "Atos works by sending the user to your bank to enter their payment information." +msgstr "Atos fonctionne en envoyant le client vers votre banque pour qu'il saisisse ses informations de paiement." + +#: index.php:136 +msgid "Enable Atos" +msgstr "Activer Atos" + +#: index.php:160 +msgid "Merchant id" +msgstr "Identifiant marchand" + +#: index.php:161 +msgid "Merchant id given by your bank" +msgstr "Identifiant de marchand donné par votre banque" + +#: index.php:167 +msgid "Pathfile file" +msgstr "Fichier Pathfile" + +#: index.php:168 +msgid "Path to the pathfile file given by your bank" +msgstr "Chemin vers le fichier pathfile donné par votre banque" + +#: index.php:174 +msgid "Request bin file path" +msgstr "Chemin vers l'exécutable request" + +#: index.php:175 +msgid "Path to the request bin file given by your bank" +msgstr "Chemin vers le fichier request donné par votre banque" + +#: index.php:181 +msgid "Response bin file path" +msgstr "Chemin vers l'exécutable response" + +#: index.php:182 +msgid "Path to the response bin file given by your bank" +msgstr "Chemin vers le fichier response donné par votre banque" + +#: index.php:188 +msgid "Cancel return url" +msgstr "Url de retour après annulation" + +#: index.php:189 +msgid "Return url in case of canceled transaction" +msgstr "Url de retour en cas d'annulation" + +#: index.php:195 +msgid "Normal return url" +msgstr "Url de retour normale" + +#: index.php:196 +msgid "Return url when a user click on the << Back to the shop >> button" +msgstr "Url de retour en cas de clic sur le bouton << Retour à la boutique >>" + +#: index.php:202 +msgid "Automatic response url" +msgstr "Url de la réponse automatique" + +#: index.php:203 +msgid "URL called in case of success payment" +msgstr "Url appelée en cas de succès" + +#: index.php:210 +msgid "Right image on Atos page" +msgstr "Image apparaissant sur la droite de la page de votre banque" + +#: index.php:217 +msgid "Center image on Atos page" +msgstr "Image apparaissant au centre de la page de votre banque" + +#: index.php:241 +msgid "Thank you for your order, please click the button below to pay." +msgstr "Merci pour votre commande, merci de cliquer sur l'un des boutons ci-dessous." + +#: index.php:316 +msgid "Error calling the atos api: exec request not found" +msgstr "Erreur lors de l'appel à l'API Atos : le fichier request n'a pas été trouvé" + +#: index.php:321 +msgid "Atos API error:" +msgstr "Erreur de l'API Atos :" + +#: index.php:330 +msgid "You see this because you are in demo store mode." +msgstr "Vous voyez ce message car vous en êtes en mode boutique de démo." + +#: index.php:332 +msgid "End of debug mode" +msgstr "Fin du mode debug" + +#: automatic_response.php:60, 64 +msgid "Thank you for shopping with us. However, the transaction has been declined." +msgstr "Merci de votre confiance. Cependant la transaction a été refusée par la banque." + +#: automatic_response.php:71 +msgid "Payment accepted by the bank" +msgstr "Paiement accepté par la banque" + +#: automatic_response.php:82 +msgid "Precondition failed." +msgstr "Votre requête n'a pas abouti." diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..bc731b1 --- /dev/null +++ b/readme.txt @@ -0,0 +1,57 @@ +=== WoocommerceAtos === +Contributors: chtipepere +Tags: Woocommerce, Payment Gateway, Atos, Cartes Bancaires +Requires at least: 4.0.1 +Tested up to: 4.0.1 +Stable tag: 1.0 +License: Apache License 2.0 +License URI: http://www.apache.org/licenses/LICENSE-2.0 + +Handles Atos payment for Woocommerce plugin. + +== Description == + +Handles Atos payment in Woocommerce, credit card payment for french banks. + +https://github.com/chtipepere/woocommerceAtosPlugin + +== Installation == + +Depending on your web server, copy the correct binary files on your server. +If you are on Linux, and want to know if you run 32 or 64 bits, just type: + + getconf LONG_BIT + +For these binaries, don't forget to add execution rights. + + chmod +x + +Put your params files too on your web server. + +To use the credit cards logos given with this plugin, change images path in your param/pathfile. + + D_LOGO!/wp-content/plugins/woocommerceAtos/images/! + +Take a look at the examples atos files provided with this plugin to put the correct values in **YOUR** param files. + +**Automatic response** + +Create a page that contains shortcode above and fill the automatic_response_url field in admin. + + [woocommerce_atos_automatic_response] + +See https://github.com/chtipepere/woocommerceAtosPlugin + +== Changelog == + += 1.0 = +* Initial version + +== Woocommerce Compatibility == + +Requires at least: 2.3.5 +Tested up to: 2.3.5 + +== Credits == + +Based on http://thomasdt.com \ No newline at end of file