Changeset 3206899
- Timestamp:
- 12/12/2024 11:19:08 AM (16 months ago)
- Location:
- multibanco-ifthen-software-gateway-for-woocommerce/trunk
- Files:
-
- 8 edited
-
class-wc-cofidispay-ifthen-webdados.php (modified) (3 diffs)
-
class-wc-creditcard-ifthen-webdados.php (modified) (2 diffs)
-
class-wc-gateway-ifthen-webdados.php (modified) (7 diffs)
-
class-wc-mbway-ifthen-webdados.php (modified) (2 diffs)
-
class-wc-multibanco-ifthen-webdados.php (modified) (2 diffs)
-
class-wc-payshop-ifthen-webdados.php (modified) (2 diffs)
-
multibanco_ifthen_for_woocommerce.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multibanco-ifthen-software-gateway-for-woocommerce/trunk/class-wc-cofidispay-ifthen-webdados.php
r3206010 r3206899 361 361 */ 362 362 public function admin_options() { 363 $title = this->get_method_title();363 $title = $this->get_method_title(); 364 364 ?> 365 365 <div id="wc_ifthen"> … … 513 513 ?> 514 514 <div id="message" class="error"> 515 <p><strong><?php esc_html_e( 'Set the Cofidis Pay Key and Save changes to set other p luginoptions.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p>515 <p><strong><?php esc_html_e( 'Set the Cofidis Pay Key and Save changes to set other payment method options.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p> 516 516 </div> 517 517 <?php … … 889 889 <img src="<?php echo esc_url( WC_IfthenPay_Webdados()->cofidispay_banner_email ); ?>" alt="<?php echo esc_attr( $alt ); ?>" title="<?php echo esc_attr( $alt ); ?>" style="margin: auto; margin-top: 10px; max-height: 48px;"/> 890 890 <br/> 891 <!--<strong><?php esc_html_e( 'Cofidis Pay payment approved.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong>-->892 891 <strong><?php esc_html_e( 'Cofidis Pay payment pre-approved.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong> 893 892 <br/> 894 <!--<?php esc_html_e( 'We will now process your order.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?>-->895 893 <?php esc_html_e( 'We will process your order after submitting the payment request to Cofidis, and get it definitely approved.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?> 896 894 </p> -
multibanco-ifthen-software-gateway-for-woocommerce/trunk/class-wc-creditcard-ifthen-webdados.php
r3206010 r3206899 397 397 ?> 398 398 <div id="message" class="error"> 399 <p><strong><?php esc_html_e( 'Set the Credit card Key and Save changes to set other p luginoptions.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p>399 <p><strong><?php esc_html_e( 'Set the Credit card Key and Save changes to set other payment method options.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p> 400 400 </div> 401 401 <?php … … 600 600 <br/> 601 601 <strong><?php esc_html_e( 'Credit or debit card payment received.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong> 602 <br/>603 <?php esc_html_e( 'We will now process your order.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?>604 602 </p> 605 603 <?php -
multibanco-ifthen-software-gateway-for-woocommerce/trunk/class-wc-gateway-ifthen-webdados.php
r3206010 r3206899 62 62 63 63 $this->method_title = __( 'ifthenpay Gateway', 'multibanco-ifthen-software-gateway-for-woocommerce' ); 64 $this->method_description = __( 'Easy and simple payment using Apple Pay, Google Pay, or P ix. (Via the ifthenpay Gateway)', 'multibanco-ifthen-software-gateway-for-woocommerce' );64 $this->method_description = __( 'Easy and simple payment using Apple Pay, Google Pay, or PIX. (Via the ifthenpay Gateway)', 'multibanco-ifthen-software-gateway-for-woocommerce' ); 65 65 66 66 // Anti-phishing key … … 326 326 $this->form_fields['no_methods'] = array( 327 327 'title' => __( 'No methods available', 'multibanco-ifthen-software-gateway-for-woocommerce' ), 328 'description' => __( 'There are no payment methods available on this Gateway. Please choose another one or request ifthenpay to create a static gateway on your account, specifically for WooCommerce, with the payment methods you want to use (Apple Pay, Google Pay, or P ix)', 'multibanco-ifthen-software-gateway-for-woocommerce' ),328 'description' => __( 'There are no payment methods available on this Gateway. Please choose another one or request ifthenpay to create a static gateway on your account, specifically for WooCommerce, with the payment methods you want to use (Apple Pay, Google Pay, or PIX)', 'multibanco-ifthen-software-gateway-for-woocommerce' ), 329 329 'type' => 'hidden', 330 330 'value' => '1', … … 348 348 'description' => __( 'This controls the title which the user sees during checkout.', 'multibanco-ifthen-software-gateway-for-woocommerce' ) 349 349 . ( WC_IfthenPay_Webdados()->wpml_active ? '<br/>' . WC_IfthenPay_Webdados()->wpml_translation_info : '' ), 350 'default' => 'Apple Pay, Google Pay, or P ix',350 'default' => 'Apple Pay, Google Pay, or PIX', 351 351 ), 352 352 'description' => array( … … 369 369 /* translators: %1$s: payment method, %2$s: minimum value, %3$s: maximum value */ 370 370 __( 'By design, %1$s only allows payments from %2$s to %3$s. You can use this option to further limit this range.', 'multibanco-ifthen-software-gateway-for-woocommerce' ), 371 __( 'Apple Pay, Google Pay, or P ix', 'multibanco-ifthen-software-gateway-for-woocommerce' ),371 __( 'Apple Pay, Google Pay, or PIX', 'multibanco-ifthen-software-gateway-for-woocommerce' ), 372 372 wc_price( WC_IfthenPay_Webdados()->gateway_ifthen_min_value, array( 'currency' => 'EUR' ) ), 373 373 wc_price( WC_IfthenPay_Webdados()->gateway_ifthen_max_value, array( 'currency' => 'EUR' ) ) … … 499 499 </li> 500 500 <li><?php esc_html_e( 'Enter your backoffice key and select a gateway.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></li> 501 <li><?php esc_html_e( 'If no gateways are available, or the available gateways do not have payment methods available, you need to request ifthenpay to create a static gateway on your account, specifically for WooCommerce, with the payment methods you want to use (Apple Pay, Google Pay, or P ix).', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></li>501 <li><?php esc_html_e( 'If no gateways are available, or the available gateways do not have payment methods available, you need to request ifthenpay to create a static gateway on your account, specifically for WooCommerce, with the payment methods you want to use (Apple Pay, Google Pay, or PIX).', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></li> 502 502 <li><?php esc_html_e( 'Select the payment methods you want to make available.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></li> 503 503 <li><?php esc_html_e( 'The callback for each of the chosen payment methods will automatically be activated once you save the options.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></li> … … 526 526 ?> 527 527 <div id="message" class="error"> 528 <p><strong><?php esc_html_e( 'Set the Gateway Key and Save changes to set other p luginoptions.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p>528 <p><strong><?php esc_html_e( 'Set the Gateway Key and Save changes to set other payment method options.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p> 529 529 </div> 530 530 <?php … … 931 931 <br/> 932 932 <strong><?php esc_html_e( 'ifthenpay Gateway payment received.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong> 933 <br/>934 <?php esc_html_e( 'We will now process your order.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?>935 933 </p> 936 934 <?php -
multibanco-ifthen-software-gateway-for-woocommerce/trunk/class-wc-mbway-ifthen-webdados.php
r3206010 r3206899 579 579 ?> 580 580 <div id="message" class="error"> 581 <p><strong><?php esc_html_e( 'Set the MB WAY Key and Save changes to set other p luginoptions.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p>581 <p><strong><?php esc_html_e( 'Set the MB WAY Key and Save changes to set other payment method options.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p> 582 582 </div> 583 583 <?php … … 1068 1068 <br/> 1069 1069 <strong><?php esc_html_e( 'MB WAY payment received.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong> 1070 <br/>1071 <?php esc_html_e( 'We will now process your order.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?>1072 1070 </p> 1073 1071 <?php -
multibanco-ifthen-software-gateway-for-woocommerce/trunk/class-wc-multibanco-ifthen-webdados.php
r3206010 r3206899 721 721 ?> 722 722 <div id="message" class="error"> 723 <p><strong><?php esc_html_e( 'Set the Entity/Subentity and Save changes to set other p luginoptions.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p>723 <p><strong><?php esc_html_e( 'Set the Entity/Subentity and Save changes to set other payment method options.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p> 724 724 </div> 725 725 <?php … … 1136 1136 <br/> 1137 1137 <strong><?php esc_html_e( 'Multibanco payment received.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong> 1138 <br/>1139 <?php esc_html_e( 'We will now process your order.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?>1140 1138 </p> 1141 1139 <?php -
multibanco-ifthen-software-gateway-for-woocommerce/trunk/class-wc-payshop-ifthen-webdados.php
r3206010 r3206899 570 570 ?> 571 571 <div id="message" class="error"> 572 <p><strong><?php esc_html_e( 'Set the Payshop Key and Save changes to set other p luginoptions.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p>572 <p><strong><?php esc_html_e( 'Set the Payshop Key and Save changes to set other payment method options.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong></p> 573 573 </div> 574 574 <?php … … 977 977 <br/> 978 978 <strong><?php esc_html_e( 'Payshop payment received.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?></strong> 979 <br/>980 <?php esc_html_e( 'We will now process your order.', 'multibanco-ifthen-software-gateway-for-woocommerce' ); ?>981 979 </p> 982 980 <?php -
multibanco-ifthen-software-gateway-for-woocommerce/trunk/multibanco_ifthen_for_woocommerce.php
r3206010 r3206899 4 4 * Plugin URI: https://www.webdados.pt/wordpress/plugins/multibanco-ifthen-software-gateway-woocommerce-wordpress/ 5 5 * Description: Secure WooCommerce payments with Multibanco, MB WAY, Credit card, Apple Pay, Google Pay, Payshop, Cofidis, and PIX via ifthenpay’s payment gateway. 6 * Version: 10.0.0-rc. 16 * Version: 10.0.0-rc.2 7 7 * Author: PT Woo Plugins (by Webdados) 8 8 * Author URI: https://ptwooplugins.com -
multibanco-ifthen-software-gateway-for-woocommerce/trunk/readme.txt
r3205819 r3206899 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Secure WooCommerce payments with Multibanco, MB WAY, Credit card, Apple Pay, Google Pay, Payshop, Cofidis, and PIX via ’s payment gateway.11 Secure WooCommerce payments with Multibanco, MB WAY, Credit card, Apple Pay, Google Pay, Payshop, Cofidis, and PIX via ifthenpay’s payment gateway. 12 12 13 13 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.