Plugin Directory

Changeset 2401261


Ignore:
Timestamp:
10/17/2020 05:15:44 AM (5 years ago)
Author:
fuentes7
Message:

Add a field for the modal in the second step

Location:
payment-qr-woo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • payment-qr-woo/trunk/assets/woopro.css

    r2324008 r2401261  
    22    padding: 34px;
    33    border: 2px dotted;
    4     width: 150px;
     4    width: 205px;
    55}
    66
  • payment-qr-woo/trunk/functions.php

    r2324021 r2401261  
    4141                    </div>
    4242                    <div class="second-step">
     43                        <?php if ( isset( $options['front_description_two'] ) && !empty( $options['front_description_two'] ) ) { ?>
     44                        <div class="message_step_two">
     45                            <p><?php echo esc_html( $options['front_description_two'] ); ?></p>
     46                        </div>
     47                        <?php } ?>
    4348                        <form method="post" enctype="multipart/form-data" novalidate="" class="box has-advanced-upload">
    4449                            <div class="box__input">
  • payment-qr-woo/trunk/payment-qr-woo.php

    r2324008 r2401261  
    55 * Requires at least: 5.2
    66 * Requires PHP: 7.0
    7  * Version: 1.0.3
     7 * Version: 1.0.4
    88 * Author: Miguel Fuentes
    99 * Plugin URI: https://kodewp.com
     
    112112                    'type'        => 'textarea',
    113113                    'default'     => __( 'Debe escanear el código QR, haga click en continuar para adjuntar la captura de pantalla (es el único comprobante de pago) y podrá completar la compra.', 'payment-qr-woo' ),
     114                    'desc_tip'    => true,
     115                ),
     116                'front_description_two' => array(
     117                    'title'       => __( 'Popup description Paso N° 2', 'payment-qr-woo' ),
     118                    'type'        => 'textarea',
     119                    'default'     => __( 'Debe subir el comprobante de pago en los siguiente formatos (jpeg, jpg, png)', 'payment-qr-woo' ),
    114120                    'desc_tip'    => true,
    115121                ),
  • payment-qr-woo/trunk/readme.txt

    r2339267 r2401261  
    66Tags: Payment QR, Payment QR WooCommerce, WooCommerce QR, QR WooCommerce
    77Requires at least: 5.2
    8 Tested up to: 5.4.2
     8Tested up to: 5.5.1
    99Requires PHP: 7.0
    1010Stable tag: trunk
    11 Version: 1.0.3
     11Version: 1.0.4
    1212Author: Miguel Fuentes
    1313Plugin URI: https://kodewp.com
Note: See TracChangeset for help on using the changeset viewer.