Plugin Directory

Changeset 2715224

Timestamp:
04/27/2022 05:26:52 AM (2 years ago)
Author:
renzotejada
Message:

fix:0.0.3

Location:
dividelo
Files:
20 added
3 edited

Legend:

Unmodified
Added
Removed
  • dividelo/trunk/README.txt

    r2715125 r2715224  
    1 === Divídelo para Woocommerce ===
     1=== Divídelo para Wooommerce ===
    22Contributors: renzotejada
    33License: GPLv2 or later
    44License URI: https://www.gnu.org/licenses/gpl-2.0.html
    5 Tags: divídelo, interbank, coutas, peru
     5Tags: div, peru
    66Requires at least: 5.2
    77Tested up to: 5.9.3
    8 Stable tag: 0.0.2
     8Stable tag:
    99Requires PHP: 5.6.20
    1010
    11 Este plugin de Divídelo agregar el componente de simulación de cuotas para clientes exclusivos de Interbank.
     11.
    1212
    13 Encontrará esta misma información en el readme.txt del plugin y en nuestro sitio web https://renzotejada.com
     13You will find the same information in the plugin's readme.txt and on our website **https://renzotejada.com**.
     14
    1415
    1516== Description ==
    1617
    17 Este plugin de **Divídelo** agregar el componente de simulación de cuotas para clientes exclusivos de Interbank.
     18.
    1819
    19 Encontrará esta misma información en el readme.txt del plugin y en nuestro sitio web **https://renzotejada.com**
     20You will find the same information in the plugin's readme.txt and on our website **https://renzotejada.com**.
    2021
    2122
     
    7879== Changelog ==
    7980
     81
     82
     83
    8084= 0.0.2 (26/04/2022) =
    8185Fix: cambio de llamado al api.
  • dividelo/trunk/dividelo.php

    r2715125 r2715224  
    99 * Plugin Name:       Divídelo
    1010 * Plugin URI:        https://renzotejada.com/dividelo-para-woocommerce
    11  * Description:       Descubre Divídelo. Cuotas especiales con tu tarjeta de Interbank
    12  * Version:           0.0.2
     11 * Description:       
     12 * Version:           0.0.
    1313 * Author:            Renzo Tejada
    1414 * Author URI:        https://renzotejada.com/
  • dividelo/trunk/dividelo_admin.php

    r2715125 r2715224  
    2121function rt_dividelo_submenu_settings_callback()
    2222{
     23
     24
    2325    ?>
    2426    <div class="wrap woocommerce" >
    2527        <div style="background-color:#87b43e;">
    2628        </div>
    27         <h2>Configuración de Divídelo</h2>
     29        <h2></h2>
    2830        <h2 class="nav-tab-wrapper">
    29             <a href="?page=rt_dividelo_settings" class="nav-tab  nav-tab-active">Configuración</a>
     31            <a href="?page=rt_dividelo_settings" class="nav-tab  nav-tab-active"></a>
    3032        </h2>
    3133        <form method="post" action="options.php" id="dividelo_formulario">
     
    3739                <tr valign="top">
    3840                    <th scope="row" class="titledesc">
    39                         <label>URL API</label>
     41                        <label></label>
    4042                    </th>
    4143                    <td class="forminp forminp-checkbox">
     
    4648                <tr valign="top">
    4749                    <th scope="row" class="titledesc">
    48                         <label>User Api</label>
     50                        <label></label>
    4951                    </th>
    5052                    <td class="forminp forminp-checkbox">
     
    5557                <tr valign="top">
    5658                    <th scope="row" class="titledesc">
    57                         <label>Pass Api</label>
     59                        <label></label>
    5860                    </th>
    5961                    <td class="forminp forminp-checkbox">
     
    6466                <tr valign="top">
    6567                    <th scope="row" class="titledesc">
    66                         <label>URL DIGITAL</label>
     68                        <label></label>
    6769                    </th>
    6870                    <td class="forminp forminp-checkbox">
     
    7375                <tr valign="top">
    7476                    <th scope="row" class="titledesc">
    75                         <label>Subscription Key</label>
     77                        <label></label>
    7678                    </th>
    7779                    <td class="forminp forminp-checkbox">
     
    8385                <tr valign="top">
    8486                    <th scope="row" class="titledesc">
    85                         <label>URL Logo</label>
     87                        <label></label>
    8688                    </th>
    8789                    <td class="forminp forminp-checkbox">
    88                         <input type="text" name="dividelo_url_logo" id="dividelo_url_logo" style="width: 500px;"
     90                        <input type="text" name="dividelo_url_logo" id="dividelo_url_logo" style="width: 500px;"
    8991                               value="<?php echo esc_attr(get_option('dividelo_url_logo')); ?>"/>
    9092                    </td>
     
    9294                </tbody>
    9395            </table>
    94             <?php submit_button('Guardar'); ?>
     96            <?php submit_button(); ?>
    9597        </form>
    9698    </div>
Note: See TracChangeset for help on using the changeset viewer.