Changeset 2154616
- Timestamp:
- 09/11/2019 07:20:25 AM (6 years ago)
- Location:
- smallpay
- Files:
-
- 10 edited
-
tags/1.1.5/includes/class-wc-gateway-smallpay.php (modified) (1 diff)
-
tags/1.1.5/lang/smallpay-it_IT.mo (modified) (previous)
-
tags/1.1.5/lang/smallpay-it_IT.po (modified) (1 diff)
-
tags/1.1.5/readme.txt (modified) (5 diffs)
-
tags/1.1.5/smallpay.php (modified) (1 diff)
-
trunk/includes/class-wc-gateway-smallpay.php (modified) (1 diff)
-
trunk/lang/smallpay-it_IT.mo (modified) (previous)
-
trunk/lang/smallpay-it_IT.po (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/smallpay.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smallpay/tags/1.1.5/includes/class-wc-gateway-smallpay.php
r2143165 r2154616 630 630 $res['compatible'] = true; 631 631 } else { 632 if ($expM > $installmentsEndMonth ) {632 if ($expM > $installmentsEndMonth && $expY == $installmentsEndYear) { 633 633 $res['compatible'] = true; 634 634 } else { -
smallpay/tags/1.1.5/lang/smallpay-it_IT.po
r2143165 r2154616 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2019-08-20 14:00+0000\n" 6 "PO-Revision-Date: 2019-08-20 14: 00+0000\n"6 "PO-Revision-Date: 2019-08-20 14:13+0000\n" 7 7 "Last-Translator: dasda fgdg <francesco.divita@iplusservice.it>\n" 8 8 "Language-Team: Italiano\n" -
smallpay/tags/1.1.5/readme.txt
r2143165 r2154616 1 1 === SmallPay === 2 Contributors: i plus2 Contributors: iPlus Service Srl 3 3 Tags: payment, installments, smallpay, recurring, Nexi 4 4 Author URI: https://www.smallpay.it/ … … 8 8 WC Requires at least: 3.0.0 9 9 WC Tested up to: 3.6.3 10 Stable tag: 1.1. 510 Stable tag: 1.1.4 11 11 License: GNU General Public License v3.0 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 13 14 14 15 Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers to the seller the possibility of sellinggoods and services in installments with automatic and recurring payment on credit cards.15 Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers to the seller the possibility of sellingof goods and services in installments with automatic and recurring payment on credit cards. 16 16 17 17 Smallpay offers the Merchant the possibility of payments in installments on any purchase and to charge monthly each installment on the card of his client. It is possible to do this both for the operators of physical stores that access their account with Log-in and password, and for the owners of online shops who have downloaded the plugin and have activated it on their e-commerce site. 18 All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled .18 All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled 19 19 20 20 == Features == 21 - Ability to apply installments on a product .22 - Ability to select products and number of installments .23 - Ability to select maximum and minimum number of installments.24 - Merchant and customer can view active installment plans .25 - Receiving installment plan updates in the Woocommerce back office .21 - Ability to apply installments on a product 22 - Ability to select products and number of installments 23 - Ability to select maximum number of installments 24 - Merchant and customer can view active installment plans 25 - Receiving installment plan updates in the Woocommerce back office 26 26 27 27 == Security == … … 31 31 == Rates == 32 32 33 Plugin: free .34 Plug-in maintenance: free .35 Plugin updates: free .33 Plugin: free 34 Plug-in maintenance: free 35 Plugin updates: free 36 36 37 37 == Commissions == … … 52 52 == What merchants will appreciate == 53 53 54 Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly. Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month. 54 Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly. 55 Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month 55 56 56 57 57 58 == Installation == 58 59 59 1. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site .60 1. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site 60 61 2. Go to your WordPress admin area and click on Plugins » Add New. 61 62 3. Click on the Upload Plugin button on top of the page. … … 64 65 65 66 == Configuration == 66 - General configuration with rules for installments .67 - SmallPay credentials are required .68 - The XPay credentials provided to the Merchant by SmallPay are required .69 - Customization of the card data entry form .70 - Individual product configuration for the maximum number of installments .67 - General configuration with rules for installments 68 - SmallPay credentials are required 69 - The XPay credentials provided to the Merchant by SmallPay are required 70 - Customization of the card data entry form 71 - Individual product configuration for the maximum number of installments -
smallpay/tags/1.1.5/smallpay.php
r2143165 r2154616 5 5 * Plugin URI: 6 6 * Description: Official SmallPay plugin. 7 * Version: 1.1. 57 * Version: 1.1.4 8 8 * Author: SmallPay Srl 9 9 * Author URI: https://www.smallpay.it -
smallpay/trunk/includes/class-wc-gateway-smallpay.php
r2142591 r2154616 630 630 $res['compatible'] = true; 631 631 } else { 632 if ($expM > $installmentsEndMonth ) {632 if ($expM > $installmentsEndMonth && $expY == $installmentsEndYear) { 633 633 $res['compatible'] = true; 634 634 } else { -
smallpay/trunk/lang/smallpay-it_IT.po
r2142592 r2154616 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2019-08-20 14:00+0000\n" 6 "PO-Revision-Date: 2019-08-20 14: 00+0000\n"6 "PO-Revision-Date: 2019-08-20 14:13+0000\n" 7 7 "Last-Translator: dasda fgdg <francesco.divita@iplusservice.it>\n" 8 8 "Language-Team: Italiano\n" -
smallpay/trunk/readme.txt
r2143165 r2154616 1 1 === SmallPay === 2 Contributors: i plus2 Contributors: iPlus Service Srl 3 3 Tags: payment, installments, smallpay, recurring, Nexi 4 4 Author URI: https://www.smallpay.it/ … … 8 8 WC Requires at least: 3.0.0 9 9 WC Tested up to: 3.6.3 10 Stable tag: 1.1. 510 Stable tag: 1.1.4 11 11 License: GNU General Public License v3.0 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 13 14 14 15 Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers to the seller the possibility of sellinggoods and services in installments with automatic and recurring payment on credit cards.15 Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers to the seller the possibility of sellingof goods and services in installments with automatic and recurring payment on credit cards. 16 16 17 17 Smallpay offers the Merchant the possibility of payments in installments on any purchase and to charge monthly each installment on the card of his client. It is possible to do this both for the operators of physical stores that access their account with Log-in and password, and for the owners of online shops who have downloaded the plugin and have activated it on their e-commerce site. 18 All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled .18 All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled 19 19 20 20 == Features == 21 - Ability to apply installments on a product .22 - Ability to select products and number of installments .23 - Ability to select maximum and minimum number of installments.24 - Merchant and customer can view active installment plans .25 - Receiving installment plan updates in the Woocommerce back office .21 - Ability to apply installments on a product 22 - Ability to select products and number of installments 23 - Ability to select maximum number of installments 24 - Merchant and customer can view active installment plans 25 - Receiving installment plan updates in the Woocommerce back office 26 26 27 27 == Security == … … 31 31 == Rates == 32 32 33 Plugin: free .34 Plug-in maintenance: free .35 Plugin updates: free .33 Plugin: free 34 Plug-in maintenance: free 35 Plugin updates: free 36 36 37 37 == Commissions == … … 52 52 == What merchants will appreciate == 53 53 54 Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly. Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month. 54 Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly. 55 Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month 55 56 56 57 57 58 == Installation == 58 59 59 1. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site .60 1. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site 60 61 2. Go to your WordPress admin area and click on Plugins » Add New. 61 62 3. Click on the Upload Plugin button on top of the page. … … 64 65 65 66 == Configuration == 66 - General configuration with rules for installments .67 - SmallPay credentials are required .68 - The XPay credentials provided to the Merchant by SmallPay are required .69 - Customization of the card data entry form .70 - Individual product configuration for the maximum number of installments .67 - General configuration with rules for installments 68 - SmallPay credentials are required 69 - The XPay credentials provided to the Merchant by SmallPay are required 70 - Customization of the card data entry form 71 - Individual product configuration for the maximum number of installments -
smallpay/trunk/smallpay.php
r2143165 r2154616 5 5 * Plugin URI: 6 6 * Description: Official SmallPay plugin. 7 * Version: 1.1. 57 * Version: 1.1.4 8 8 * Author: SmallPay Srl 9 9 * Author URI: https://www.smallpay.it
Note: See TracChangeset
for help on using the changeset viewer.