Changeset 2647768
- Timestamp:
- 12/22/2021 11:35:29 AM (4 years ago)
- Location:
- aplazame
- Files:
-
- 18 edited
- 1 copied
-
tags/3.6.0 (copied) (copied from aplazame/trunk)
-
tags/3.6.0/README.txt (modified) (2 diffs)
-
tags/3.6.0/aplazame.php (modified) (4 diffs)
-
tags/3.6.0/classes/wc-aplazame-gateway.php (modified) (1 diff)
-
tags/3.6.0/i18n/languages/aplazame-es_ES.mo (modified) (previous)
-
tags/3.6.0/i18n/languages/aplazame.po (modified) (4 diffs)
-
tags/3.6.0/i18n/languages/aplazame.pot (modified) (2 diffs)
-
tags/3.6.0/lib/Aplazame/Aplazame/BusinessModel/Customer.php (modified) (1 diff)
-
tags/3.6.0/templates/widgets/cart.php (modified) (1 diff)
-
tags/3.6.0/templates/widgets/product.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/aplazame.php (modified) (4 diffs)
-
trunk/classes/wc-aplazame-gateway.php (modified) (1 diff)
-
trunk/i18n/languages/aplazame-es_ES.mo (modified) (previous)
-
trunk/i18n/languages/aplazame.po (modified) (4 diffs)
-
trunk/i18n/languages/aplazame.pot (modified) (2 diffs)
-
trunk/lib/Aplazame/Aplazame/BusinessModel/Customer.php (modified) (1 diff)
-
trunk/templates/widgets/cart.php (modified) (1 diff)
-
trunk/templates/widgets/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aplazame/tags/3.6.0/README.txt
r2597954 r2647768 3 3 Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago 4 4 Requires at least: 4.0.1 5 Tested up to: 5.8. 15 Tested up to: 5.8.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 3. 5.07 Stable tag: 3.6.0 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v3.6.0](https://github.com/aplazame/woocommerce/tree/v3.6.0) (2021-12-22) 81 82 * [ADD] Show/hide alternative widget option. 83 80 84 #### [v3.5.0](https://github.com/aplazame/woocommerce/tree/v3.5.0) (2021-09-13) 81 85 -
aplazame/tags/3.6.0/aplazame.php
r2597954 r2647768 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3. 5.05 * Version: 3.6.0 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 12 12 * 13 13 * WC requires at least: 2.3 14 * WC tested up to: 5.6.014 * WC tested up to: 6.0.0 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3. 5.0';28 const VERSION = '3.6.0'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 338 338 'product_pay_in_4' => 'no', 339 339 'cart_pay_in_4' => 'no', 340 'widget_out_of_limits' => 'show', 340 341 ); 341 342 -
aplazame/tags/3.6.0/classes/wc-aplazame-gateway.php
r2597954 r2647768 216 216 ), 217 217 ), 218 'widget_out_of_limits' => array( 219 'type' => 'select', 220 'title' => __( 'Widget if Aplazame is not available', 'aplazame' ), 221 'description' => __( 'Show/hide alternative widget if Aplazame is not available', 'aplazame' ), 222 'options' => array( 223 'show' => __( 'Show', 'aplazame' ), 224 'hide' => __( 'Hide', 'aplazame' ), 225 ), 226 'default' => WC_Aplazame_Install::$defaultSettings['widget_out_of_limits'], 227 ), 218 228 'widget_legacy' => array( 219 229 'type' => 'checkbox', -
aplazame/tags/3.6.0/i18n/languages/aplazame.po
r2597954 r2647768 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 2021- 09-08 14:25+0000\n"4 "POT-Creation-Date: 2021-12-09 11:12+0000\n" 5 5 "Language: es_ES\n" 6 6 "MIME-Version: 1.0\n" … … 78 78 msgstr "Clave API privada de Aplazame" 79 79 80 #: classes/wc-aplazame-gateway.php:220 81 msgid "Widget if Aplazame is not available" 82 msgstr "Widget si Aplazame no está disponible" 83 80 84 #: classes/wc-aplazame-gateway.php:221 85 msgid "Show/hide alternative widget if Aplazame is not available" 86 msgstr "Muestra/oculta el widget alternativo si Aplazame no está disponible" 87 88 #: classes/wc-aplazame-gateway.php:223 89 msgid "Show" 90 msgstr "Mostrar" 91 92 #: classes/wc-aplazame-gateway.php:224 93 msgid "Hide" 94 msgstr "Ocultar" 95 96 #: classes/wc-aplazame-gateway.php:231 81 97 msgid "Use widget legacy instead new widget" 82 98 msgstr "Usa el widget legacy en lugar del nuevo widget" 83 99 84 #: classes/wc-aplazame-gateway.php:2 22100 #: classes/wc-aplazame-gateway.php:232 85 101 msgid "Turn on widget legacy" 86 102 msgstr "Activar widget legacy" 87 103 88 #: classes/wc-aplazame-gateway.php:2 25104 #: classes/wc-aplazame-gateway.php:235 89 105 msgid "Payment method title and description" 90 106 msgstr "Título y descripción del método de pago" 91 107 92 #: classes/wc-aplazame-gateway.php:2 31108 #: classes/wc-aplazame-gateway.php:241 93 109 msgid "Title" 94 110 msgstr "Título" 95 111 96 #: classes/wc-aplazame-gateway.php:2 32112 #: classes/wc-aplazame-gateway.php:242 97 113 msgid "Payment method title" 98 114 msgstr "Título del método de pago" 99 115 100 #: classes/wc-aplazame-gateway.php:2 37116 #: classes/wc-aplazame-gateway.php:247 101 117 msgid "Description" 102 118 msgstr "Descripción" 103 119 104 #: classes/wc-aplazame-gateway.php:2 38120 #: classes/wc-aplazame-gateway.php:248 105 121 msgid "Payment method description" 106 122 msgstr "Descripción del método de pago" 107 123 108 #: classes/wc-aplazame-gateway.php:2 46124 #: classes/wc-aplazame-gateway.php:256 109 125 msgid "Product widget" 110 126 msgstr "Widget del producto" 111 127 112 #: classes/wc-aplazame-gateway.php:2 52 classes/wc-aplazame-gateway.php:346128 #: classes/wc-aplazame-gateway.php:262 classes/wc-aplazame-gateway.php:356 113 129 msgid "Place to show" 114 130 msgstr "Lugar a mostrar" 115 131 116 #: classes/wc-aplazame-gateway.php:2 53132 #: classes/wc-aplazame-gateway.php:263 117 133 msgid "Widget place on product page" 118 134 msgstr "Lugar del widget en la página del producto" 119 135 120 #: classes/wc-aplazame-gateway.php:2 55 classes/wc-aplazame-gateway.php:349136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:359 121 137 msgid "~ Not show ~" 122 138 msgstr "~ No mostrar ~" 123 139 124 #: classes/wc-aplazame-gateway.php:2 56140 #: classes/wc-aplazame-gateway.php:266 125 141 msgid "Before add to cart button" 126 142 msgstr "Antes del botón de añadir al carrito" 127 143 128 #: classes/wc-aplazame-gateway.php:2 57144 #: classes/wc-aplazame-gateway.php:267 129 145 msgid "After add to cart button" 130 146 msgstr "Después del botón de añadir al carrito" 131 147 132 #: classes/wc-aplazame-gateway.php:2 58148 #: classes/wc-aplazame-gateway.php:268 133 149 msgid "After summary" 134 150 msgstr "Después del resumen" 135 151 136 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:358152 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:368 137 153 msgid "Default instalments" 138 154 msgstr "Cuotas por defecto" 139 155 140 #: classes/wc-aplazame-gateway.php:2 66156 #: classes/wc-aplazame-gateway.php:276 141 157 msgid "Number of default instalments in product widget" 142 158 msgstr "Número de cuotas por defecto en el widget del producto" 143 159 144 #: classes/wc-aplazame-gateway.php:2 67 classes/wc-aplazame-gateway.php:360160 #: classes/wc-aplazame-gateway.php:277 classes/wc-aplazame-gateway.php:370 145 161 msgid "Optional (only numbers)" 146 162 msgstr "Opcional (solo números)" 147 163 148 #: classes/wc-aplazame-gateway.php:2 71 classes/wc-aplazame-gateway.php:364164 #: classes/wc-aplazame-gateway.php:281 classes/wc-aplazame-gateway.php:374 149 165 msgid "Legal notice" 150 166 msgstr "Texto legal" 151 167 152 #: classes/wc-aplazame-gateway.php:2 72168 #: classes/wc-aplazame-gateway.php:282 153 169 msgid "Show legal notice in product widget" 154 170 msgstr "Mostrar texto legal en el widget del producto" 155 171 156 #: classes/wc-aplazame-gateway.php:2 73 classes/wc-aplazame-gateway.php:366172 #: classes/wc-aplazame-gateway.php:283 classes/wc-aplazame-gateway.php:376 157 173 msgid "Show legal notice" 158 174 msgstr "Mostrar texto legal" 159 175 160 #: classes/wc-aplazame-gateway.php:2 77 classes/wc-aplazame-gateway.php:370176 #: classes/wc-aplazame-gateway.php:287 classes/wc-aplazame-gateway.php:380 161 177 msgid "Pay in 4" 162 178 msgstr "Paga en 4" 163 179 164 #: classes/wc-aplazame-gateway.php:2 78180 #: classes/wc-aplazame-gateway.php:288 165 181 msgid "Enable product widget pay in 4 (if available)" 166 182 msgstr "Activar widget del producto paga en 4 (si disponible)" 167 183 168 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:372184 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:382 169 185 msgid "Enable pay in 4" 170 186 msgstr "Activar paga en 4" 171 187 172 #: classes/wc-aplazame-gateway.php:2 83188 #: classes/wc-aplazame-gateway.php:293 173 189 msgid "Border" 174 190 msgstr "Marco" 175 191 176 #: classes/wc-aplazame-gateway.php:2 84192 #: classes/wc-aplazame-gateway.php:294 177 193 msgid "Show border in product widget (only new widget)" 178 194 msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)" 179 195 180 #: classes/wc-aplazame-gateway.php:2 85196 #: classes/wc-aplazame-gateway.php:295 181 197 msgid "Show border" 182 198 msgstr "Mostrar marco" 183 199 184 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:378200 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:388 185 201 msgid "Primary color" 186 202 msgstr "Color principal" 187 203 188 #: classes/wc-aplazame-gateway.php: 292204 #: classes/wc-aplazame-gateway.php:302 189 205 msgid "Primary color hexadecimal code for product widget (only new widget)" 190 206 msgstr "" … … 192 208 "nuevo widget)" 193 209 194 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:385210 #: classes/wc-aplazame-gateway.php:308 classes/wc-aplazame-gateway.php:395 195 211 msgid "Layout" 196 212 msgstr "Disposición" 197 213 198 #: classes/wc-aplazame-gateway.php: 299214 #: classes/wc-aplazame-gateway.php:309 199 215 msgid "Layout of product widget (only new widget)" 200 216 msgstr "Disposición del widget del producto (sólo nuevo widget)" 201 217 202 #: classes/wc-aplazame-gateway.php:3 08 classes/wc-aplazame-gateway.php:395218 #: classes/wc-aplazame-gateway.php:318 classes/wc-aplazame-gateway.php:405 203 219 msgid "Alignment" 204 220 msgstr "Alineación" 205 221 206 #: classes/wc-aplazame-gateway.php:3 09222 #: classes/wc-aplazame-gateway.php:319 207 223 msgid "Product widget alignment (only new widget)" 208 224 msgstr "Alineación del widget del producto (sólo nuevo widget)" 209 225 210 #: classes/wc-aplazame-gateway.php:3 11 classes/wc-aplazame-gateway.php:398226 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:408 211 227 msgid "Left" 212 228 msgstr "Izquierda" 213 229 214 #: classes/wc-aplazame-gateway.php:3 12 classes/wc-aplazame-gateway.php:399230 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:409 215 231 msgid "Center" 216 232 msgstr "Centro" 217 233 218 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:400234 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:410 219 235 msgid "Right" 220 236 msgstr "Derecha" 221 237 222 #: classes/wc-aplazame-gateway.php:3 19238 #: classes/wc-aplazame-gateway.php:329 223 239 msgid "Product quantity CSS selector" 224 240 msgstr "Selector CSS del número de unidades del producto" 225 241 226 #: classes/wc-aplazame-gateway.php:3 20242 #: classes/wc-aplazame-gateway.php:330 227 243 msgid "CSS selector pointing to product quantity" 228 244 msgstr "Selector CSS para obtener la cantidad de producto" 229 245 230 #: classes/wc-aplazame-gateway.php:3 25246 #: classes/wc-aplazame-gateway.php:335 231 247 msgid "Product price CSS selector" 232 248 msgstr "Selector CSS del precio del producto" 233 249 234 #: classes/wc-aplazame-gateway.php:3 26250 #: classes/wc-aplazame-gateway.php:336 235 251 msgid "CSS selector pointing to product price" 236 252 msgstr "Selector CSS para obtener el precio del producto" 237 253 238 #: classes/wc-aplazame-gateway.php:3 31254 #: classes/wc-aplazame-gateway.php:341 239 255 msgid "Variable product price CSS selector" 240 256 msgstr "Selector CSS del precio variable del producto" 241 257 242 #: classes/wc-aplazame-gateway.php:3 32258 #: classes/wc-aplazame-gateway.php:342 243 259 msgid "CSS selector pointing to variable product price" 244 260 msgstr "Selector CSS para obtener el precio variable del producto" 245 261 246 #: classes/wc-aplazame-gateway.php:3 40262 #: classes/wc-aplazame-gateway.php:350 247 263 msgid "Cart widget" 248 264 msgstr "Widget del carrito" 249 265 250 #: classes/wc-aplazame-gateway.php:3 47266 #: classes/wc-aplazame-gateway.php:357 251 267 msgid "Widget place on cart page" 252 268 msgstr "Lugar del widget en la página del carrito" 253 269 254 #: classes/wc-aplazame-gateway.php:3 50270 #: classes/wc-aplazame-gateway.php:360 255 271 msgid "Before cart totals" 256 272 msgstr "Antes del total" 257 273 258 #: classes/wc-aplazame-gateway.php:3 51274 #: classes/wc-aplazame-gateway.php:361 259 275 msgid "After cart totals" 260 276 msgstr "Después del total" 261 277 262 #: classes/wc-aplazame-gateway.php:3 59278 #: classes/wc-aplazame-gateway.php:369 263 279 msgid "Number of default instalments in cart widget" 264 280 msgstr "Número de cuotas por defecto en el widget del carrito" 265 281 266 #: classes/wc-aplazame-gateway.php:3 65282 #: classes/wc-aplazame-gateway.php:375 267 283 msgid "Show legal notice in cart widget" 268 284 msgstr "Mostrar texto legal en el widget del carrito" 269 285 270 #: classes/wc-aplazame-gateway.php:3 71286 #: classes/wc-aplazame-gateway.php:381 271 287 msgid "Enable cart widget pay in 4 (if available)" 272 288 msgstr "Activar widget del carrito paga en 4 (si disponible)" 273 289 274 #: classes/wc-aplazame-gateway.php:3 79290 #: classes/wc-aplazame-gateway.php:389 275 291 msgid "Primary color hexadecimal code for cart widget (only new widget)" 276 292 msgstr "" … … 278 294 "nuevo widget)" 279 295 280 #: classes/wc-aplazame-gateway.php:3 86296 #: classes/wc-aplazame-gateway.php:396 281 297 msgid "Layout of cart widget (only new widget)" 282 298 msgstr "Disposición del widget del carrito (sólo nuevo widget)" 283 299 284 #: classes/wc-aplazame-gateway.php: 396300 #: classes/wc-aplazame-gateway.php:406 285 301 msgid "Cart widget alignment (only new widget)" 286 302 msgstr "Alineación del widget del carrito (sólo nuevo widget)" 287 303 288 #: classes/wc-aplazame-gateway.php:4 05304 #: classes/wc-aplazame-gateway.php:415 289 305 msgid "Button" 290 306 msgstr "Botón" 291 307 292 #: classes/wc-aplazame-gateway.php:4 11308 #: classes/wc-aplazame-gateway.php:421 293 309 msgid "Button Selector" 294 310 msgstr "Selector del botón" 295 311 296 #: classes/wc-aplazame-gateway.php:4 12312 #: classes/wc-aplazame-gateway.php:422 297 313 msgid "Aplazame Button CSS Selector" 298 314 msgstr "Selector CSS del botón de pago con Aplazame" 299 315 300 #: classes/wc-aplazame-gateway.php:4 20316 #: classes/wc-aplazame-gateway.php:430 301 317 msgid "Button Image" 302 318 msgstr "Imagen del botón" 303 319 304 #: classes/wc-aplazame-gateway.php:4 21320 #: classes/wc-aplazame-gateway.php:431 305 321 msgid "Aplazame Button Image that you want to show" 306 322 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/tags/3.6.0/i18n/languages/aplazame.pot
r2597954 r2647768 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3. 5.0\n"9 "Project-Id-Version: Aplazame v3.6.0\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2021- 09-13 10:03+0000\n"11 "POT-Creation-Date: 2021-12-22 10:38+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 85 85 msgstr "" 86 86 87 #: classes/wc-aplazame-gateway.php:220 88 msgid "Widget if Aplazame is not available" 89 msgstr "" 90 87 91 #: classes/wc-aplazame-gateway.php:221 92 msgid "Show/hide alternative widget if Aplazame is not available" 93 msgstr "" 94 95 #: classes/wc-aplazame-gateway.php:223 96 msgid "Show" 97 msgstr "" 98 99 #: classes/wc-aplazame-gateway.php:224 100 msgid "Hide" 101 msgstr "" 102 103 #: classes/wc-aplazame-gateway.php:231 88 104 msgid "Use widget legacy instead new widget" 89 105 msgstr "" 90 106 91 #: classes/wc-aplazame-gateway.php:2 22107 #: classes/wc-aplazame-gateway.php:232 92 108 msgid "Turn on widget legacy" 93 109 msgstr "" 94 110 95 #: classes/wc-aplazame-gateway.php:2 25111 #: classes/wc-aplazame-gateway.php:235 96 112 msgid "Payment method title and description" 97 113 msgstr "" 98 114 99 #: classes/wc-aplazame-gateway.php:2 31115 #: classes/wc-aplazame-gateway.php:241 100 116 msgid "Title" 101 117 msgstr "" 102 118 103 #: classes/wc-aplazame-gateway.php:2 32119 #: classes/wc-aplazame-gateway.php:242 104 120 msgid "Payment method title" 105 121 msgstr "" 106 122 107 #: classes/wc-aplazame-gateway.php:2 37123 #: classes/wc-aplazame-gateway.php:247 108 124 msgid "Description" 109 125 msgstr "" 110 126 111 #: classes/wc-aplazame-gateway.php:2 38127 #: classes/wc-aplazame-gateway.php:248 112 128 msgid "Payment method description" 113 129 msgstr "" 114 130 115 #: classes/wc-aplazame-gateway.php:2 46131 #: classes/wc-aplazame-gateway.php:256 116 132 msgid "Product widget" 117 133 msgstr "" 118 134 119 #: classes/wc-aplazame-gateway.php:2 52 classes/wc-aplazame-gateway.php:346135 #: classes/wc-aplazame-gateway.php:262 classes/wc-aplazame-gateway.php:356 120 136 msgid "Place to show" 121 137 msgstr "" 122 138 123 #: classes/wc-aplazame-gateway.php:2 53139 #: classes/wc-aplazame-gateway.php:263 124 140 msgid "Widget place on product page" 125 141 msgstr "" 126 142 127 #: classes/wc-aplazame-gateway.php:2 55 classes/wc-aplazame-gateway.php:349143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:359 128 144 msgid "~ Not show ~" 129 145 msgstr "" 130 146 131 #: classes/wc-aplazame-gateway.php:2 56147 #: classes/wc-aplazame-gateway.php:266 132 148 msgid "Before add to cart button" 133 149 msgstr "" 134 150 135 #: classes/wc-aplazame-gateway.php:2 57151 #: classes/wc-aplazame-gateway.php:267 136 152 msgid "After add to cart button" 137 153 msgstr "" 138 154 139 #: classes/wc-aplazame-gateway.php:2 58155 #: classes/wc-aplazame-gateway.php:268 140 156 msgid "After summary" 141 157 msgstr "" 142 158 143 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:358159 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:368 144 160 msgid "Default instalments" 145 161 msgstr "" 146 162 147 #: classes/wc-aplazame-gateway.php:2 66163 #: classes/wc-aplazame-gateway.php:276 148 164 msgid "Number of default instalments in product widget" 149 165 msgstr "" 150 166 151 #: classes/wc-aplazame-gateway.php:2 67 classes/wc-aplazame-gateway.php:360167 #: classes/wc-aplazame-gateway.php:277 classes/wc-aplazame-gateway.php:370 152 168 msgid "Optional (only numbers)" 153 169 msgstr "" 154 170 155 #: classes/wc-aplazame-gateway.php:2 71 classes/wc-aplazame-gateway.php:364171 #: classes/wc-aplazame-gateway.php:281 classes/wc-aplazame-gateway.php:374 156 172 msgid "Legal notice" 157 173 msgstr "" 158 174 159 #: classes/wc-aplazame-gateway.php:2 72175 #: classes/wc-aplazame-gateway.php:282 160 176 msgid "Show legal notice in product widget" 161 177 msgstr "" 162 178 163 #: classes/wc-aplazame-gateway.php:2 73 classes/wc-aplazame-gateway.php:366179 #: classes/wc-aplazame-gateway.php:283 classes/wc-aplazame-gateway.php:376 164 180 msgid "Show legal notice" 165 181 msgstr "" 166 182 167 #: classes/wc-aplazame-gateway.php:2 77 classes/wc-aplazame-gateway.php:370183 #: classes/wc-aplazame-gateway.php:287 classes/wc-aplazame-gateway.php:380 168 184 msgid "Pay in 4" 169 185 msgstr "" 170 186 171 #: classes/wc-aplazame-gateway.php:2 78187 #: classes/wc-aplazame-gateway.php:288 172 188 msgid "Enable product widget pay in 4 (if available)" 173 189 msgstr "" 174 190 175 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:372191 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:382 176 192 msgid "Enable pay in 4" 177 193 msgstr "" 178 194 179 #: classes/wc-aplazame-gateway.php:2 83195 #: classes/wc-aplazame-gateway.php:293 180 196 msgid "Border" 181 197 msgstr "" 182 198 183 #: classes/wc-aplazame-gateway.php:2 84199 #: classes/wc-aplazame-gateway.php:294 184 200 msgid "Show border in product widget (only new widget)" 185 201 msgstr "" 186 202 187 #: classes/wc-aplazame-gateway.php:2 85203 #: classes/wc-aplazame-gateway.php:295 188 204 msgid "Show border" 189 205 msgstr "" 190 206 191 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:378207 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:388 192 208 msgid "Primary color" 193 209 msgstr "" 194 210 195 #: classes/wc-aplazame-gateway.php: 292211 #: classes/wc-aplazame-gateway.php:302 196 212 msgid "Primary color hexadecimal code for product widget (only new widget)" 197 213 msgstr "" 198 214 199 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:385215 #: classes/wc-aplazame-gateway.php:308 classes/wc-aplazame-gateway.php:395 200 216 msgid "Layout" 201 217 msgstr "" 202 218 203 #: classes/wc-aplazame-gateway.php: 299219 #: classes/wc-aplazame-gateway.php:309 204 220 msgid "Layout of product widget (only new widget)" 205 221 msgstr "" 206 222 207 #: classes/wc-aplazame-gateway.php:3 08 classes/wc-aplazame-gateway.php:395223 #: classes/wc-aplazame-gateway.php:318 classes/wc-aplazame-gateway.php:405 208 224 msgid "Alignment" 209 225 msgstr "" 210 226 211 #: classes/wc-aplazame-gateway.php:3 09227 #: classes/wc-aplazame-gateway.php:319 212 228 msgid "Product widget alignment (only new widget)" 213 229 msgstr "" 214 230 215 #: classes/wc-aplazame-gateway.php:3 11 classes/wc-aplazame-gateway.php:398231 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:408 216 232 msgid "Left" 217 233 msgstr "" 218 234 219 #: classes/wc-aplazame-gateway.php:3 12 classes/wc-aplazame-gateway.php:399235 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:409 220 236 msgid "Center" 221 237 msgstr "" 222 238 223 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:400239 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:410 224 240 msgid "Right" 225 241 msgstr "" 226 242 227 #: classes/wc-aplazame-gateway.php:3 19243 #: classes/wc-aplazame-gateway.php:329 228 244 msgid "Product quantity CSS selector" 229 245 msgstr "" 230 246 231 #: classes/wc-aplazame-gateway.php:3 20247 #: classes/wc-aplazame-gateway.php:330 232 248 msgid "CSS selector pointing to product quantity" 233 249 msgstr "" 234 250 235 #: classes/wc-aplazame-gateway.php:3 25251 #: classes/wc-aplazame-gateway.php:335 236 252 msgid "Product price CSS selector" 237 253 msgstr "" 238 254 239 #: classes/wc-aplazame-gateway.php:3 26255 #: classes/wc-aplazame-gateway.php:336 240 256 msgid "CSS selector pointing to product price" 241 257 msgstr "" 242 258 243 #: classes/wc-aplazame-gateway.php:3 31259 #: classes/wc-aplazame-gateway.php:341 244 260 msgid "Variable product price CSS selector" 245 261 msgstr "" 246 262 247 #: classes/wc-aplazame-gateway.php:3 32263 #: classes/wc-aplazame-gateway.php:342 248 264 msgid "CSS selector pointing to variable product price" 249 265 msgstr "" 250 266 251 #: classes/wc-aplazame-gateway.php:3 40267 #: classes/wc-aplazame-gateway.php:350 252 268 msgid "Cart widget" 253 269 msgstr "" 254 270 255 #: classes/wc-aplazame-gateway.php:3 47271 #: classes/wc-aplazame-gateway.php:357 256 272 msgid "Widget place on cart page" 257 273 msgstr "" 258 274 259 #: classes/wc-aplazame-gateway.php:3 50275 #: classes/wc-aplazame-gateway.php:360 260 276 msgid "Before cart totals" 261 277 msgstr "" 262 278 263 #: classes/wc-aplazame-gateway.php:3 51279 #: classes/wc-aplazame-gateway.php:361 264 280 msgid "After cart totals" 265 281 msgstr "" 266 282 267 #: classes/wc-aplazame-gateway.php:3 59283 #: classes/wc-aplazame-gateway.php:369 268 284 msgid "Number of default instalments in cart widget" 269 285 msgstr "" 270 286 271 #: classes/wc-aplazame-gateway.php:3 65287 #: classes/wc-aplazame-gateway.php:375 272 288 msgid "Show legal notice in cart widget" 273 289 msgstr "" 274 290 275 #: classes/wc-aplazame-gateway.php:3 71291 #: classes/wc-aplazame-gateway.php:381 276 292 msgid "Enable cart widget pay in 4 (if available)" 277 293 msgstr "" 278 294 279 #: classes/wc-aplazame-gateway.php:3 79295 #: classes/wc-aplazame-gateway.php:389 280 296 msgid "Primary color hexadecimal code for cart widget (only new widget)" 281 297 msgstr "" 282 298 283 #: classes/wc-aplazame-gateway.php:3 86299 #: classes/wc-aplazame-gateway.php:396 284 300 msgid "Layout of cart widget (only new widget)" 285 301 msgstr "" 286 302 287 #: classes/wc-aplazame-gateway.php: 396303 #: classes/wc-aplazame-gateway.php:406 288 304 msgid "Cart widget alignment (only new widget)" 289 305 msgstr "" 290 306 291 #: classes/wc-aplazame-gateway.php:4 05307 #: classes/wc-aplazame-gateway.php:415 292 308 msgid "Button" 293 309 msgstr "" 294 310 295 #: classes/wc-aplazame-gateway.php:4 11311 #: classes/wc-aplazame-gateway.php:421 296 312 msgid "Button Selector" 297 313 msgstr "" 298 314 299 #: classes/wc-aplazame-gateway.php:4 12315 #: classes/wc-aplazame-gateway.php:422 300 316 msgid "Aplazame Button CSS Selector" 301 317 msgstr "" 302 318 303 #: classes/wc-aplazame-gateway.php:4 20319 #: classes/wc-aplazame-gateway.php:430 304 320 msgid "Button Image" 305 321 msgstr "" 306 322 307 #: classes/wc-aplazame-gateway.php:4 21323 #: classes/wc-aplazame-gateway.php:431 308 324 msgid "Aplazame Button Image that you want to show" 309 325 msgstr "" -
aplazame/tags/3.6.0/lib/Aplazame/Aplazame/BusinessModel/Customer.php
r1915609 r2647768 37 37 $aCustomer->birthday = Aplazame_Sdk_Serializer_Date::fromDateTime( new DateTime( $birthday ) ); 38 38 } 39 if ( ( $document_id = $user->getTaxvat() ) != null ) {40 $aCustomer->document_id = $document_id;41 }42 39 $aCustomer->date_joined = Aplazame_Sdk_Serializer_Date::fromDateTime( new DateTime( $user->user_registered ) ); 43 40 -
aplazame/tags/3.6.0/templates/widgets/cart.php
r2597954 r2647768 30 30 <?php endif; ?> 31 31 data-option-legal-advice="<?php echo esc_attr( $aplazame->settings['cart_legal_advice'] === 'yes' ? 'true' : 'false' ); ?>" 32 data-option-out-of-limits="<?php echo esc_attr( $aplazame->settings['widget_out_of_limits'] ); ?>" 32 33 <?php if ( $aplazame->settings['cart_pay_in_4'] === 'yes' ) : ?> 33 34 data-pay-in-4="" -
aplazame/tags/3.6.0/templates/widgets/product.php
r2597954 r2647768 59 59 <?php endif; ?> 60 60 data-option-legal-advice="<?php echo esc_attr( $aplazame->settings['product_legal_advice'] === 'yes' ? 'true' : 'false' ); ?>" 61 data-option-out-of-limits="<?php echo esc_attr( $aplazame->settings['widget_out_of_limits'] ); ?>" 61 62 <?php if ( $aplazame->settings['product_pay_in_4'] === 'yes' ) : ?> 62 63 data-pay-in-4="" -
aplazame/trunk/README.txt
r2597954 r2647768 3 3 Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago 4 4 Requires at least: 4.0.1 5 Tested up to: 5.8. 15 Tested up to: 5.8.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 3. 5.07 Stable tag: 3.6.0 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v3.6.0](https://github.com/aplazame/woocommerce/tree/v3.6.0) (2021-12-22) 81 82 * [ADD] Show/hide alternative widget option. 83 80 84 #### [v3.5.0](https://github.com/aplazame/woocommerce/tree/v3.5.0) (2021-09-13) 81 85 -
aplazame/trunk/aplazame.php
r2597954 r2647768 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3. 5.05 * Version: 3.6.0 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 12 12 * 13 13 * WC requires at least: 2.3 14 * WC tested up to: 5.6.014 * WC tested up to: 6.0.0 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3. 5.0';28 const VERSION = '3.6.0'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; … … 338 338 'product_pay_in_4' => 'no', 339 339 'cart_pay_in_4' => 'no', 340 'widget_out_of_limits' => 'show', 340 341 ); 341 342 -
aplazame/trunk/classes/wc-aplazame-gateway.php
r2597954 r2647768 216 216 ), 217 217 ), 218 'widget_out_of_limits' => array( 219 'type' => 'select', 220 'title' => __( 'Widget if Aplazame is not available', 'aplazame' ), 221 'description' => __( 'Show/hide alternative widget if Aplazame is not available', 'aplazame' ), 222 'options' => array( 223 'show' => __( 'Show', 'aplazame' ), 224 'hide' => __( 'Hide', 'aplazame' ), 225 ), 226 'default' => WC_Aplazame_Install::$defaultSettings['widget_out_of_limits'], 227 ), 218 228 'widget_legacy' => array( 219 229 'type' => 'checkbox', -
aplazame/trunk/i18n/languages/aplazame.po
r2597954 r2647768 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 4 "POT-Creation-Date: 2021- 09-08 14:25+0000\n"4 "POT-Creation-Date: 2021-12-09 11:12+0000\n" 5 5 "Language: es_ES\n" 6 6 "MIME-Version: 1.0\n" … … 78 78 msgstr "Clave API privada de Aplazame" 79 79 80 #: classes/wc-aplazame-gateway.php:220 81 msgid "Widget if Aplazame is not available" 82 msgstr "Widget si Aplazame no está disponible" 83 80 84 #: classes/wc-aplazame-gateway.php:221 85 msgid "Show/hide alternative widget if Aplazame is not available" 86 msgstr "Muestra/oculta el widget alternativo si Aplazame no está disponible" 87 88 #: classes/wc-aplazame-gateway.php:223 89 msgid "Show" 90 msgstr "Mostrar" 91 92 #: classes/wc-aplazame-gateway.php:224 93 msgid "Hide" 94 msgstr "Ocultar" 95 96 #: classes/wc-aplazame-gateway.php:231 81 97 msgid "Use widget legacy instead new widget" 82 98 msgstr "Usa el widget legacy en lugar del nuevo widget" 83 99 84 #: classes/wc-aplazame-gateway.php:2 22100 #: classes/wc-aplazame-gateway.php:232 85 101 msgid "Turn on widget legacy" 86 102 msgstr "Activar widget legacy" 87 103 88 #: classes/wc-aplazame-gateway.php:2 25104 #: classes/wc-aplazame-gateway.php:235 89 105 msgid "Payment method title and description" 90 106 msgstr "Título y descripción del método de pago" 91 107 92 #: classes/wc-aplazame-gateway.php:2 31108 #: classes/wc-aplazame-gateway.php:241 93 109 msgid "Title" 94 110 msgstr "Título" 95 111 96 #: classes/wc-aplazame-gateway.php:2 32112 #: classes/wc-aplazame-gateway.php:242 97 113 msgid "Payment method title" 98 114 msgstr "Título del método de pago" 99 115 100 #: classes/wc-aplazame-gateway.php:2 37116 #: classes/wc-aplazame-gateway.php:247 101 117 msgid "Description" 102 118 msgstr "Descripción" 103 119 104 #: classes/wc-aplazame-gateway.php:2 38120 #: classes/wc-aplazame-gateway.php:248 105 121 msgid "Payment method description" 106 122 msgstr "Descripción del método de pago" 107 123 108 #: classes/wc-aplazame-gateway.php:2 46124 #: classes/wc-aplazame-gateway.php:256 109 125 msgid "Product widget" 110 126 msgstr "Widget del producto" 111 127 112 #: classes/wc-aplazame-gateway.php:2 52 classes/wc-aplazame-gateway.php:346128 #: classes/wc-aplazame-gateway.php:262 classes/wc-aplazame-gateway.php:356 113 129 msgid "Place to show" 114 130 msgstr "Lugar a mostrar" 115 131 116 #: classes/wc-aplazame-gateway.php:2 53132 #: classes/wc-aplazame-gateway.php:263 117 133 msgid "Widget place on product page" 118 134 msgstr "Lugar del widget en la página del producto" 119 135 120 #: classes/wc-aplazame-gateway.php:2 55 classes/wc-aplazame-gateway.php:349136 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:359 121 137 msgid "~ Not show ~" 122 138 msgstr "~ No mostrar ~" 123 139 124 #: classes/wc-aplazame-gateway.php:2 56140 #: classes/wc-aplazame-gateway.php:266 125 141 msgid "Before add to cart button" 126 142 msgstr "Antes del botón de añadir al carrito" 127 143 128 #: classes/wc-aplazame-gateway.php:2 57144 #: classes/wc-aplazame-gateway.php:267 129 145 msgid "After add to cart button" 130 146 msgstr "Después del botón de añadir al carrito" 131 147 132 #: classes/wc-aplazame-gateway.php:2 58148 #: classes/wc-aplazame-gateway.php:268 133 149 msgid "After summary" 134 150 msgstr "Después del resumen" 135 151 136 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:358152 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:368 137 153 msgid "Default instalments" 138 154 msgstr "Cuotas por defecto" 139 155 140 #: classes/wc-aplazame-gateway.php:2 66156 #: classes/wc-aplazame-gateway.php:276 141 157 msgid "Number of default instalments in product widget" 142 158 msgstr "Número de cuotas por defecto en el widget del producto" 143 159 144 #: classes/wc-aplazame-gateway.php:2 67 classes/wc-aplazame-gateway.php:360160 #: classes/wc-aplazame-gateway.php:277 classes/wc-aplazame-gateway.php:370 145 161 msgid "Optional (only numbers)" 146 162 msgstr "Opcional (solo números)" 147 163 148 #: classes/wc-aplazame-gateway.php:2 71 classes/wc-aplazame-gateway.php:364164 #: classes/wc-aplazame-gateway.php:281 classes/wc-aplazame-gateway.php:374 149 165 msgid "Legal notice" 150 166 msgstr "Texto legal" 151 167 152 #: classes/wc-aplazame-gateway.php:2 72168 #: classes/wc-aplazame-gateway.php:282 153 169 msgid "Show legal notice in product widget" 154 170 msgstr "Mostrar texto legal en el widget del producto" 155 171 156 #: classes/wc-aplazame-gateway.php:2 73 classes/wc-aplazame-gateway.php:366172 #: classes/wc-aplazame-gateway.php:283 classes/wc-aplazame-gateway.php:376 157 173 msgid "Show legal notice" 158 174 msgstr "Mostrar texto legal" 159 175 160 #: classes/wc-aplazame-gateway.php:2 77 classes/wc-aplazame-gateway.php:370176 #: classes/wc-aplazame-gateway.php:287 classes/wc-aplazame-gateway.php:380 161 177 msgid "Pay in 4" 162 178 msgstr "Paga en 4" 163 179 164 #: classes/wc-aplazame-gateway.php:2 78180 #: classes/wc-aplazame-gateway.php:288 165 181 msgid "Enable product widget pay in 4 (if available)" 166 182 msgstr "Activar widget del producto paga en 4 (si disponible)" 167 183 168 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:372184 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:382 169 185 msgid "Enable pay in 4" 170 186 msgstr "Activar paga en 4" 171 187 172 #: classes/wc-aplazame-gateway.php:2 83188 #: classes/wc-aplazame-gateway.php:293 173 189 msgid "Border" 174 190 msgstr "Marco" 175 191 176 #: classes/wc-aplazame-gateway.php:2 84192 #: classes/wc-aplazame-gateway.php:294 177 193 msgid "Show border in product widget (only new widget)" 178 194 msgstr "Mostrar marco en el widget del producto (sólo nuevo widget)" 179 195 180 #: classes/wc-aplazame-gateway.php:2 85196 #: classes/wc-aplazame-gateway.php:295 181 197 msgid "Show border" 182 198 msgstr "Mostrar marco" 183 199 184 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:378200 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:388 185 201 msgid "Primary color" 186 202 msgstr "Color principal" 187 203 188 #: classes/wc-aplazame-gateway.php: 292204 #: classes/wc-aplazame-gateway.php:302 189 205 msgid "Primary color hexadecimal code for product widget (only new widget)" 190 206 msgstr "" … … 192 208 "nuevo widget)" 193 209 194 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:385210 #: classes/wc-aplazame-gateway.php:308 classes/wc-aplazame-gateway.php:395 195 211 msgid "Layout" 196 212 msgstr "Disposición" 197 213 198 #: classes/wc-aplazame-gateway.php: 299214 #: classes/wc-aplazame-gateway.php:309 199 215 msgid "Layout of product widget (only new widget)" 200 216 msgstr "Disposición del widget del producto (sólo nuevo widget)" 201 217 202 #: classes/wc-aplazame-gateway.php:3 08 classes/wc-aplazame-gateway.php:395218 #: classes/wc-aplazame-gateway.php:318 classes/wc-aplazame-gateway.php:405 203 219 msgid "Alignment" 204 220 msgstr "Alineación" 205 221 206 #: classes/wc-aplazame-gateway.php:3 09222 #: classes/wc-aplazame-gateway.php:319 207 223 msgid "Product widget alignment (only new widget)" 208 224 msgstr "Alineación del widget del producto (sólo nuevo widget)" 209 225 210 #: classes/wc-aplazame-gateway.php:3 11 classes/wc-aplazame-gateway.php:398226 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:408 211 227 msgid "Left" 212 228 msgstr "Izquierda" 213 229 214 #: classes/wc-aplazame-gateway.php:3 12 classes/wc-aplazame-gateway.php:399230 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:409 215 231 msgid "Center" 216 232 msgstr "Centro" 217 233 218 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:400234 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:410 219 235 msgid "Right" 220 236 msgstr "Derecha" 221 237 222 #: classes/wc-aplazame-gateway.php:3 19238 #: classes/wc-aplazame-gateway.php:329 223 239 msgid "Product quantity CSS selector" 224 240 msgstr "Selector CSS del número de unidades del producto" 225 241 226 #: classes/wc-aplazame-gateway.php:3 20242 #: classes/wc-aplazame-gateway.php:330 227 243 msgid "CSS selector pointing to product quantity" 228 244 msgstr "Selector CSS para obtener la cantidad de producto" 229 245 230 #: classes/wc-aplazame-gateway.php:3 25246 #: classes/wc-aplazame-gateway.php:335 231 247 msgid "Product price CSS selector" 232 248 msgstr "Selector CSS del precio del producto" 233 249 234 #: classes/wc-aplazame-gateway.php:3 26250 #: classes/wc-aplazame-gateway.php:336 235 251 msgid "CSS selector pointing to product price" 236 252 msgstr "Selector CSS para obtener el precio del producto" 237 253 238 #: classes/wc-aplazame-gateway.php:3 31254 #: classes/wc-aplazame-gateway.php:341 239 255 msgid "Variable product price CSS selector" 240 256 msgstr "Selector CSS del precio variable del producto" 241 257 242 #: classes/wc-aplazame-gateway.php:3 32258 #: classes/wc-aplazame-gateway.php:342 243 259 msgid "CSS selector pointing to variable product price" 244 260 msgstr "Selector CSS para obtener el precio variable del producto" 245 261 246 #: classes/wc-aplazame-gateway.php:3 40262 #: classes/wc-aplazame-gateway.php:350 247 263 msgid "Cart widget" 248 264 msgstr "Widget del carrito" 249 265 250 #: classes/wc-aplazame-gateway.php:3 47266 #: classes/wc-aplazame-gateway.php:357 251 267 msgid "Widget place on cart page" 252 268 msgstr "Lugar del widget en la página del carrito" 253 269 254 #: classes/wc-aplazame-gateway.php:3 50270 #: classes/wc-aplazame-gateway.php:360 255 271 msgid "Before cart totals" 256 272 msgstr "Antes del total" 257 273 258 #: classes/wc-aplazame-gateway.php:3 51274 #: classes/wc-aplazame-gateway.php:361 259 275 msgid "After cart totals" 260 276 msgstr "Después del total" 261 277 262 #: classes/wc-aplazame-gateway.php:3 59278 #: classes/wc-aplazame-gateway.php:369 263 279 msgid "Number of default instalments in cart widget" 264 280 msgstr "Número de cuotas por defecto en el widget del carrito" 265 281 266 #: classes/wc-aplazame-gateway.php:3 65282 #: classes/wc-aplazame-gateway.php:375 267 283 msgid "Show legal notice in cart widget" 268 284 msgstr "Mostrar texto legal en el widget del carrito" 269 285 270 #: classes/wc-aplazame-gateway.php:3 71286 #: classes/wc-aplazame-gateway.php:381 271 287 msgid "Enable cart widget pay in 4 (if available)" 272 288 msgstr "Activar widget del carrito paga en 4 (si disponible)" 273 289 274 #: classes/wc-aplazame-gateway.php:3 79290 #: classes/wc-aplazame-gateway.php:389 275 291 msgid "Primary color hexadecimal code for cart widget (only new widget)" 276 292 msgstr "" … … 278 294 "nuevo widget)" 279 295 280 #: classes/wc-aplazame-gateway.php:3 86296 #: classes/wc-aplazame-gateway.php:396 281 297 msgid "Layout of cart widget (only new widget)" 282 298 msgstr "Disposición del widget del carrito (sólo nuevo widget)" 283 299 284 #: classes/wc-aplazame-gateway.php: 396300 #: classes/wc-aplazame-gateway.php:406 285 301 msgid "Cart widget alignment (only new widget)" 286 302 msgstr "Alineación del widget del carrito (sólo nuevo widget)" 287 303 288 #: classes/wc-aplazame-gateway.php:4 05304 #: classes/wc-aplazame-gateway.php:415 289 305 msgid "Button" 290 306 msgstr "Botón" 291 307 292 #: classes/wc-aplazame-gateway.php:4 11308 #: classes/wc-aplazame-gateway.php:421 293 309 msgid "Button Selector" 294 310 msgstr "Selector del botón" 295 311 296 #: classes/wc-aplazame-gateway.php:4 12312 #: classes/wc-aplazame-gateway.php:422 297 313 msgid "Aplazame Button CSS Selector" 298 314 msgstr "Selector CSS del botón de pago con Aplazame" 299 315 300 #: classes/wc-aplazame-gateway.php:4 20316 #: classes/wc-aplazame-gateway.php:430 301 317 msgid "Button Image" 302 318 msgstr "Imagen del botón" 303 319 304 #: classes/wc-aplazame-gateway.php:4 21320 #: classes/wc-aplazame-gateway.php:431 305 321 msgid "Aplazame Button Image that you want to show" 306 322 msgstr "Imagen del botón de pago con Aplazame que quieres mostrar" -
aplazame/trunk/i18n/languages/aplazame.pot
r2597954 r2647768 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3. 5.0\n"9 "Project-Id-Version: Aplazame v3.6.0\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2021- 09-13 10:03+0000\n"11 "POT-Creation-Date: 2021-12-22 10:38+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 85 85 msgstr "" 86 86 87 #: classes/wc-aplazame-gateway.php:220 88 msgid "Widget if Aplazame is not available" 89 msgstr "" 90 87 91 #: classes/wc-aplazame-gateway.php:221 92 msgid "Show/hide alternative widget if Aplazame is not available" 93 msgstr "" 94 95 #: classes/wc-aplazame-gateway.php:223 96 msgid "Show" 97 msgstr "" 98 99 #: classes/wc-aplazame-gateway.php:224 100 msgid "Hide" 101 msgstr "" 102 103 #: classes/wc-aplazame-gateway.php:231 88 104 msgid "Use widget legacy instead new widget" 89 105 msgstr "" 90 106 91 #: classes/wc-aplazame-gateway.php:2 22107 #: classes/wc-aplazame-gateway.php:232 92 108 msgid "Turn on widget legacy" 93 109 msgstr "" 94 110 95 #: classes/wc-aplazame-gateway.php:2 25111 #: classes/wc-aplazame-gateway.php:235 96 112 msgid "Payment method title and description" 97 113 msgstr "" 98 114 99 #: classes/wc-aplazame-gateway.php:2 31115 #: classes/wc-aplazame-gateway.php:241 100 116 msgid "Title" 101 117 msgstr "" 102 118 103 #: classes/wc-aplazame-gateway.php:2 32119 #: classes/wc-aplazame-gateway.php:242 104 120 msgid "Payment method title" 105 121 msgstr "" 106 122 107 #: classes/wc-aplazame-gateway.php:2 37123 #: classes/wc-aplazame-gateway.php:247 108 124 msgid "Description" 109 125 msgstr "" 110 126 111 #: classes/wc-aplazame-gateway.php:2 38127 #: classes/wc-aplazame-gateway.php:248 112 128 msgid "Payment method description" 113 129 msgstr "" 114 130 115 #: classes/wc-aplazame-gateway.php:2 46131 #: classes/wc-aplazame-gateway.php:256 116 132 msgid "Product widget" 117 133 msgstr "" 118 134 119 #: classes/wc-aplazame-gateway.php:2 52 classes/wc-aplazame-gateway.php:346135 #: classes/wc-aplazame-gateway.php:262 classes/wc-aplazame-gateway.php:356 120 136 msgid "Place to show" 121 137 msgstr "" 122 138 123 #: classes/wc-aplazame-gateway.php:2 53139 #: classes/wc-aplazame-gateway.php:263 124 140 msgid "Widget place on product page" 125 141 msgstr "" 126 142 127 #: classes/wc-aplazame-gateway.php:2 55 classes/wc-aplazame-gateway.php:349143 #: classes/wc-aplazame-gateway.php:265 classes/wc-aplazame-gateway.php:359 128 144 msgid "~ Not show ~" 129 145 msgstr "" 130 146 131 #: classes/wc-aplazame-gateway.php:2 56147 #: classes/wc-aplazame-gateway.php:266 132 148 msgid "Before add to cart button" 133 149 msgstr "" 134 150 135 #: classes/wc-aplazame-gateway.php:2 57151 #: classes/wc-aplazame-gateway.php:267 136 152 msgid "After add to cart button" 137 153 msgstr "" 138 154 139 #: classes/wc-aplazame-gateway.php:2 58155 #: classes/wc-aplazame-gateway.php:268 140 156 msgid "After summary" 141 157 msgstr "" 142 158 143 #: classes/wc-aplazame-gateway.php:2 65 classes/wc-aplazame-gateway.php:358159 #: classes/wc-aplazame-gateway.php:275 classes/wc-aplazame-gateway.php:368 144 160 msgid "Default instalments" 145 161 msgstr "" 146 162 147 #: classes/wc-aplazame-gateway.php:2 66163 #: classes/wc-aplazame-gateway.php:276 148 164 msgid "Number of default instalments in product widget" 149 165 msgstr "" 150 166 151 #: classes/wc-aplazame-gateway.php:2 67 classes/wc-aplazame-gateway.php:360167 #: classes/wc-aplazame-gateway.php:277 classes/wc-aplazame-gateway.php:370 152 168 msgid "Optional (only numbers)" 153 169 msgstr "" 154 170 155 #: classes/wc-aplazame-gateway.php:2 71 classes/wc-aplazame-gateway.php:364171 #: classes/wc-aplazame-gateway.php:281 classes/wc-aplazame-gateway.php:374 156 172 msgid "Legal notice" 157 173 msgstr "" 158 174 159 #: classes/wc-aplazame-gateway.php:2 72175 #: classes/wc-aplazame-gateway.php:282 160 176 msgid "Show legal notice in product widget" 161 177 msgstr "" 162 178 163 #: classes/wc-aplazame-gateway.php:2 73 classes/wc-aplazame-gateway.php:366179 #: classes/wc-aplazame-gateway.php:283 classes/wc-aplazame-gateway.php:376 164 180 msgid "Show legal notice" 165 181 msgstr "" 166 182 167 #: classes/wc-aplazame-gateway.php:2 77 classes/wc-aplazame-gateway.php:370183 #: classes/wc-aplazame-gateway.php:287 classes/wc-aplazame-gateway.php:380 168 184 msgid "Pay in 4" 169 185 msgstr "" 170 186 171 #: classes/wc-aplazame-gateway.php:2 78187 #: classes/wc-aplazame-gateway.php:288 172 188 msgid "Enable product widget pay in 4 (if available)" 173 189 msgstr "" 174 190 175 #: classes/wc-aplazame-gateway.php:2 79 classes/wc-aplazame-gateway.php:372191 #: classes/wc-aplazame-gateway.php:289 classes/wc-aplazame-gateway.php:382 176 192 msgid "Enable pay in 4" 177 193 msgstr "" 178 194 179 #: classes/wc-aplazame-gateway.php:2 83195 #: classes/wc-aplazame-gateway.php:293 180 196 msgid "Border" 181 197 msgstr "" 182 198 183 #: classes/wc-aplazame-gateway.php:2 84199 #: classes/wc-aplazame-gateway.php:294 184 200 msgid "Show border in product widget (only new widget)" 185 201 msgstr "" 186 202 187 #: classes/wc-aplazame-gateway.php:2 85203 #: classes/wc-aplazame-gateway.php:295 188 204 msgid "Show border" 189 205 msgstr "" 190 206 191 #: classes/wc-aplazame-gateway.php: 291 classes/wc-aplazame-gateway.php:378207 #: classes/wc-aplazame-gateway.php:301 classes/wc-aplazame-gateway.php:388 192 208 msgid "Primary color" 193 209 msgstr "" 194 210 195 #: classes/wc-aplazame-gateway.php: 292211 #: classes/wc-aplazame-gateway.php:302 196 212 msgid "Primary color hexadecimal code for product widget (only new widget)" 197 213 msgstr "" 198 214 199 #: classes/wc-aplazame-gateway.php: 298 classes/wc-aplazame-gateway.php:385215 #: classes/wc-aplazame-gateway.php:308 classes/wc-aplazame-gateway.php:395 200 216 msgid "Layout" 201 217 msgstr "" 202 218 203 #: classes/wc-aplazame-gateway.php: 299219 #: classes/wc-aplazame-gateway.php:309 204 220 msgid "Layout of product widget (only new widget)" 205 221 msgstr "" 206 222 207 #: classes/wc-aplazame-gateway.php:3 08 classes/wc-aplazame-gateway.php:395223 #: classes/wc-aplazame-gateway.php:318 classes/wc-aplazame-gateway.php:405 208 224 msgid "Alignment" 209 225 msgstr "" 210 226 211 #: classes/wc-aplazame-gateway.php:3 09227 #: classes/wc-aplazame-gateway.php:319 212 228 msgid "Product widget alignment (only new widget)" 213 229 msgstr "" 214 230 215 #: classes/wc-aplazame-gateway.php:3 11 classes/wc-aplazame-gateway.php:398231 #: classes/wc-aplazame-gateway.php:321 classes/wc-aplazame-gateway.php:408 216 232 msgid "Left" 217 233 msgstr "" 218 234 219 #: classes/wc-aplazame-gateway.php:3 12 classes/wc-aplazame-gateway.php:399235 #: classes/wc-aplazame-gateway.php:322 classes/wc-aplazame-gateway.php:409 220 236 msgid "Center" 221 237 msgstr "" 222 238 223 #: classes/wc-aplazame-gateway.php:3 13 classes/wc-aplazame-gateway.php:400239 #: classes/wc-aplazame-gateway.php:323 classes/wc-aplazame-gateway.php:410 224 240 msgid "Right" 225 241 msgstr "" 226 242 227 #: classes/wc-aplazame-gateway.php:3 19243 #: classes/wc-aplazame-gateway.php:329 228 244 msgid "Product quantity CSS selector" 229 245 msgstr "" 230 246 231 #: classes/wc-aplazame-gateway.php:3 20247 #: classes/wc-aplazame-gateway.php:330 232 248 msgid "CSS selector pointing to product quantity" 233 249 msgstr "" 234 250 235 #: classes/wc-aplazame-gateway.php:3 25251 #: classes/wc-aplazame-gateway.php:335 236 252 msgid "Product price CSS selector" 237 253 msgstr "" 238 254 239 #: classes/wc-aplazame-gateway.php:3 26255 #: classes/wc-aplazame-gateway.php:336 240 256 msgid "CSS selector pointing to product price" 241 257 msgstr "" 242 258 243 #: classes/wc-aplazame-gateway.php:3 31259 #: classes/wc-aplazame-gateway.php:341 244 260 msgid "Variable product price CSS selector" 245 261 msgstr "" 246 262 247 #: classes/wc-aplazame-gateway.php:3 32263 #: classes/wc-aplazame-gateway.php:342 248 264 msgid "CSS selector pointing to variable product price" 249 265 msgstr "" 250 266 251 #: classes/wc-aplazame-gateway.php:3 40267 #: classes/wc-aplazame-gateway.php:350 252 268 msgid "Cart widget" 253 269 msgstr "" 254 270 255 #: classes/wc-aplazame-gateway.php:3 47271 #: classes/wc-aplazame-gateway.php:357 256 272 msgid "Widget place on cart page" 257 273 msgstr "" 258 274 259 #: classes/wc-aplazame-gateway.php:3 50275 #: classes/wc-aplazame-gateway.php:360 260 276 msgid "Before cart totals" 261 277 msgstr "" 262 278 263 #: classes/wc-aplazame-gateway.php:3 51279 #: classes/wc-aplazame-gateway.php:361 264 280 msgid "After cart totals" 265 281 msgstr "" 266 282 267 #: classes/wc-aplazame-gateway.php:3 59283 #: classes/wc-aplazame-gateway.php:369 268 284 msgid "Number of default instalments in cart widget" 269 285 msgstr "" 270 286 271 #: classes/wc-aplazame-gateway.php:3 65287 #: classes/wc-aplazame-gateway.php:375 272 288 msgid "Show legal notice in cart widget" 273 289 msgstr "" 274 290 275 #: classes/wc-aplazame-gateway.php:3 71291 #: classes/wc-aplazame-gateway.php:381 276 292 msgid "Enable cart widget pay in 4 (if available)" 277 293 msgstr "" 278 294 279 #: classes/wc-aplazame-gateway.php:3 79295 #: classes/wc-aplazame-gateway.php:389 280 296 msgid "Primary color hexadecimal code for cart widget (only new widget)" 281 297 msgstr "" 282 298 283 #: classes/wc-aplazame-gateway.php:3 86299 #: classes/wc-aplazame-gateway.php:396 284 300 msgid "Layout of cart widget (only new widget)" 285 301 msgstr "" 286 302 287 #: classes/wc-aplazame-gateway.php: 396303 #: classes/wc-aplazame-gateway.php:406 288 304 msgid "Cart widget alignment (only new widget)" 289 305 msgstr "" 290 306 291 #: classes/wc-aplazame-gateway.php:4 05307 #: classes/wc-aplazame-gateway.php:415 292 308 msgid "Button" 293 309 msgstr "" 294 310 295 #: classes/wc-aplazame-gateway.php:4 11311 #: classes/wc-aplazame-gateway.php:421 296 312 msgid "Button Selector" 297 313 msgstr "" 298 314 299 #: classes/wc-aplazame-gateway.php:4 12315 #: classes/wc-aplazame-gateway.php:422 300 316 msgid "Aplazame Button CSS Selector" 301 317 msgstr "" 302 318 303 #: classes/wc-aplazame-gateway.php:4 20319 #: classes/wc-aplazame-gateway.php:430 304 320 msgid "Button Image" 305 321 msgstr "" 306 322 307 #: classes/wc-aplazame-gateway.php:4 21323 #: classes/wc-aplazame-gateway.php:431 308 324 msgid "Aplazame Button Image that you want to show" 309 325 msgstr "" -
aplazame/trunk/lib/Aplazame/Aplazame/BusinessModel/Customer.php
r1915609 r2647768 37 37 $aCustomer->birthday = Aplazame_Sdk_Serializer_Date::fromDateTime( new DateTime( $birthday ) ); 38 38 } 39 if ( ( $document_id = $user->getTaxvat() ) != null ) {40 $aCustomer->document_id = $document_id;41 }42 39 $aCustomer->date_joined = Aplazame_Sdk_Serializer_Date::fromDateTime( new DateTime( $user->user_registered ) ); 43 40 -
aplazame/trunk/templates/widgets/cart.php
r2597954 r2647768 30 30 <?php endif; ?> 31 31 data-option-legal-advice="<?php echo esc_attr( $aplazame->settings['cart_legal_advice'] === 'yes' ? 'true' : 'false' ); ?>" 32 data-option-out-of-limits="<?php echo esc_attr( $aplazame->settings['widget_out_of_limits'] ); ?>" 32 33 <?php if ( $aplazame->settings['cart_pay_in_4'] === 'yes' ) : ?> 33 34 data-pay-in-4="" -
aplazame/trunk/templates/widgets/product.php
r2597954 r2647768 59 59 <?php endif; ?> 60 60 data-option-legal-advice="<?php echo esc_attr( $aplazame->settings['product_legal_advice'] === 'yes' ? 'true' : 'false' ); ?>" 61 data-option-out-of-limits="<?php echo esc_attr( $aplazame->settings['widget_out_of_limits'] ); ?>" 61 62 <?php if ( $aplazame->settings['product_pay_in_4'] === 'yes' ) : ?> 62 63 data-pay-in-4=""
Note: See TracChangeset
for help on using the changeset viewer.