Plugin Directory

Changeset 2510789


Ignore:
Timestamp:
04/07/2021 12:21:54 PM (5 years ago)
Author:
aplazame
Message:

tagging version 3.3.0

Location:
aplazame
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • aplazame/tags/3.3.0/README.txt

    r2480645 r2510789  
    33Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
    44Requires at least: 4.0.1
    5 Tested up to: 5.6.0
     5Tested up to: 5.7.0
    66Requires PHP: 5.3.0
    7 Stable tag: 3.2.0
     7Stable tag: 3.3.0
    88License: BSD-3-Clause
    99License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
     
    7878== Changelog ==
    7979
     80#### [v3.3.0](https://github.com/aplazame/woocommerce/tree/v3.3.0) (2021-04-07)
     81
     82* [ADD] Show/hide border option on product widget v4.
     83
    8084#### [v3.2.0](https://github.com/aplazame/woocommerce/tree/v3.2.0) (2021-02-24)
    8185
  • aplazame/tags/3.3.0/aplazame.php

    r2480645 r2510789  
    33 * Plugin Name: Aplazame
    44 * Plugin URI: https://github.com/aplazame/woocommerce
    5  * Version: 3.2.0
     5 * Version: 3.3.0
    66 * Description: Aplazame offers a payment method to receive funding for the purchases.
    77 * Author: Aplazame
     
    1212 *
    1313 * WC requires at least: 2.3
    14  * WC tested up to: 4.9.2
     14 * WC tested up to: 5.1.0
    1515 *
    1616 * License: GNU General Public License v3.0
     
    2626
    2727class WC_Aplazame {
    28     const VERSION      = '3.2.0';
     28    const VERSION      = '3.3.0';
    2929    const METHOD_ID    = 'aplazame';
    3030    const METHOD_TITLE = 'Aplazame';
     
    333333        'cart_widget_layout'              => 'horizontal',
    334334        'widget_legacy'                   => 'no',
     335        'product_widget_border'           => 'yes',
    335336    );
    336337
  • aplazame/tags/3.3.0/classes/wc-aplazame-gateway.php

    r2480645 r2510789  
    273273                'label'       => __( 'Show legal notice', 'aplazame' ),
    274274            ),
     275            'product_widget_border'           => array(
     276                'type'        => 'checkbox',
     277                'title'       => __( 'Border', 'aplazame' ),
     278                'description' => __( 'Show border in product widget (only new widget)', 'aplazame' ),
     279                'label'       => __( 'Show border', 'aplazame' ),
     280            ),
    275281            'product_widget_primary_color'    => array(
    276282                'type'        => 'text',
  • aplazame/tags/3.3.0/i18n/languages/aplazame.po

    r2480645 r2510789  
    22msgstr ""
    33"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
    4 "POT-Creation-Date: 2021-02-10 11:50+0000\n"
     4"POT-Creation-Date: 2021-04-06 15:42+0000\n"
    55"Language: es_ES\n"
    66"MIME-Version: 1.0\n"
     
    110110msgstr "Widget del producto"
    111111
    112 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:323
     112#: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329
    113113msgid "Place to show"
    114114msgstr "Lugar a mostrar"
     
    118118msgstr "Lugar del widget en la página del producto"
    119119
    120 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:326
     120#: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332
    121121msgid "~ Not show ~"
    122122msgstr "~ No mostrar ~"
     
    134134msgstr "Después del resumen"
    135135
    136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:335
     136#: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341
    137137msgid "Default instalments"
    138138msgstr "Cuotas por defecto"
     
    142142msgstr "Número de cuotas por defecto en el widget del producto"
    143143
    144 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:337
     144#: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343
    145145msgid "Optional (only numbers)"
    146146msgstr "Opcional (solo números)"
    147147
    148 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:341
     148#: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347
    149149msgid "Legal notice"
    150150msgstr "Texto legal"
     
    154154msgstr "Mostrar texto legal en el widget del producto"
    155155
    156 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:343
     156#: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349
    157157msgid "Show legal notice"
    158158msgstr "Mostrar texto legal"
    159159
    160 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349
     160#: classes/wc-aplazame-gateway.php:277
     161msgid "Border"
     162msgstr "Marco"
     163
     164#: classes/wc-aplazame-gateway.php:278
     165msgid "Show border in product widget (only new widget)"
     166msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)"
     167
     168#: classes/wc-aplazame-gateway.php:279
     169msgid "Show border"
     170msgstr "Mostrar marco"
     171
     172#: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355
    161173msgid "Primary color"
    162174msgstr "Color principal"
    163175
    164 #: classes/wc-aplazame-gateway.php:280
     176#: classes/wc-aplazame-gateway.php:286
    165177msgid "Primary color hexadecimal code for product widget (only new widget)"
    166178msgstr ""
     
    168180"nuevo widget)"
    169181
    170 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:356
     182#: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362
    171183msgid "Layout"
    172184msgstr "Disposición"
    173185
    174 #: classes/wc-aplazame-gateway.php:287
     186#: classes/wc-aplazame-gateway.php:293
    175187msgid "Layout of product widget (only new widget)"
    176188msgstr "Disposición del widget del producto (sólo nuevo widget)"
    177189
    178 #: classes/wc-aplazame-gateway.php:296
     190#: classes/wc-aplazame-gateway.php:302
    179191msgid "Product quantity CSS selector"
    180192msgstr "Selector CSS del número de unidades del producto"
    181193
    182 #: classes/wc-aplazame-gateway.php:297
     194#: classes/wc-aplazame-gateway.php:303
    183195msgid "CSS selector pointing to product quantity"
    184196msgstr "Selector CSS para obtener la cantidad de producto"
    185197
    186 #: classes/wc-aplazame-gateway.php:302
     198#: classes/wc-aplazame-gateway.php:308
    187199msgid "Product price CSS selector"
    188200msgstr "Selector CSS del precio del producto"
    189201
    190 #: classes/wc-aplazame-gateway.php:303
     202#: classes/wc-aplazame-gateway.php:309
    191203msgid "CSS selector pointing to product price"
    192204msgstr "Selector CSS para obtener el precio del producto"
    193205
    194 #: classes/wc-aplazame-gateway.php:308
     206#: classes/wc-aplazame-gateway.php:314
    195207msgid "Variable product price CSS selector"
    196208msgstr "Selector CSS del precio variable del producto"
    197209
    198 #: classes/wc-aplazame-gateway.php:309
     210#: classes/wc-aplazame-gateway.php:315
    199211msgid "CSS selector pointing to variable product price"
    200212msgstr "Selector CSS para obtener el precio variable del producto"
    201213
    202 #: classes/wc-aplazame-gateway.php:317
     214#: classes/wc-aplazame-gateway.php:323
    203215msgid "Cart widget"
    204216msgstr "Widget del carrito"
    205217
    206 #: classes/wc-aplazame-gateway.php:324
     218#: classes/wc-aplazame-gateway.php:330
    207219msgid "Widget place on cart page"
    208220msgstr "Lugar del widget en la página del carrito"
    209221
    210 #: classes/wc-aplazame-gateway.php:327
     222#: classes/wc-aplazame-gateway.php:333
    211223msgid "Before cart totals"
    212224msgstr "Antes del total"
    213225
    214 #: classes/wc-aplazame-gateway.php:328
     226#: classes/wc-aplazame-gateway.php:334
    215227msgid "After cart totals"
    216228msgstr "Después del total"
    217229
    218 #: classes/wc-aplazame-gateway.php:336
     230#: classes/wc-aplazame-gateway.php:342
    219231msgid "Number of default instalments in cart widget"
    220232msgstr "Número de cuotas por defecto en el widget del carrito"
    221233
    222 #: classes/wc-aplazame-gateway.php:342
     234#: classes/wc-aplazame-gateway.php:348
    223235msgid "Show legal notice in cart widget"
    224236msgstr "Mostrar texto legal en el widget del carrito"
    225237
    226 #: classes/wc-aplazame-gateway.php:350
     238#: classes/wc-aplazame-gateway.php:356
    227239msgid "Primary color hexadecimal code for cart widget (only new widget)"
    228240msgstr ""
     
    230242"nuevo widget)"
    231243
    232 #: classes/wc-aplazame-gateway.php:357
     244#: classes/wc-aplazame-gateway.php:363
    233245msgid "Layout of cart widget (only new widget)"
    234246msgstr "Disposición del widget del carrito (sólo nuevo widget)"
    235247
    236 #: classes/wc-aplazame-gateway.php:365
     248#: classes/wc-aplazame-gateway.php:371
    237249msgid "Button"
    238250msgstr "Botón"
    239251
    240 #: classes/wc-aplazame-gateway.php:371
     252#: classes/wc-aplazame-gateway.php:377
    241253msgid "Button Selector"
    242254msgstr "Selector del botón"
    243255
    244 #: classes/wc-aplazame-gateway.php:372
     256#: classes/wc-aplazame-gateway.php:378
    245257msgid "Aplazame Button CSS Selector"
    246258msgstr "Selector CSS del botón de pago con Aplazame"
    247259
    248 #: classes/wc-aplazame-gateway.php:380
     260#: classes/wc-aplazame-gateway.php:386
    249261msgid "Button Image"
    250262msgstr "Imagen del botón"
    251263
    252 #: classes/wc-aplazame-gateway.php:381
     264#: classes/wc-aplazame-gateway.php:387
    253265msgid "Aplazame Button Image that you want to show"
    254266msgstr "Imagen del botón de pago con Aplazame que quieres mostrar"
  • aplazame/tags/3.3.0/i18n/languages/aplazame.pot

    r2480645 r2510789  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Aplazame v3.2.0\n"
     9"Project-Id-Version: Aplazame v3.3.0\n"
    1010"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
    11 "POT-Creation-Date: 2021-02-24 12:23+0000\n"
     11"POT-Creation-Date: 2021-04-07 12:17+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    117117msgstr ""
    118118
    119 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:323
     119#: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329
    120120msgid "Place to show"
    121121msgstr ""
     
    125125msgstr ""
    126126
    127 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:326
     127#: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332
    128128msgid "~ Not show ~"
    129129msgstr ""
     
    141141msgstr ""
    142142
    143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:335
     143#: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341
    144144msgid "Default instalments"
    145145msgstr ""
     
    149149msgstr ""
    150150
    151 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:337
     151#: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343
    152152msgid "Optional (only numbers)"
    153153msgstr ""
    154154
    155 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:341
     155#: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347
    156156msgid "Legal notice"
    157157msgstr ""
     
    161161msgstr ""
    162162
    163 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:343
     163#: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349
    164164msgid "Show legal notice"
    165165msgstr ""
    166166
    167 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349
     167#: classes/wc-aplazame-gateway.php:277
     168msgid "Border"
     169msgstr ""
     170
     171#: classes/wc-aplazame-gateway.php:278
     172msgid "Show border in product widget (only new widget)"
     173msgstr ""
     174
     175#: classes/wc-aplazame-gateway.php:279
     176msgid "Show border"
     177msgstr ""
     178
     179#: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355
    168180msgid "Primary color"
    169181msgstr ""
    170182
    171 #: classes/wc-aplazame-gateway.php:280
     183#: classes/wc-aplazame-gateway.php:286
    172184msgid "Primary color hexadecimal code for product widget (only new widget)"
    173185msgstr ""
    174186
    175 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:356
     187#: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362
    176188msgid "Layout"
    177189msgstr ""
    178190
    179 #: classes/wc-aplazame-gateway.php:287
     191#: classes/wc-aplazame-gateway.php:293
    180192msgid "Layout of product widget (only new widget)"
    181193msgstr ""
    182194
    183 #: classes/wc-aplazame-gateway.php:296
     195#: classes/wc-aplazame-gateway.php:302
    184196msgid "Product quantity CSS selector"
    185197msgstr ""
    186198
    187 #: classes/wc-aplazame-gateway.php:297
     199#: classes/wc-aplazame-gateway.php:303
    188200msgid "CSS selector pointing to product quantity"
    189201msgstr ""
    190202
    191 #: classes/wc-aplazame-gateway.php:302
     203#: classes/wc-aplazame-gateway.php:308
    192204msgid "Product price CSS selector"
    193205msgstr ""
    194206
    195 #: classes/wc-aplazame-gateway.php:303
     207#: classes/wc-aplazame-gateway.php:309
    196208msgid "CSS selector pointing to product price"
    197209msgstr ""
    198210
    199 #: classes/wc-aplazame-gateway.php:308
     211#: classes/wc-aplazame-gateway.php:314
    200212msgid "Variable product price CSS selector"
    201213msgstr ""
    202214
    203 #: classes/wc-aplazame-gateway.php:309
     215#: classes/wc-aplazame-gateway.php:315
    204216msgid "CSS selector pointing to variable product price"
    205217msgstr ""
    206218
    207 #: classes/wc-aplazame-gateway.php:317
     219#: classes/wc-aplazame-gateway.php:323
    208220msgid "Cart widget"
    209221msgstr ""
    210222
    211 #: classes/wc-aplazame-gateway.php:324
     223#: classes/wc-aplazame-gateway.php:330
    212224msgid "Widget place on cart page"
    213225msgstr ""
    214226
    215 #: classes/wc-aplazame-gateway.php:327
     227#: classes/wc-aplazame-gateway.php:333
    216228msgid "Before cart totals"
    217229msgstr ""
    218230
    219 #: classes/wc-aplazame-gateway.php:328
     231#: classes/wc-aplazame-gateway.php:334
    220232msgid "After cart totals"
    221233msgstr ""
    222234
    223 #: classes/wc-aplazame-gateway.php:336
     235#: classes/wc-aplazame-gateway.php:342
    224236msgid "Number of default instalments in cart widget"
    225237msgstr ""
    226238
    227 #: classes/wc-aplazame-gateway.php:342
     239#: classes/wc-aplazame-gateway.php:348
    228240msgid "Show legal notice in cart widget"
    229241msgstr ""
    230242
    231 #: classes/wc-aplazame-gateway.php:350
     243#: classes/wc-aplazame-gateway.php:356
    232244msgid "Primary color hexadecimal code for cart widget (only new widget)"
    233245msgstr ""
    234246
    235 #: classes/wc-aplazame-gateway.php:357
     247#: classes/wc-aplazame-gateway.php:363
    236248msgid "Layout of cart widget (only new widget)"
    237249msgstr ""
    238250
    239 #: classes/wc-aplazame-gateway.php:365
     251#: classes/wc-aplazame-gateway.php:371
    240252msgid "Button"
    241253msgstr ""
    242254
    243 #: classes/wc-aplazame-gateway.php:371
     255#: classes/wc-aplazame-gateway.php:377
    244256msgid "Button Selector"
    245257msgstr ""
    246258
    247 #: classes/wc-aplazame-gateway.php:372
     259#: classes/wc-aplazame-gateway.php:378
    248260msgid "Aplazame Button CSS Selector"
    249261msgstr ""
    250262
    251 #: classes/wc-aplazame-gateway.php:380
     263#: classes/wc-aplazame-gateway.php:386
    252264msgid "Button Image"
    253265msgstr ""
    254266
    255 #: classes/wc-aplazame-gateway.php:381
     267#: classes/wc-aplazame-gateway.php:387
    256268msgid "Aplazame Button Image that you want to show"
    257269msgstr ""
  • aplazame/tags/3.3.0/templates/widgets/product.php

    r2480645 r2510789  
    4242        data-option-primary-color="<?php echo esc_attr( $aplazame->settings['product_widget_primary_color'] ); ?>"
    4343        data-option-layout="<?php echo esc_attr( $aplazame->settings['product_widget_layout'] ); ?>"
     44        data-option-border-product="<?php echo esc_attr( $aplazame->settings['product_widget_border'] === 'yes' ? 'true' : 'false' ); ?>"
    4445    <?php endif; ?>
    4546    <?php if ( empty( $price_selector ) ) : ?>
  • aplazame/trunk/README.txt

    r2480645 r2510789  
    33Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
    44Requires at least: 4.0.1
    5 Tested up to: 5.6.0
     5Tested up to: 5.7.0
    66Requires PHP: 5.3.0
    7 Stable tag: 3.2.0
     7Stable tag: 3.3.0
    88License: BSD-3-Clause
    99License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
     
    7878== Changelog ==
    7979
     80#### [v3.3.0](https://github.com/aplazame/woocommerce/tree/v3.3.0) (2021-04-07)
     81
     82* [ADD] Show/hide border option on product widget v4.
     83
    8084#### [v3.2.0](https://github.com/aplazame/woocommerce/tree/v3.2.0) (2021-02-24)
    8185
  • aplazame/trunk/aplazame.php

    r2480645 r2510789  
    33 * Plugin Name: Aplazame
    44 * Plugin URI: https://github.com/aplazame/woocommerce
    5  * Version: 3.2.0
     5 * Version: 3.3.0
    66 * Description: Aplazame offers a payment method to receive funding for the purchases.
    77 * Author: Aplazame
     
    1212 *
    1313 * WC requires at least: 2.3
    14  * WC tested up to: 4.9.2
     14 * WC tested up to: 5.1.0
    1515 *
    1616 * License: GNU General Public License v3.0
     
    2626
    2727class WC_Aplazame {
    28     const VERSION      = '3.2.0';
     28    const VERSION      = '3.3.0';
    2929    const METHOD_ID    = 'aplazame';
    3030    const METHOD_TITLE = 'Aplazame';
     
    333333        'cart_widget_layout'              => 'horizontal',
    334334        'widget_legacy'                   => 'no',
     335        'product_widget_border'           => 'yes',
    335336    );
    336337
  • aplazame/trunk/classes/wc-aplazame-gateway.php

    r2480645 r2510789  
    273273                'label'       => __( 'Show legal notice', 'aplazame' ),
    274274            ),
     275            'product_widget_border'           => array(
     276                'type'        => 'checkbox',
     277                'title'       => __( 'Border', 'aplazame' ),
     278                'description' => __( 'Show border in product widget (only new widget)', 'aplazame' ),
     279                'label'       => __( 'Show border', 'aplazame' ),
     280            ),
    275281            'product_widget_primary_color'    => array(
    276282                'type'        => 'text',
  • aplazame/trunk/i18n/languages/aplazame.po

    r2480645 r2510789  
    22msgstr ""
    33"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
    4 "POT-Creation-Date: 2021-02-10 11:50+0000\n"
     4"POT-Creation-Date: 2021-04-06 15:42+0000\n"
    55"Language: es_ES\n"
    66"MIME-Version: 1.0\n"
     
    110110msgstr "Widget del producto"
    111111
    112 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:323
     112#: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329
    113113msgid "Place to show"
    114114msgstr "Lugar a mostrar"
     
    118118msgstr "Lugar del widget en la página del producto"
    119119
    120 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:326
     120#: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332
    121121msgid "~ Not show ~"
    122122msgstr "~ No mostrar ~"
     
    134134msgstr "Después del resumen"
    135135
    136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:335
     136#: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341
    137137msgid "Default instalments"
    138138msgstr "Cuotas por defecto"
     
    142142msgstr "Número de cuotas por defecto en el widget del producto"
    143143
    144 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:337
     144#: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343
    145145msgid "Optional (only numbers)"
    146146msgstr "Opcional (solo números)"
    147147
    148 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:341
     148#: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347
    149149msgid "Legal notice"
    150150msgstr "Texto legal"
     
    154154msgstr "Mostrar texto legal en el widget del producto"
    155155
    156 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:343
     156#: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349
    157157msgid "Show legal notice"
    158158msgstr "Mostrar texto legal"
    159159
    160 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349
     160#: classes/wc-aplazame-gateway.php:277
     161msgid "Border"
     162msgstr "Marco"
     163
     164#: classes/wc-aplazame-gateway.php:278
     165msgid "Show border in product widget (only new widget)"
     166msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)"
     167
     168#: classes/wc-aplazame-gateway.php:279
     169msgid "Show border"
     170msgstr "Mostrar marco"
     171
     172#: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355
    161173msgid "Primary color"
    162174msgstr "Color principal"
    163175
    164 #: classes/wc-aplazame-gateway.php:280
     176#: classes/wc-aplazame-gateway.php:286
    165177msgid "Primary color hexadecimal code for product widget (only new widget)"
    166178msgstr ""
     
    168180"nuevo widget)"
    169181
    170 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:356
     182#: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362
    171183msgid "Layout"
    172184msgstr "Disposición"
    173185
    174 #: classes/wc-aplazame-gateway.php:287
     186#: classes/wc-aplazame-gateway.php:293
    175187msgid "Layout of product widget (only new widget)"
    176188msgstr "Disposición del widget del producto (sólo nuevo widget)"
    177189
    178 #: classes/wc-aplazame-gateway.php:296
     190#: classes/wc-aplazame-gateway.php:302
    179191msgid "Product quantity CSS selector"
    180192msgstr "Selector CSS del número de unidades del producto"
    181193
    182 #: classes/wc-aplazame-gateway.php:297
     194#: classes/wc-aplazame-gateway.php:303
    183195msgid "CSS selector pointing to product quantity"
    184196msgstr "Selector CSS para obtener la cantidad de producto"
    185197
    186 #: classes/wc-aplazame-gateway.php:302
     198#: classes/wc-aplazame-gateway.php:308
    187199msgid "Product price CSS selector"
    188200msgstr "Selector CSS del precio del producto"
    189201
    190 #: classes/wc-aplazame-gateway.php:303
     202#: classes/wc-aplazame-gateway.php:309
    191203msgid "CSS selector pointing to product price"
    192204msgstr "Selector CSS para obtener el precio del producto"
    193205
    194 #: classes/wc-aplazame-gateway.php:308
     206#: classes/wc-aplazame-gateway.php:314
    195207msgid "Variable product price CSS selector"
    196208msgstr "Selector CSS del precio variable del producto"
    197209
    198 #: classes/wc-aplazame-gateway.php:309
     210#: classes/wc-aplazame-gateway.php:315
    199211msgid "CSS selector pointing to variable product price"
    200212msgstr "Selector CSS para obtener el precio variable del producto"
    201213
    202 #: classes/wc-aplazame-gateway.php:317
     214#: classes/wc-aplazame-gateway.php:323
    203215msgid "Cart widget"
    204216msgstr "Widget del carrito"
    205217
    206 #: classes/wc-aplazame-gateway.php:324
     218#: classes/wc-aplazame-gateway.php:330
    207219msgid "Widget place on cart page"
    208220msgstr "Lugar del widget en la página del carrito"
    209221
    210 #: classes/wc-aplazame-gateway.php:327
     222#: classes/wc-aplazame-gateway.php:333
    211223msgid "Before cart totals"
    212224msgstr "Antes del total"
    213225
    214 #: classes/wc-aplazame-gateway.php:328
     226#: classes/wc-aplazame-gateway.php:334
    215227msgid "After cart totals"
    216228msgstr "Después del total"
    217229
    218 #: classes/wc-aplazame-gateway.php:336
     230#: classes/wc-aplazame-gateway.php:342
    219231msgid "Number of default instalments in cart widget"
    220232msgstr "Número de cuotas por defecto en el widget del carrito"
    221233
    222 #: classes/wc-aplazame-gateway.php:342
     234#: classes/wc-aplazame-gateway.php:348
    223235msgid "Show legal notice in cart widget"
    224236msgstr "Mostrar texto legal en el widget del carrito"
    225237
    226 #: classes/wc-aplazame-gateway.php:350
     238#: classes/wc-aplazame-gateway.php:356
    227239msgid "Primary color hexadecimal code for cart widget (only new widget)"
    228240msgstr ""
     
    230242"nuevo widget)"
    231243
    232 #: classes/wc-aplazame-gateway.php:357
     244#: classes/wc-aplazame-gateway.php:363
    233245msgid "Layout of cart widget (only new widget)"
    234246msgstr "Disposición del widget del carrito (sólo nuevo widget)"
    235247
    236 #: classes/wc-aplazame-gateway.php:365
     248#: classes/wc-aplazame-gateway.php:371
    237249msgid "Button"
    238250msgstr "Botón"
    239251
    240 #: classes/wc-aplazame-gateway.php:371
     252#: classes/wc-aplazame-gateway.php:377
    241253msgid "Button Selector"
    242254msgstr "Selector del botón"
    243255
    244 #: classes/wc-aplazame-gateway.php:372
     256#: classes/wc-aplazame-gateway.php:378
    245257msgid "Aplazame Button CSS Selector"
    246258msgstr "Selector CSS del botón de pago con Aplazame"
    247259
    248 #: classes/wc-aplazame-gateway.php:380
     260#: classes/wc-aplazame-gateway.php:386
    249261msgid "Button Image"
    250262msgstr "Imagen del botón"
    251263
    252 #: classes/wc-aplazame-gateway.php:381
     264#: classes/wc-aplazame-gateway.php:387
    253265msgid "Aplazame Button Image that you want to show"
    254266msgstr "Imagen del botón de pago con Aplazame que quieres mostrar"
  • aplazame/trunk/i18n/languages/aplazame.pot

    r2480645 r2510789  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Aplazame v3.2.0\n"
     9"Project-Id-Version: Aplazame v3.3.0\n"
    1010"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
    11 "POT-Creation-Date: 2021-02-24 12:23+0000\n"
     11"POT-Creation-Date: 2021-04-07 12:17+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    117117msgstr ""
    118118
    119 #: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:323
     119#: classes/wc-aplazame-gateway.php:252 classes/wc-aplazame-gateway.php:329
    120120msgid "Place to show"
    121121msgstr ""
     
    125125msgstr ""
    126126
    127 #: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:326
     127#: classes/wc-aplazame-gateway.php:255 classes/wc-aplazame-gateway.php:332
    128128msgid "~ Not show ~"
    129129msgstr ""
     
    141141msgstr ""
    142142
    143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:335
     143#: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:341
    144144msgid "Default instalments"
    145145msgstr ""
     
    149149msgstr ""
    150150
    151 #: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:337
     151#: classes/wc-aplazame-gateway.php:267 classes/wc-aplazame-gateway.php:343
    152152msgid "Optional (only numbers)"
    153153msgstr ""
    154154
    155 #: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:341
     155#: classes/wc-aplazame-gateway.php:271 classes/wc-aplazame-gateway.php:347
    156156msgid "Legal notice"
    157157msgstr ""
     
    161161msgstr ""
    162162
    163 #: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:343
     163#: classes/wc-aplazame-gateway.php:273 classes/wc-aplazame-gateway.php:349
    164164msgid "Show legal notice"
    165165msgstr ""
    166166
    167 #: classes/wc-aplazame-gateway.php:279 classes/wc-aplazame-gateway.php:349
     167#: classes/wc-aplazame-gateway.php:277
     168msgid "Border"
     169msgstr ""
     170
     171#: classes/wc-aplazame-gateway.php:278
     172msgid "Show border in product widget (only new widget)"
     173msgstr ""
     174
     175#: classes/wc-aplazame-gateway.php:279
     176msgid "Show border"
     177msgstr ""
     178
     179#: classes/wc-aplazame-gateway.php:285 classes/wc-aplazame-gateway.php:355
    168180msgid "Primary color"
    169181msgstr ""
    170182
    171 #: classes/wc-aplazame-gateway.php:280
     183#: classes/wc-aplazame-gateway.php:286
    172184msgid "Primary color hexadecimal code for product widget (only new widget)"
    173185msgstr ""
    174186
    175 #: classes/wc-aplazame-gateway.php:286 classes/wc-aplazame-gateway.php:356
     187#: classes/wc-aplazame-gateway.php:292 classes/wc-aplazame-gateway.php:362
    176188msgid "Layout"
    177189msgstr ""
    178190
    179 #: classes/wc-aplazame-gateway.php:287
     191#: classes/wc-aplazame-gateway.php:293
    180192msgid "Layout of product widget (only new widget)"
    181193msgstr ""
    182194
    183 #: classes/wc-aplazame-gateway.php:296
     195#: classes/wc-aplazame-gateway.php:302
    184196msgid "Product quantity CSS selector"
    185197msgstr ""
    186198
    187 #: classes/wc-aplazame-gateway.php:297
     199#: classes/wc-aplazame-gateway.php:303
    188200msgid "CSS selector pointing to product quantity"
    189201msgstr ""
    190202
    191 #: classes/wc-aplazame-gateway.php:302
     203#: classes/wc-aplazame-gateway.php:308
    192204msgid "Product price CSS selector"
    193205msgstr ""
    194206
    195 #: classes/wc-aplazame-gateway.php:303
     207#: classes/wc-aplazame-gateway.php:309
    196208msgid "CSS selector pointing to product price"
    197209msgstr ""
    198210
    199 #: classes/wc-aplazame-gateway.php:308
     211#: classes/wc-aplazame-gateway.php:314
    200212msgid "Variable product price CSS selector"
    201213msgstr ""
    202214
    203 #: classes/wc-aplazame-gateway.php:309
     215#: classes/wc-aplazame-gateway.php:315
    204216msgid "CSS selector pointing to variable product price"
    205217msgstr ""
    206218
    207 #: classes/wc-aplazame-gateway.php:317
     219#: classes/wc-aplazame-gateway.php:323
    208220msgid "Cart widget"
    209221msgstr ""
    210222
    211 #: classes/wc-aplazame-gateway.php:324
     223#: classes/wc-aplazame-gateway.php:330
    212224msgid "Widget place on cart page"
    213225msgstr ""
    214226
    215 #: classes/wc-aplazame-gateway.php:327
     227#: classes/wc-aplazame-gateway.php:333
    216228msgid "Before cart totals"
    217229msgstr ""
    218230
    219 #: classes/wc-aplazame-gateway.php:328
     231#: classes/wc-aplazame-gateway.php:334
    220232msgid "After cart totals"
    221233msgstr ""
    222234
    223 #: classes/wc-aplazame-gateway.php:336
     235#: classes/wc-aplazame-gateway.php:342
    224236msgid "Number of default instalments in cart widget"
    225237msgstr ""
    226238
    227 #: classes/wc-aplazame-gateway.php:342
     239#: classes/wc-aplazame-gateway.php:348
    228240msgid "Show legal notice in cart widget"
    229241msgstr ""
    230242
    231 #: classes/wc-aplazame-gateway.php:350
     243#: classes/wc-aplazame-gateway.php:356
    232244msgid "Primary color hexadecimal code for cart widget (only new widget)"
    233245msgstr ""
    234246
    235 #: classes/wc-aplazame-gateway.php:357
     247#: classes/wc-aplazame-gateway.php:363
    236248msgid "Layout of cart widget (only new widget)"
    237249msgstr ""
    238250
    239 #: classes/wc-aplazame-gateway.php:365
     251#: classes/wc-aplazame-gateway.php:371
    240252msgid "Button"
    241253msgstr ""
    242254
    243 #: classes/wc-aplazame-gateway.php:371
     255#: classes/wc-aplazame-gateway.php:377
    244256msgid "Button Selector"
    245257msgstr ""
    246258
    247 #: classes/wc-aplazame-gateway.php:372
     259#: classes/wc-aplazame-gateway.php:378
    248260msgid "Aplazame Button CSS Selector"
    249261msgstr ""
    250262
    251 #: classes/wc-aplazame-gateway.php:380
     263#: classes/wc-aplazame-gateway.php:386
    252264msgid "Button Image"
    253265msgstr ""
    254266
    255 #: classes/wc-aplazame-gateway.php:381
     267#: classes/wc-aplazame-gateway.php:387
    256268msgid "Aplazame Button Image that you want to show"
    257269msgstr ""
  • aplazame/trunk/templates/widgets/product.php

    r2480645 r2510789  
    4242        data-option-primary-color="<?php echo esc_attr( $aplazame->settings['product_widget_primary_color'] ); ?>"
    4343        data-option-layout="<?php echo esc_attr( $aplazame->settings['product_widget_layout'] ); ?>"
     44        data-option-border-product="<?php echo esc_attr( $aplazame->settings['product_widget_border'] === 'yes' ? 'true' : 'false' ); ?>"
    4445    <?php endif; ?>
    4546    <?php if ( empty( $price_selector ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.