WooCommerce MercadoPago - Version 6.3.0

Version Description

Download this release

Release Info

Developer mercadopago
Plugin Icon 128x128 WooCommerce MercadoPago
Version 6.3.0
Comparing to
See all releases

Code changes from version 6.2.0 to 6.3.0

Files changed (36) hide show
  1. assets/css/components_mercadopago.css +1 -1
  2. assets/css/components_mercadopago.min.css +1 -1
  3. assets/css/credits/example-info.min.css +1 -1
  4. assets/css/mercadopago-settings/mercadopago_settings.min.css +1 -1
  5. assets/css/mp-plugins-components.css +1282 -1
  6. assets/css/mp-plugins-components.min.css +1 -1
  7. assets/js/securityFields/securityFields.js +58 -44
  8. assets/js/securityFields/securityFields.min.js +1 -1
  9. i18n/languages/woocommerce-mercadopago-es_AR.mo +0 -0
  10. i18n/languages/woocommerce-mercadopago-es_AR.po +140 -106
  11. i18n/languages/woocommerce-mercadopago-es_CL.mo +0 -0
  12. i18n/languages/woocommerce-mercadopago-es_CL.po +140 -106
  13. i18n/languages/woocommerce-mercadopago-es_CO.mo +0 -0
  14. i18n/languages/woocommerce-mercadopago-es_CO.po +140 -106
  15. i18n/languages/woocommerce-mercadopago-es_ES.mo +0 -0
  16. i18n/languages/woocommerce-mercadopago-es_ES.po +140 -106
  17. i18n/languages/woocommerce-mercadopago-es_MX.mo +0 -0
  18. i18n/languages/woocommerce-mercadopago-es_MX.po +140 -106
  19. i18n/languages/woocommerce-mercadopago-es_PE.mo +0 -0
  20. i18n/languages/woocommerce-mercadopago-es_PE.po +140 -106
  21. i18n/languages/woocommerce-mercadopago-es_UY.mo +0 -0
  22. i18n/languages/woocommerce-mercadopago-es_UY.po +140 -106
  23. i18n/languages/woocommerce-mercadopago-es_VE.mo +0 -0
  24. i18n/languages/woocommerce-mercadopago-es_VE.po +140 -106
  25. i18n/languages/woocommerce-mercadopago-pt_BR.mo +0 -0
  26. i18n/languages/woocommerce-mercadopago-pt_BR.po +141 -107
  27. i18n/languages/woocommerce-mercadopago.pot +93 -69
  28. includes/module/config/class-wc-woomercadopago-constants.php +1 -1
  29. includes/module/preference/class-wc-woomercadopago-preference-abstract.php +3 -3
  30. includes/payments/class-wc-woomercadopago-custom-gateway.php +60 -0
  31. includes/payments/class-wc-woomercadopago-pix-gateway.php +1 -1
  32. includes/payments/hooks/class-wc-woomercadopago-hook-custom.php +34 -2
  33. readme.txt +11 -2
  34. templates/checkout/credential/{about-pix.php → generic-alert.php} +0 -0
  35. templates/order-received/show-custom.php +30 -0
  36. woocommerce-mercadopago.php +1 -1
assets/css/components_mercadopago.css CHANGED
@@ -234,7 +234,7 @@
234
  padding: 9px 12px 7px;
235
  background: #009ee3;
236
  border-radius: 5px;
237
- margin: 15px 0px 15px 0px;
238
  cursor: pointer;
239
  transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
240
  box-shadow: 0 0 0 0 #fff;
234
  padding: 9px 12px 7px;
235
  background: #009ee3;
236
  border-radius: 5px;
237
+ margin: 15px 0px 5px 0px;
238
  cursor: pointer;
239
  transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
240
  box-shadow: 0 0 0 0 #fff;
assets/css/components_mercadopago.min.css CHANGED
@@ -1 +1 @@
1
- .mp-toggle{cursor:pointer;display:inline-block}.mp-toggle-switch{display:inline-block;background:#ccc;border-radius:16px;width:58px;height:32px;position:relative;vertical-align:middle;transition:background .25s}.mp-toggle-switch:after,.mp-toggle-switch:before{content:""}.mp-toggle-switch:before{display:block;background:linear-gradient(to bottom,#fff 0,#eee 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:4px;left:4px;transition:left .25s}.mp-toggle:hover .mp-toggle-switch:before{background:linear-gradient(to bottom,#fff 0,#fff 100%);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.mp-toggle-checkbox:checked+.mp-toggle-switch{background:#009ee3}.mp-toggle-checkbox:checked+.mp-toggle-switch:before{left:30px}.mp-toggle-checkbox{position:absolute;visibility:hidden}.mp-toggle-label{margin-left:5px;position:relative;top:2px;display:inline}.mp-toggle-label-enabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-disabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-enabled{display:inline}.mp-toggle-subtitle{font-weight:400!important;font-size:14px!important}.mp-badge-new{position:absolute!important;transform:translate(0,15%);border-radius:40px;background:rgba(71,154,209,.1);font-style:normal;font-weight:400;font-size:14px!important;line-height:18px!important;color:#009ee3;margin-left:16px;padding:3px 14px 3px 14px}.mp-toggle-subtitle a{text-decoration:none;color:#039ee3;font-weight:700}.mp-checkbox-list-description{margin:10px}.mp-list-group{list-style:none;padding:10px;width:fit-content;min-width:30%;display:-moz-inline-grid;display:-ms-inline-grid;display:inline-grid}.mp-list-group-item{border:1.5px solid rgba(0,0,0,.1);height:40px;margin:0}.mp-list-group-item:first-child{border-radius:6px 6px 0 0}.mp-list-group-item:last-child{border-radius:0 0 6px 6px}.mp-custom-checkbox{margin:10px}.mp-custom-checkbox-input{vertical-align:middle}.mp-custom-checkbox-label{vertical-align:middle;cursor:pointer;font-size:14px}@media screen and (max-width:1200px){.mp-list-group{display:block;min-width:50%}}@media screen and (max-width:680px){.mp-list-group{width:100%}}.mp-card-info{display:flex;margin:32px 0 32px 0}.mp-alert-color-sucess{width:6px;background:#009ee3;border-radius:6px 0 0 6px}.mp-alert-color-alert{width:6px;background:#f73;border-radius:6px 0 0 6px}.mp-alert-color-error{width:6px;background:#f33;border-radius:6px 0 0 6px}.mp-card-body-payments{display:flex;align-items:flex-start;padding:24px 24px 24px 0;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0}.mp-card-body-size-homolog{width:700px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFMSURBVHgBnZNPSsNAFMa/mcSKILS4iotiPIHZuTQ9QbLxAAouXNkb2NygXsBeIb2A9gbGEyTowlWlSEFIk8Y3M4pD/rX0BwOTee99eTPzDUOZSeyiMH2aeTTs39UIBYuQGgFujxM9nWmFPcC4p8Qh2mDFGMgDXJ0u/gVksfmMAg62IwLLBkKEq2/x52qxc7QH+9CsE3BkjexgEtu057guK7608DpfwX+ao5YcAxOFMUIDwcsXos8VGjHWPvXHzupi4/Muuh0DvQ5vEeEeV/upMvtI4VodeCcHaMHmTZHw7RvJMscmhECC3YlIYD3FrpA7OXIeltdda19eofCBPq9A1lZOfHwne+JOj5UNtEhzGoW+9IDr/lBlsWxEZrqAdiPJMkMjjKwMqoE6RMiHIbwtVDdDOeodKK0y0trCndJgfx0lNKZk3RA3/Zme/gMT3We010tr+AAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px}.mp-icon-badge-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBnVOxTgMxDLXTMFEEXRAb9wewdSmoZUIIQXc+gv4B7R8UMTOynxhY6dCB8f4A+AJA3A2IJsZ2UXVckwPxpNNFif3sPL8gVPDSOe4aMH1APEWARPaIIEOEzH3iqPWQPpXjcZHY7W8Y5y8QcAA1QKDxrGFGrUn6uiDQZE/3SLALfwBxN95gT0iMbGjlQDJubeq3tM+xlnN0zdWThqPHUKXm3Y3+86Oz0DE4cj3L1YclKX4iL4AgDhHb8IV24J9AnpTl8USF8+8FQFHUcSSm7pTy2mSF5Ts+swLbocOPq+uoPAKeRsYaUBoLWDk80C/aIfvBeDBxgv022L12lECsrQ2+dU7GrOh5NQCbq/NKAS2I6HJ9ejtQEb01Q2lnKUh8EEiWhyU5slYC8bR4W1jhF0jM7PsdKFk1QKwt7uQD9sfcZDIpEZudl65N00k5/gudwIOB2rfiTQAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px;padding-left:10px}.mp-text-title{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:16px;line-height:20px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0;font-weight:700}.mp-text-subtitle{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0}.mp-button-payments{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button-payments-a{text-decoration:none}.mp-button-payments:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button-payments:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-payments:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-activable-input-subtitle{font-weight:400!important;font-size:14px!important;margin-bottom:0}.mp-mw-100{max-width:100%!important}.mp-component-card{max-width:50%;padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}@media screen and (max-width:900px){.mp-component-card{max-width:100%}.mp-badge-new{transform:translate(0,0)}}
1
+ .mp-toggle{cursor:pointer;display:inline-block}.mp-toggle-switch{display:inline-block;background:#ccc;border-radius:16px;width:58px;height:32px;position:relative;vertical-align:middle;transition:background .25s}.mp-toggle-switch:after,.mp-toggle-switch:before{content:""}.mp-toggle-switch:before{display:block;background:linear-gradient(to bottom,#fff 0,#eee 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:4px;left:4px;transition:left .25s}.mp-toggle:hover .mp-toggle-switch:before{background:linear-gradient(to bottom,#fff 0,#fff 100%);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.mp-toggle-checkbox:checked+.mp-toggle-switch{background:#009ee3}.mp-toggle-checkbox:checked+.mp-toggle-switch:before{left:30px}.mp-toggle-checkbox{position:absolute;visibility:hidden}.mp-toggle-label{margin-left:5px;position:relative;top:2px;display:inline}.mp-toggle-label-enabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-disabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-enabled{display:inline}.mp-toggle-subtitle{font-weight:400!important;font-size:14px!important}.mp-badge-new{position:absolute!important;transform:translate(0,15%);border-radius:40px;background:rgba(71,154,209,.1);font-style:normal;font-weight:400;font-size:14px!important;line-height:18px!important;color:#009ee3;margin-left:16px;padding:3px 14px 3px 14px}.mp-toggle-subtitle a{text-decoration:none;color:#039ee3;font-weight:700}.mp-checkbox-list-description{margin:10px}.mp-list-group{list-style:none;padding:10px;width:fit-content;min-width:30%;display:-moz-inline-grid;display:-ms-inline-grid;display:inline-grid}.mp-list-group-item{border:1.5px solid rgba(0,0,0,.1);height:40px;margin:0}.mp-list-group-item:first-child{border-radius:6px 6px 0 0}.mp-list-group-item:last-child{border-radius:0 0 6px 6px}.mp-custom-checkbox{margin:10px}.mp-custom-checkbox-input{vertical-align:middle}.mp-custom-checkbox-label{vertical-align:middle;cursor:pointer;font-size:14px}@media screen and (max-width:1200px){.mp-list-group{display:block;min-width:50%}}@media screen and (max-width:680px){.mp-list-group{width:100%}}.mp-card-info{display:flex;margin:32px 0 32px 0}.mp-alert-color-sucess{width:6px;background:#009ee3;border-radius:6px 0 0 6px}.mp-alert-color-alert{width:6px;background:#f73;border-radius:6px 0 0 6px}.mp-alert-color-error{width:6px;background:#f33;border-radius:6px 0 0 6px}.mp-card-body-payments{display:flex;align-items:flex-start;padding:24px 24px 24px 0;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0}.mp-card-body-size-homolog{width:700px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFMSURBVHgBnZNPSsNAFMa/mcSKILS4iotiPIHZuTQ9QbLxAAouXNkb2NygXsBeIb2A9gbGEyTowlWlSEFIk8Y3M4pD/rX0BwOTee99eTPzDUOZSeyiMH2aeTTs39UIBYuQGgFujxM9nWmFPcC4p8Qh2mDFGMgDXJ0u/gVksfmMAg62IwLLBkKEq2/x52qxc7QH+9CsE3BkjexgEtu057guK7608DpfwX+ao5YcAxOFMUIDwcsXos8VGjHWPvXHzupi4/Muuh0DvQ5vEeEeV/upMvtI4VodeCcHaMHmTZHw7RvJMscmhECC3YlIYD3FrpA7OXIeltdda19eofCBPq9A1lZOfHwne+JOj5UNtEhzGoW+9IDr/lBlsWxEZrqAdiPJMkMjjKwMqoE6RMiHIbwtVDdDOeodKK0y0trCndJgfx0lNKZk3RA3/Zme/gMT3We010tr+AAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px}.mp-icon-badge-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBnVOxTgMxDLXTMFEEXRAb9wewdSmoZUIIQXc+gv4B7R8UMTOynxhY6dCB8f4A+AJA3A2IJsZ2UXVckwPxpNNFif3sPL8gVPDSOe4aMH1APEWARPaIIEOEzH3iqPWQPpXjcZHY7W8Y5y8QcAA1QKDxrGFGrUn6uiDQZE/3SLALfwBxN95gT0iMbGjlQDJubeq3tM+xlnN0zdWThqPHUKXm3Y3+86Oz0DE4cj3L1YclKX4iL4AgDhHb8IV24J9AnpTl8USF8+8FQFHUcSSm7pTy2mSF5Ts+swLbocOPq+uoPAKeRsYaUBoLWDk80C/aIfvBeDBxgv022L12lECsrQ2+dU7GrOh5NQCbq/NKAS2I6HJ9ejtQEb01Q2lnKUh8EEiWhyU5slYC8bR4W1jhF0jM7PsdKFk1QKwt7uQD9sfcZDIpEZudl65N00k5/gudwIOB2rfiTQAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px;padding-left:10px}.mp-text-title{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:16px;line-height:20px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0;font-weight:700}.mp-text-subtitle{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0}.mp-button-payments{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 5px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button-payments-a{text-decoration:none}.mp-button-payments:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button-payments:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-payments:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-activable-input-subtitle{font-weight:400!important;font-size:14px!important;margin-bottom:0}.mp-mw-100{max-width:100%!important}.mp-component-card{max-width:50%;padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}@media screen and (max-width:900px){.mp-component-card{max-width:100%}.mp-badge-new{transform:translate(0,0)}}
assets/css/credits/example-info.min.css CHANGED
@@ -1 +1 @@
1
- .credits-info-example-container{display:flex;justify-content:flex-start;padding:24px;flex-direction:row;align-items:flex-start;max-width:1080px;max-height:640px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);border-radius:8px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;color:#646970}.credits-info-example-buttons-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:176px;max-height:106px;background:#fff;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0}.credits-info-example-blue-badge{height:auto;width:4px;border-radius:6px;padding:4px 0 4px 0}.credits-info-example-buttons-child{cursor:pointer;width:100%;height:100%;display:flex;flex:auto;flex-direction:row;justify-content:left;border-bottom:1px solid #1111;padding:2px}.credits-info-example-buttons-content>div:nth-child(1){width:20px}.credits-info-example-gif-container{width:100%;height:auto;display:flex;flex-direction:column;margin:0;padding-left:24px}.credits-info-example-gif{display:flex;align-items:center;justify-content:center;height:auto;background:#f5f5f5;border-radius:6px;flex-direction:column;flex:auto;max-height:480px;padding:30px}.credits-info-example-gif>img{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:824px;padding-top:31px;padding-bottom:33px;max-height:480px;max-width:100%}.credits-info-example-buttons-content{display:flex;align-items:center;justify-content:left;flex-direction:row;padding:0 16px;max-width:100%}.credits-info-example-buttons-content>div{display:flex;justify-content:center}.credits-info-example-buttons-content p{padding-left:16px;flex:2}.credits-info-blue-color{background:#009ee3;color:#009ee3}.selected{color:#009ee3}.credits-info-example-text{padding:30px 0;color:#646970}.credits-info-example-text label{font-size:20px!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#555!important}.credits-info-example-gif-container p{padding:20px 0 30px}@media screen and (max-width:768px){.credits-info-example-container{max-height:720px}.credits-info-example-gif-container{margin:0;padding:0;overflow:hidden}.credits-info-example-gif p{order:1}.credits-info-example-buttons-container{display:flex;order:0;margin-bottom:16px}.credits-info-example-container{display:flex;padding:24px;flex-direction:column;align-items:center}.credits-info-example-buttons-content{display:flex;align-items:center;padding:0 16px;max-width:100%;max-height:100%;font-size:small}.credits-info-example-buttons-content>div:nth-child(1){width:20px}.credits-info-example-buttons-content p{padding-left:16px}.credits-info-example-buttons-child{width:100%;height:40px}}
1
+ .credits-info-example-container{display:flex;justify-content:flex-start;padding:24px;flex-direction:row;align-items:flex-start;max-width:1080px;max-height:640px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);border-radius:8px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;color:#646970}.credits-info-example-buttons-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:176px;max-height:106px;background:#fff;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0}.credits-info-example-blue-badge{height:auto;width:4px;border-radius:6px;padding:4px 0 4px 0}.credits-info-example-buttons-child{cursor:pointer;width:100%;height:100%;display:flex;flex:auto;flex-direction:row;justify-content:left;border-bottom:1px solid #1111;padding:2px}.credits-info-example-buttons-content>div:first-child{width:20px}.credits-info-example-gif-container{width:100%;height:auto;display:flex;flex-direction:column;margin:0;padding-left:24px}.credits-info-example-gif{display:flex;align-items:center;justify-content:center;height:auto;background:#f5f5f5;border-radius:6px;flex-direction:column;flex:auto;max-height:480px;padding:30px}.credits-info-example-gif>img{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:824px;padding-top:31px;padding-bottom:33px;max-height:480px;max-width:100%}.credits-info-example-buttons-content{display:flex;align-items:center;justify-content:left;flex-direction:row;padding:0 16px;max-width:100%}.credits-info-example-buttons-content>div{display:flex;justify-content:center}.credits-info-example-buttons-content p{padding-left:16px;flex:2}.credits-info-blue-color{background:#009ee3;color:#009ee3}.selected{color:#009ee3}.credits-info-example-text{padding:30px 0;color:#646970}.credits-info-example-text label{font-size:20px!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#555!important}.credits-info-example-gif-container p{padding:20px 0 30px}@media screen and (max-width:768px){.credits-info-example-container{max-height:720px}.credits-info-example-gif-container{margin:0;padding:0;overflow:hidden}.credits-info-example-gif p{order:1}.credits-info-example-buttons-container{display:flex;order:0;margin-bottom:16px}.credits-info-example-container{display:flex;padding:24px;flex-direction:column;align-items:center}.credits-info-example-buttons-content{display:flex;align-items:center;padding:0 16px;max-width:100%;max-height:100%;font-size:small}.credits-info-example-buttons-content>div:first-child{width:20px}.credits-info-example-buttons-content p{padding-left:16px}.credits-info-example-buttons-child{width:100%;height:40px}}
assets/css/mercadopago-settings/mercadopago_settings.min.css CHANGED
@@ -1 +1 @@
1
- .mp-settings{margin:0 55px 0 23px;font-size:16px;min-width:550px;font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}.mp-settings-header{height:340px;margin:30px 0 15px 0;position:relative}.mp-settings-header-img{position:absolute;background:url("../../images/mercadopago-settings/header-settings.png");height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;border-radius:140px 170px 170px 0}.mp-settings-header-logo{position:relative;background:url("../../images/mercadopago-settings/mercadopago-logo.png") 98% 50% no-repeat transparent;width:190px;height:70px;padding-right:16px!important;top:60px;line-height:36px;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-settings-header-hr{position:relative;top:65px;width:28%;border:1px solid #00b1ea;flex:none;flex-grow:0;margin:16px 0 0 45px}.mp-settings-header p{position:relative;top:70px;font-family:sans-serif;font-size:2rem;line-height:36px;color:#fff;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-container{display:flex}.mp-settings-title-container{display:flex}.mp-block{padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}.mp-block-requirements{background-color:unset;flex:1;flex-direction:column;box-shadow:unset}.mp-block-flex{flex:2}.mp-block-manual{background:#f5f5f5}.mp-settings-font-color{font-family:sans-serif;color:rgba(0,0,0,.9)}.mp-settings-title-font-size{font-size:20px;line-height:25px}.mp-settings-subtitle-font-size{font-size:16px;line-height:20px}.mp-settings-title-color{color:rgba(0,0,0,.55)}.mp-inner-container{display:flex;flex-direction:row}.mp-inner-container div:nth-child(1){padding-right:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row}.mp-inner-container div:nth-child(2){padding-left:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row-reverse}.mp-inner-container div p{margin:0 8px 0 0;padding:0}.mp-inner-container div h4{margin:0;padding-right:5px}.mp-inner-container-settings{display:block;flex-direction:column}.mp-button{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-button-light-blue{border-color:transparent;background:rgba(71,154,209,.15);color:#009ee3}.mp-button-light-blue:hover{border-color:transparent;background-color:rgba(65,137,230,.2);color:#009ee3;-webkit-transition:background-color .2s ease-in;transition:background-color .2s}.mp-button-light-blue:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-light-blue:active{border-color:transparent;background-color:rgba(65,137,230,.3);color:#009ee3}.mp-settings-icon-success{background:url("../../images/mercadopago-settings/icon-success.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-warning{background:url("../../images/mercadopago-settings/icon-warning.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-open{background:url("../../images/mercadopago-settings/icon-open.png") 98% 50% no-repeat transparent;padding-right:16px!important;transition:1s}.mp-settings-icon-open.mp-arrow-up{transform:rotate(180deg);transition:1s}.mp-settings-icon{width:70px;height:70px}.mp-settings-icon-info{background:url("../../images/mercadopago-settings/icon-info.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-mp{background:url("../../images/mercadopago-settings/icon-mp.png") center center no-repeat transparent}.mp-settings-icon-card{background:url("../../images/mercadopago-settings/icon-card.png") center center no-repeat transparent}.mp-settings-icon-code{background:url("../../images/mercadopago-settings/icon-code.png") center center no-repeat transparent}.mp-settings-icon-pix{background:url("../../images/mercadopago-settings/icon-pix.png") center center no-repeat transparent}.mp-settings-icon-config{background:url("../../images/mercadopago-settings/icon-config.png") center center no-repeat transparent;padding-right:16px!important}.mp-settings-hr{position:static;border:1px solid #c6c6c6;flex:none;order:0;align-self:stretch;flex-grow:0;margin:32px 0 32px}.mp-settings-title-blocks{font-size:20px;line-height:25px}.mp-settings-input{width:100%;height:48px;left:calc(50% - 544px / 2);top:22px;background:#fff;border:1px solid rgba(0,0,0,.25);border-radius:6px;flex:none;order:1;align-self:stretch;flex-grow:0;margin:4px 0}.mp-settings-margin-right{margin-right:8px}.mp-settings-margin-left{margin-left:8px}.mp-settings-label{font-family:sans-serif;font-size:14px;line-height:18px}.mp-settings-helper{font-family:sans-serif;position:static;width:532px;height:18px;left:calc(50% - 532px / 2);top:0;font-size:13px;line-height:18px;color:rgba(0,0,0,.55)}.mp-settings-standard-margin{margin:0 0 24px}.mp-settings-blue-text{cursor:pointer;color:#009ee3!important;text-decoration:none}.mp-settings-switch{position:relative;display:inline-block;width:40px;height:24px;margin:0 12px 5px 0}.mp-settings-switch input{opacity:0;width:0;height:0}.mp-settings-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.mp-settings-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.mp-settings-slider{background-color:#2196f3}input:focus+.mp-settings-slider{box-shadow:0 0 1px #2196f3}input:checked+.mp-settings-slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.mp-settings-slider.mp-settings-round{border-radius:34px}.mp-settings-slider.mp-settings-round:before{border-radius:50%}.mp-settings-debug{margin:0}.mp-settings-payment-block{border-radius:unset;border-bottom:1px solid #c6c6c6;width:75%;display:flex;align-items:center}.mp-settings-badge-active{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 57px / 2);background:rgba(0,166,80,.1);border-radius:12px;font-size:12px;line-height:12px;align-items:center;text-align:center;color:#00a650}.mp-settings-badge-inactive{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 52px / 2);background:rgba(0,0,0,.07);border-radius:12px;margin:0 0;font-size:12px;line-height:12px;text-align:center;color:rgba(0,0,0,.55)}.mp-settings-test-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;height:24px;position:static;width:124px;left:calc(50% - 124px / 2);top:0;bottom:0;background:rgba(255,119,51,.1);border-radius:12px;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#f73}.mp-settings-prod-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;width:196px;height:24px;padding:7px 8px 5px;position:static;width:196px;left:calc(50% - 196px / 2);top:0;bottom:0;left:4.08%;right:4.08%;top:29.17%;bottom:20.83%;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#00a650;background:rgba(0,166,80,.1);border-radius:12px}.mp-settings-fieldset{margin:0 0 24px 0}.mp-settings-align-div{display:flex;align-items:center;justify-content:space-between}.mp-settings-text-payment{font-family:sans-serif;font-size:14px;line-height:16px;color:#009ee3;margin:0 10px}.mp-settings-margin-title-payment{margin:0 16px 0 16px}.mp-settings-border-bottom-payment{border-bottom:unset}.mp-settings-helper-payment-methods{padding:0 16px 0 14px;margin:unset}.mp-settings-radio-button{max-width:16px;max-height:16px}.mp-settings-alert-payment-methods{display:flex;align-items:flex-start;margin-top:22px}.mp-settings-alert-payment-methods-orange{width:6px;background-color:#f73;height:142px;border-radius:6px 0 0 6px}.mp-settings-alert-red{width:6px;background-color:red;height:100%;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-green{width:6px;background-color:#00a650;height:72px;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-gray{border-radius:0 6px 6px 0;width:533px;background:rgba(0,0,0,.04);display:flex;padding:16px 16px 14px;align-items:flex-start}.mp-settings-alert-mode-body{font-family:sans-serif;font-size:14px;line-height:22px;margin-top:4px}.mp-settings-alert-mode-title{font-family:sans-serif;font-size:16px;line-height:20px;margin-top:0;color:rgba(0,0,0,.9)}.mp-settings-mode-container{display:flex;margin:20px 8px 0 0}.mp-settings-mode-spacing{margin-right:12px}.mp-settings-title-align{display:flex;justify-content:space-between;cursor:pointer}.mp-icon-align{display:flex;align-items:center}.mp-settings-block-align-top{padding-top:8px}.mp-credential-feedback-positive{background:url("../../images/mercadopago-settings/feedback-positive.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-credential-feedback-negative{background:url("../../images/mercadopago-settings/feedback-negative.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-settings-tooltip{position:relative;display:flex}.mp-settings-tooltip .mp-settings-tooltip-text{visibility:hidden;width:200px;background:#fff;box-shadow:0 0 6px rgba(0,0,0,.1),0 6px 16px rgba(0,0,0,.1);border-radius:6px;color:#000;text-align:left;border-radius:6px;padding:16px;position:absolute;z-index:3;top:30px;cursor:pointer;left:-550%;font-family:sans-serif;font-size:16px;line-height:20px;word-wrap:break-word}.mp-settings-tooltip .mp-settings-tooltip-text p{padding-bottom:10px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #000 transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-tooltip{position:relative;display:inline-block}.mp-settings-tooltip .mp-settings-tooltiptext{visibility:hidden;width:120px;background:#fff;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;top:150%;left:50%;margin-left:0;padding:16px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:"";position:absolute;bottom:100%;left:45%;margin-left:-13px;border-width:5px;border-style:solid;border-color:transparent transparent #fff transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-choose-mode{flex-direction:column;justify-content:space-between}.mp-settings-mode-style{width:16px;height:16px;background:rgba(0,0,0,.04)}.mp-settings-mode-warning{display:flex;flex-direction:column;justify-content:flex-start}.mp-settings-select{appearance:unset!important;-webkit-appearance:unset!important;-moz-appearance:unset!important;max-width:none!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:12px 8px 12px 12px!important;position:static!important;height:48px!important;left:calc(50% - 544px / 2)!important;top:22px!important;background:url("../../images/mercadopago-settings/iconshape.png") no-repeat center right #fff!important;background-origin:content-box!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;text-align:center!important;text-align-last:center!important;margin:4px 0!important;width:100%!important}.mp-settings-flex-start{align-items:flex-start}.mp-settings-link{text-decoration:none}.mp-alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.mp-alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.mp-alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.mp-text-center{text-align:center!important}.mp-card-body{flex:1 1 auto;padding:1rem 1rem}@media screen and (max-width:780px){.mp-settings-header-img{height:100%;width:95%}.mp-block-requirements{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-container{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-block{margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-settings-payment-block{margin:unset}.mp-settings-header{height:250px}.mp-settings-header p{top:55px;font-size:1.25rem}.mp-settings-title-blocks{font-size:1.25rem}.mp-settings-icon{width:60px;height:40px;min-width:60px}.mp-settings-icon{width:60px;height:40px;min-width:60px}}
1
+ .mp-settings{margin:0 55px 0 23px;font-size:16px;min-width:550px;font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}.mp-settings-header{height:340px;margin:30px 0 15px 0;position:relative}.mp-settings-header-img{position:absolute;background:url("../../images/mercadopago-settings/header-settings.png");height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;border-radius:140px 170px 170px 0}.mp-settings-header-logo{position:relative;background:url("../../images/mercadopago-settings/mercadopago-logo.png") 98% 50% no-repeat transparent;width:190px;height:70px;padding-right:16px!important;top:60px;line-height:36px;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-settings-header-hr{position:relative;top:65px;width:28%;border:1px solid #00b1ea;flex:none;flex-grow:0;margin:16px 0 0 45px}.mp-settings-header p{position:relative;top:70px;font-family:sans-serif;font-size:2rem;line-height:36px;color:#fff;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-container{display:flex}.mp-settings-title-container{display:flex}.mp-block{padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}.mp-block-requirements{background-color:unset;flex:1;flex-direction:column;box-shadow:unset}.mp-block-flex{flex:2}.mp-block-manual{background:#f5f5f5}.mp-settings-font-color{font-family:sans-serif;color:rgba(0,0,0,.9)}.mp-settings-title-font-size{font-size:20px;line-height:25px}.mp-settings-subtitle-font-size{font-size:16px;line-height:20px}.mp-settings-title-color{color:rgba(0,0,0,.55)}.mp-inner-container{display:flex;flex-direction:row}.mp-inner-container div:first-child{padding-right:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row}.mp-inner-container div:nth-child(2){padding-left:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row-reverse}.mp-inner-container div p{margin:0 8px 0 0;padding:0}.mp-inner-container div h4{margin:0;padding-right:5px}.mp-inner-container-settings{display:block;flex-direction:column}.mp-button{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-button-light-blue{border-color:transparent;background:rgba(71,154,209,.15);color:#009ee3}.mp-button-light-blue:hover{border-color:transparent;background-color:rgba(65,137,230,.2);color:#009ee3;-webkit-transition:background-color .2s ease-in;transition:background-color .2s}.mp-button-light-blue:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-light-blue:active{border-color:transparent;background-color:rgba(65,137,230,.3);color:#009ee3}.mp-settings-icon-success{background:url("../../images/mercadopago-settings/icon-success.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-warning{background:url("../../images/mercadopago-settings/icon-warning.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-open{background:url("../../images/mercadopago-settings/icon-open.png") 98% 50% no-repeat transparent;padding-right:16px!important;transition:1s}.mp-settings-icon-open.mp-arrow-up{transform:rotate(180deg);transition:1s}.mp-settings-icon{width:70px;height:70px}.mp-settings-icon-info{background:url("../../images/mercadopago-settings/icon-info.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-mp{background:url("../../images/mercadopago-settings/icon-mp.png") center center no-repeat transparent}.mp-settings-icon-card{background:url("../../images/mercadopago-settings/icon-card.png") center center no-repeat transparent}.mp-settings-icon-code{background:url("../../images/mercadopago-settings/icon-code.png") center center no-repeat transparent}.mp-settings-icon-pix{background:url("../../images/mercadopago-settings/icon-pix.png") center center no-repeat transparent}.mp-settings-icon-config{background:url("../../images/mercadopago-settings/icon-config.png") center center no-repeat transparent;padding-right:16px!important}.mp-settings-hr{position:static;border:1px solid #c6c6c6;flex:none;order:0;align-self:stretch;flex-grow:0;margin:32px 0 32px}.mp-settings-title-blocks{font-size:20px;line-height:25px}.mp-settings-input{width:100%;height:48px;left:calc(50% - 544px / 2);top:22px;background:#fff;border:1px solid rgba(0,0,0,.25);border-radius:6px;flex:none;order:1;align-self:stretch;flex-grow:0;margin:4px 0}.mp-settings-margin-right{margin-right:8px}.mp-settings-margin-left{margin-left:8px}.mp-settings-label{font-family:sans-serif;font-size:14px;line-height:18px}.mp-settings-helper{font-family:sans-serif;position:static;width:532px;height:18px;left:calc(50% - 532px / 2);top:0;font-size:13px;line-height:18px;color:rgba(0,0,0,.55)}.mp-settings-standard-margin{margin:0 0 24px}.mp-settings-blue-text{cursor:pointer;color:#009ee3!important;text-decoration:none}.mp-settings-switch{position:relative;display:inline-block;width:40px;height:24px;margin:0 12px 5px 0}.mp-settings-switch input{opacity:0;width:0;height:0}.mp-settings-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.mp-settings-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.mp-settings-slider{background-color:#2196f3}input:focus+.mp-settings-slider{box-shadow:0 0 1px #2196f3}input:checked+.mp-settings-slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.mp-settings-slider.mp-settings-round{border-radius:34px}.mp-settings-slider.mp-settings-round:before{border-radius:50%}.mp-settings-debug{margin:0}.mp-settings-payment-block{border-radius:unset;border-bottom:1px solid #c6c6c6;width:75%;display:flex;align-items:center}.mp-settings-badge-active{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 57px / 2);background:rgba(0,166,80,.1);border-radius:12px;font-size:12px;line-height:12px;align-items:center;text-align:center;color:#00a650}.mp-settings-badge-inactive{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 52px / 2);background:rgba(0,0,0,.07);border-radius:12px;margin:0 0;font-size:12px;line-height:12px;text-align:center;color:rgba(0,0,0,.55)}.mp-settings-test-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;height:24px;position:static;width:124px;left:calc(50% - 124px / 2);top:0;bottom:0;background:rgba(255,119,51,.1);border-radius:12px;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#f73}.mp-settings-prod-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;width:196px;height:24px;padding:7px 8px 5px;position:static;width:196px;left:calc(50% - 196px / 2);top:0;bottom:0;left:4.08%;right:4.08%;top:29.17%;bottom:20.83%;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#00a650;background:rgba(0,166,80,.1);border-radius:12px}.mp-settings-fieldset{margin:0 0 24px 0}.mp-settings-align-div{display:flex;align-items:center;justify-content:space-between}.mp-settings-text-payment{font-family:sans-serif;font-size:14px;line-height:16px;color:#009ee3;margin:0 10px}.mp-settings-margin-title-payment{margin:0 16px 0 16px}.mp-settings-border-bottom-payment{border-bottom:unset}.mp-settings-helper-payment-methods{padding:0 16px 0 14px;margin:unset}.mp-settings-radio-button{max-width:16px;max-height:16px}.mp-settings-alert-payment-methods{display:flex;align-items:flex-start;margin-top:22px}.mp-settings-alert-payment-methods-orange{width:6px;background-color:#f73;height:142px;border-radius:6px 0 0 6px}.mp-settings-alert-red{width:6px;background-color:red;height:100%;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-green{width:6px;background-color:#00a650;height:72px;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-gray{border-radius:0 6px 6px 0;width:533px;background:rgba(0,0,0,.04);display:flex;padding:16px 16px 14px;align-items:flex-start}.mp-settings-alert-mode-body{font-family:sans-serif;font-size:14px;line-height:22px;margin-top:4px}.mp-settings-alert-mode-title{font-family:sans-serif;font-size:16px;line-height:20px;margin-top:0;color:rgba(0,0,0,.9)}.mp-settings-mode-container{display:flex;margin:20px 8px 0 0}.mp-settings-mode-spacing{margin-right:12px}.mp-settings-title-align{display:flex;justify-content:space-between;cursor:pointer}.mp-icon-align{display:flex;align-items:center}.mp-settings-block-align-top{padding-top:8px}.mp-credential-feedback-positive{background:url("../../images/mercadopago-settings/feedback-positive.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-credential-feedback-negative{background:url("../../images/mercadopago-settings/feedback-negative.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-settings-tooltip{position:relative;display:flex}.mp-settings-tooltip .mp-settings-tooltip-text{visibility:hidden;width:200px;background:#fff;box-shadow:0 0 6px rgba(0,0,0,.1),0 6px 16px rgba(0,0,0,.1);border-radius:6px;color:#000;text-align:left;border-radius:6px;padding:16px;position:absolute;z-index:3;top:30px;cursor:pointer;left:-550%;font-family:sans-serif;font-size:16px;line-height:20px;word-wrap:break-word}.mp-settings-tooltip .mp-settings-tooltip-text p{padding-bottom:10px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #000 transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-tooltip{position:relative;display:inline-block}.mp-settings-tooltip .mp-settings-tooltiptext{visibility:hidden;width:120px;background:#fff;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;top:150%;left:50%;margin-left:0;padding:16px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:"";position:absolute;bottom:100%;left:45%;margin-left:-13px;border-width:5px;border-style:solid;border-color:transparent transparent #fff transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-choose-mode{flex-direction:column;justify-content:space-between}.mp-settings-mode-style{width:16px;height:16px;background:rgba(0,0,0,.04)}.mp-settings-mode-warning{display:flex;flex-direction:column;justify-content:flex-start}.mp-settings-select{appearance:unset!important;-webkit-appearance:unset!important;-moz-appearance:unset!important;max-width:none!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:12px 8px 12px 12px!important;position:static!important;height:48px!important;left:calc(50% - 544px / 2)!important;top:22px!important;background:url("../../images/mercadopago-settings/iconshape.png") no-repeat center right #fff!important;background-origin:content-box!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;text-align:center!important;text-align-last:center!important;margin:4px 0!important;width:100%!important}.mp-settings-flex-start{align-items:flex-start}.mp-settings-link{text-decoration:none}.mp-alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.mp-alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.mp-alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.mp-text-center{text-align:center!important}.mp-card-body{flex:1 1 auto;padding:1rem 1rem}@media screen and (max-width:780px){.mp-settings-header-img{height:100%;width:95%}.mp-block-requirements{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-container{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-block{margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-settings-payment-block{margin:unset}.mp-settings-header{height:250px}.mp-settings-header p{top:55px;font-size:1.25rem}.mp-settings-title-blocks{font-size:1.25rem}.mp-settings-icon{width:60px;height:40px;min-width:60px}.mp-settings-icon{width:60px;height:40px;min-width:60px}}
assets/css/mp-plugins-components.css CHANGED
@@ -1 +1,1282 @@
1
- .mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;color:#000!important;display:flex;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:none!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:none!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important;font-size:16px!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document{width:100%!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}.mp-focus{border:1px solid #7f54b3!important}.mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;outline:none!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:none!important;padding:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Helvetica;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:none!important;width:100%!important}.mp-input-table-container{align-items:center;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.mp-payment-method-logo-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Helvetica!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .mp-checkout-container a,
2
+ .mp-checkout-container abbr,
3
+ .mp-checkout-container acronym,
4
+ .mp-checkout-container address,
5
+ .mp-checkout-container applet,
6
+ .mp-checkout-container article,
7
+ .mp-checkout-container aside,
8
+ .mp-checkout-container audio,
9
+ .mp-checkout-container b,
10
+ .mp-checkout-container big,
11
+ .mp-checkout-container blockquote,
12
+ .mp-checkout-container canvas,
13
+ .mp-checkout-container caption,
14
+ .mp-checkout-container center,
15
+ .mp-checkout-container cite,
16
+ .mp-checkout-container code,
17
+ .mp-checkout-container dd,
18
+ .mp-checkout-container del,
19
+ .mp-checkout-container details,
20
+ .mp-checkout-container dfn,
21
+ .mp-checkout-container div,
22
+ .mp-checkout-container dl,
23
+ .mp-checkout-container dt,
24
+ .mp-checkout-container em,
25
+ .mp-checkout-container embed,
26
+ .mp-checkout-container fieldset,
27
+ .mp-checkout-container figcaption,
28
+ .mp-checkout-container figure,
29
+ .mp-checkout-container footer,
30
+ .mp-checkout-container form,
31
+ .mp-checkout-container h1,
32
+ .mp-checkout-container h2,
33
+ .mp-checkout-container h3,
34
+ .mp-checkout-container h4,
35
+ .mp-checkout-container h5,
36
+ .mp-checkout-container h6,
37
+ .mp-checkout-container header,
38
+ .mp-checkout-container hgroup,
39
+ .mp-checkout-container i,
40
+ .mp-checkout-container iframe,
41
+ .mp-checkout-container img,
42
+ .mp-checkout-container input,
43
+ .mp-checkout-container ins,
44
+ .mp-checkout-container kbd,
45
+ .mp-checkout-container label,
46
+ .mp-checkout-container legend,
47
+ .mp-checkout-container li,
48
+ .mp-checkout-container li input,
49
+ .mp-checkout-container mark,
50
+ .mp-checkout-container menu,
51
+ .mp-checkout-container nav,
52
+ .mp-checkout-container object,
53
+ .mp-checkout-container ol,
54
+ .mp-checkout-container output,
55
+ .mp-checkout-container p,
56
+ .mp-checkout-container pre,
57
+ .mp-checkout-container q,
58
+ .mp-checkout-container ruby,
59
+ .mp-checkout-container s,
60
+ .mp-checkout-container samp,
61
+ .mp-checkout-container section,
62
+ .mp-checkout-container select,
63
+ .mp-checkout-container small,
64
+ .mp-checkout-container span,
65
+ .mp-checkout-container strike,
66
+ .mp-checkout-container strong,
67
+ .mp-checkout-container sub,
68
+ .mp-checkout-container summary,
69
+ .mp-checkout-container sup,
70
+ .mp-checkout-container table,
71
+ .mp-checkout-container tbody,
72
+ .mp-checkout-container td,
73
+ .mp-checkout-container tfoot,
74
+ .mp-checkout-container th,
75
+ .mp-checkout-container thead,
76
+ .mp-checkout-container time,
77
+ .mp-checkout-container tr,
78
+ .mp-checkout-container tt,
79
+ .mp-checkout-container u,
80
+ .mp-checkout-container ul,
81
+ .mp-checkout-container var,
82
+ .mp-checkout-container video {
83
+ font: inherit;
84
+ font-family: Helvetica !important;
85
+ font-size: 14px;
86
+ font-style: normal;
87
+ line-height: 16px;
88
+ margin: 0;
89
+ padding: 0;
90
+ vertical-align: baseline;
91
+ width: auto
92
+ }
93
+
94
+ .mp-checkout-custom-container {
95
+ background-color: #fff !important;
96
+ display: flex;
97
+ flex-direction: column !important;
98
+ justify-content: center !important;
99
+ padding: 24px 16px !important
100
+ }
101
+
102
+ .mp-checkout-custom-test-mode {
103
+ padding-bottom: 32px !important
104
+ }
105
+
106
+ .mp-wallet-button-container {
107
+ align-items: center;
108
+ border: 1px solid rgba(0, 0, 0, .1) !important;
109
+ border-radius: 6px !important;
110
+ display: flex;
111
+ flex-direction: column !important;
112
+ height: auto !important;
113
+ margin-bottom: 25px !important;
114
+ padding: 24px 16px !important
115
+ }
116
+
117
+ .mp-wallet-button-container .mp-wallet-button-title {
118
+ align-items: center !important;
119
+ color: rgba(0, 0, 0, .9) !important;
120
+ display: flex !important;
121
+ flex-direction: column !important;
122
+ font-family: Helvetica !important;
123
+ font-size: 16px !important;
124
+ font-style: normal !important;
125
+ font-weight: 700 !important;
126
+ line-height: 20px !important
127
+ }
128
+
129
+ .mp-wallet-button-container img {
130
+ float: none !important;
131
+ margin: 0 !important;
132
+ max-height: 100% !important;
133
+ max-width: 100% !important;
134
+ padding-bottom: 16px !important;
135
+ position: inherit !important
136
+ }
137
+
138
+ .mp-wallet-button-container .mp-wallet-button-title span {
139
+ color: #000000e5 !important;
140
+ font-size: 16px !important;
141
+ padding-left: 8px !important
142
+ }
143
+
144
+ .mp-wallet-button-container .mp-wallet-button-description {
145
+ align-items: center !important;
146
+ color: #000 !important;
147
+ display: flex;
148
+ font-family: Helvetica !important;
149
+ font-size: 16px !important;
150
+ font-style: normal !important;
151
+ font-weight: 400 !important;
152
+ line-height: 18px !important;
153
+ margin: 8px 0 16px !important;
154
+ text-align: center
155
+ }
156
+
157
+ .mp-wallet-button-container .mp-wallet-button-button button {
158
+ align-items: center !important;
159
+ background: #009ee3 !important;
160
+ border: none !important;
161
+ border-radius: 4px !important;
162
+ color: #fff !important;
163
+ cursor: pointer !important;
164
+ display: flex !important;
165
+ flex-direction: row !important;
166
+ font-family: Helvetica !important;
167
+ font-size: 14px !important;
168
+ font-style: normal !important;
169
+ font-weight: 700 !important;
170
+ justify-content: center !important;
171
+ line-height: 16px !important;
172
+ padding: 8px 12px !important;
173
+ text-align: center !important;
174
+ transition: all .3ms ease-in-out !important
175
+ }
176
+
177
+ .mp-wallet-button-container .mp-wallet-button-button button:hover {
178
+ background-color: #007eb5 !important;
179
+ color: #fff !important;
180
+ transition: all .3ms ease-in-out !important
181
+ }
182
+
183
+ .mp-checkout-custom-available-payments {
184
+ align-items: center !important;
185
+ display: flex;
186
+ flex-direction: column !important;
187
+ padding: 0 0 32px !important;
188
+ width: 100% !important
189
+ }
190
+
191
+ .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header {
192
+ align-items: center !important;
193
+ cursor: pointer !important;
194
+ display: flex;
195
+ justify-content: space-between !important;
196
+ user-select: none !important;
197
+ width: 100% !important
198
+ }
199
+
200
+ .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title {
201
+ align-items: center !important;
202
+ color: #7f54b3 !important;
203
+ display: flex;
204
+ font-family: Helvetica !important;
205
+ font-size: 14px !important;
206
+ font-style: normal !important;
207
+ font-weight: 700 !important;
208
+ line-height: 18px !important;
209
+ padding: 0 4px !important
210
+ }
211
+
212
+ .mp-checkout-custom-available-payments-text {
213
+ color: #7f54b3 !important;
214
+ font-size: 14px !important
215
+ }
216
+
217
+ .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img {
218
+ float: none !important;
219
+ margin: 0 !important;
220
+ max-height: 100% !important;
221
+ max-width: 100% !important;
222
+ position: inherit !important
223
+ }
224
+
225
+ .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p {
226
+ margin-block-end: 0 !important;
227
+ margin-block-start: 0 !important;
228
+ margin-inline-end: 0 !important;
229
+ margin-inline-start: 0 !important;
230
+ padding-left: 8px !important
231
+ }
232
+
233
+ .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content {
234
+ max-height: 0 !important;
235
+ overflow: hidden !important;
236
+ padding: 0 !important;
237
+ transition: all .2s ease-out !important;
238
+ width: 100% !important
239
+ }
240
+
241
+ .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr {
242
+ border-color: rgba(0, 0, 0, .1) !important;
243
+ border-width: 1px !important;
244
+ margin-block-end: 0 !important;
245
+ margin-block-start: 0 !important;
246
+ margin-inline-end: 0 !important;
247
+ margin-inline-start: 0 !important;
248
+ margin-top: 8px !important
249
+ }
250
+
251
+ .mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a {
252
+ color: #7f54b3 !important;
253
+ font-family: Helvetica !important;
254
+ font-size: 14px !important;
255
+ font-weight: 400 !important;
256
+ letter-spacing: 0 !important;
257
+ line-height: 18px !important;
258
+ text-align: left !important
259
+ }
260
+
261
+ .mp-checkout-custom-card-form {
262
+ display: flex;
263
+ flex-direction: column !important;
264
+ justify-content: flex-start !important
265
+ }
266
+
267
+ form div div .mp-checkout-custom-card-form-title {
268
+ color: rgba(0, 0, 0, .9) !important;
269
+ font-family: Helvetica !important;
270
+ font-size: 16px !important;
271
+ font-style: normal !important;
272
+ font-weight: 700 !important;
273
+ line-height: 20px !important;
274
+ margin-block-end: 0 !important;
275
+ margin-block-start: 0 !important;
276
+ margin-inline-end: 0 !important;
277
+ margin-inline-start: 0 !important;
278
+ padding-bottom: 25px !important;
279
+ padding-left: 0 !important
280
+ }
281
+
282
+ .mp-checkout-custom-card-form .mp-checkout-custom-card-row {
283
+ display: flex;
284
+ flex-direction: column;
285
+ justify-content: space-between;
286
+ padding-bottom: 24px
287
+ }
288
+
289
+ .mp-checkout-custom-card-form .mp-checkout-custom-card-column {
290
+ display: flex;
291
+ flex-direction: column;
292
+ justify-content: center;
293
+ width: 50%
294
+ }
295
+
296
+ .mp-checkout-custom-card-form .mp-checkout-custom-card-input {
297
+ background: #fff !important;
298
+ border: 1px solid rgba(0, 0, 0, .25);
299
+ border-radius: 6px !important;
300
+ color: #000 !important;
301
+ font-family: Helvetica !important;
302
+ font-size: 16px !important;
303
+ font-style: normal !important;
304
+ font-weight: 400 !important;
305
+ height: 40px !important;
306
+ line-height: 20px !important;
307
+ outline: none !important
308
+ }
309
+
310
+ .mp-checkout-custom-card-input-iframe {
311
+ border: 1px solid rgba(0, 0, 0, .25) !important;
312
+ border-radius: 6px !important
313
+ }
314
+
315
+ .mp-document-select {
316
+ appearance: auto;
317
+ cursor: pointer !important;
318
+ letter-spacing: 0 !important;
319
+ margin: 0 8px !important;
320
+ width: 25% !important
321
+ }
322
+
323
+ .mp-document-select,
324
+ .mp-input-document {
325
+ background: #fff !important;
326
+ border: 0 !important;
327
+ color: #000 !important;
328
+ font-family: Helvetica !important;
329
+ font-size: 14px !important;
330
+ font-style: normal !important;
331
+ font-weight: 400 !important;
332
+ line-height: 20px !important;
333
+ outline: none !important
334
+ }
335
+
336
+ .mp-input-document {
337
+ border-radius: 8px !important;
338
+ box-shadow: none !important;
339
+ width: 80% !important
340
+ }
341
+
342
+ .mp-checkout-custom-dual-column-row {
343
+ align-items: flex-start !important;
344
+ flex-direction: row !important
345
+ }
346
+
347
+ .mp-checkout-custom-input-document {
348
+ padding: 0 0 25px !important
349
+ }
350
+
351
+ .mp-vertical-line {
352
+ border-left: 1px solid rgba(0, 0, 0, .25) !important;
353
+ height: 36px !important;
354
+ width: 1px !important
355
+ }
356
+
357
+ .mp-checkout-custom-issuers-container {
358
+ display: block;
359
+ padding: 0 0 16px !important
360
+ }
361
+
362
+ .mp-checkout-custom-issuers-container-display-none {
363
+ display: none;
364
+ padding: 0 0 16px !important
365
+ }
366
+
367
+ .mp-checkout-custom-installments {
368
+ display: block;
369
+ padding: 16px 0 0 !important
370
+ }
371
+
372
+ .mp-checkout-custom-installments-display-none {
373
+ display: none;
374
+ padding: 16px 0 0 !important
375
+ }
376
+
377
+ .mp-checkout-custom-terms-and-conditions {
378
+ align-items: center !important;
379
+ display: flex;
380
+ justify-content: center !important;
381
+ padding: 8px 0 0 !important;
382
+ text-align: center !important
383
+ }
384
+
385
+ .mp-checkout-custom-left-card-input {
386
+ margin-right: 16px !important
387
+ }
388
+
389
+ .mp-checkout-custom-info-text {
390
+ color: rgba(0, 0, 0, .55) !important;
391
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
392
+ font-size: 13px !important;
393
+ font-style: normal !important;
394
+ font-weight: 400 !important;
395
+ line-height: 18px !important;
396
+ margin-block-end: 0 !important;
397
+ margin-block-start: 0 !important;
398
+ margin-inline-end: 0 !important;
399
+ margin-inline-start: 0 !important;
400
+ padding: 4px 0 0 6px !important
401
+ }
402
+
403
+ #mp-checkout-custom-box-input-tax-cft {
404
+ padding: 0 0 16px !important
405
+ }
406
+
407
+ #mp-checkout-custom-tax-tea-text {
408
+ font-size: 12px !important;
409
+ line-height: 1.29 !important
410
+ }
411
+
412
+ #mp-checkout-custom-tax-cft-text,
413
+ #mp-checkout-custom-tax-tea-text {
414
+ color: rgba(0, 0, 0, .55) !important;
415
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
416
+ font-stretch: normal !important;
417
+ font-style: normal !important;
418
+ font-weight: 400 !important;
419
+ letter-spacing: normal !important
420
+ }
421
+
422
+ #mp-checkout-custom-tax-cft-text {
423
+ font-size: 27px !important;
424
+ line-height: 1.25 !important
425
+ }
426
+
427
+ .mp-card-holder-name {
428
+ margin: 0 !important;
429
+ padding-left: 14px !important
430
+ }
431
+
432
+ .mp-checkout-pix-container {
433
+ background-color: #fff !important;
434
+ display: flex;
435
+ flex-direction: column !important;
436
+ justify-content: center !important;
437
+ padding: 24px 16px !important
438
+ }
439
+
440
+ .mp-checkout-pix-test-mode {
441
+ padding-bottom: 32px !important
442
+ }
443
+
444
+ .mp-checkout-pix-terms-and-conditions {
445
+ align-items: center !important;
446
+ display: flex;
447
+ justify-content: center !important;
448
+ padding-top: 42px !important;
449
+ text-align: center !important
450
+ }
451
+
452
+ .mp-checkout-pro-container {
453
+ display: flex !important;
454
+ flex-direction: column !important;
455
+ justify-content: center !important
456
+ }
457
+
458
+ .mp-checkout-pro-content {
459
+ background-color: #fff !important;
460
+ padding: 24px 16px 8px !important
461
+ }
462
+
463
+ .mp-checkout-pro-test-mode {
464
+ padding: 0 0 25px !important
465
+ }
466
+
467
+ .mp-checkout-pro-payment-methods {
468
+ padding-top: 32px !important
469
+ }
470
+
471
+ .mp-checkout-pro-redirect {
472
+ margin-top: 24px !important
473
+ }
474
+
475
+ .mp-checkout-pro-terms-and-conditions {
476
+ align-items: center !important;
477
+ display: flex !important;
478
+ justify-content: center !important;
479
+ padding-top: 16px !important;
480
+ text-align: center !important
481
+ }
482
+
483
+ .mp-checkout-container {
484
+ border: 0 !important;
485
+ font: inherit !important;
486
+ font-size: 100% !important;
487
+ margin: 0 !important;
488
+ padding: 0 !important;
489
+ vertical-align: baseline !important
490
+ }
491
+
492
+ .mp-checkout-ticket-container {
493
+ align-items: center !important;
494
+ background-color: #fff !important;
495
+ display: flex;
496
+ flex-direction: column !important;
497
+ padding: 24px 16px !important
498
+ }
499
+
500
+ .mp-checkout-ticket-content {
501
+ width: 100% !important
502
+ }
503
+
504
+ .mp-checkout-ticket-input-document,
505
+ .mp-checkout-ticket-test-mode {
506
+ padding: 0 0 25px !important
507
+ }
508
+
509
+ div div .mp-checkout-ticket-content .mp-checkout-ticket-text {
510
+ color: rgba(0, 0, 0, .9) !important;
511
+ font-family: Helvetica !important;
512
+ font-size: 16px !important;
513
+ font-style: normal !important;
514
+ font-weight: 700 !important;
515
+ line-height: 20px !important;
516
+ padding-bottom: 25px !important;
517
+ padding-left: 0 !important
518
+ }
519
+
520
+ .mp-checkout-ticket-terms-and-conditions {
521
+ align-items: center !important;
522
+ display: flex;
523
+ justify-content: center !important;
524
+ padding-top: 32px !important;
525
+ text-align: center !important
526
+ }
527
+
528
+ .mp-alert-details-card {
529
+ background: rgb(0 0 0/4%) !important;
530
+ border-left: 4px solid #f23d4f !important;
531
+ border-radius: 6px !important;
532
+ display: flex !important;
533
+ flex-direction: column !important;
534
+ padding: 16px !important
535
+ }
536
+
537
+ .mp-alert-details-card-content {
538
+ align-items: baseline !important;
539
+ display: flex !important;
540
+ flex-direction: row !important;
541
+ justify-content: flex-start !important
542
+ }
543
+
544
+ .mp-alert-details-card-content-left {
545
+ margin-right: 8px !important
546
+ }
547
+
548
+ .mp-alert-details-card-content-right {
549
+ margin-left: 8px !important
550
+ }
551
+
552
+ .mp-alert-details-badge {
553
+ align-items: center !important;
554
+ background: #f23d4f !important;
555
+ border-radius: 50% !important;
556
+ color: #fff !important;
557
+ display: flex !important;
558
+ flex-direction: row !important;
559
+ height: 16px !important;
560
+ justify-content: center !important;
561
+ width: 16px !important
562
+ }
563
+
564
+ .mp-alert-details-title {
565
+ color: rgba(0, 0, 0, .9) !important;
566
+ font-weight: 700 !important;
567
+ padding: 0 !important
568
+ }
569
+
570
+ .mp-alert-details-description,
571
+ .mp-alert-details-title {
572
+ font-family: Helvetica !important;
573
+ font-size: 14px !important;
574
+ font-style: normal !important;
575
+ line-height: 120% !important;
576
+ margin-block-end: 0 !important;
577
+ margin-block-start: 0 !important;
578
+ margin-inline-end: 0 !important;
579
+ margin-inline-start: 0 !important
580
+ }
581
+
582
+ .mp-alert-details-description {
583
+ color: #000 !important;
584
+ font-weight: 400 !important;
585
+ margin-top: 4px !important
586
+ }
587
+
588
+ .mp-alert-details-retry-button {
589
+ background-color: #3483fa !important;
590
+ border: 1px solid #3483fa !important;
591
+ border-radius: 4px !important;
592
+ color: #fff !important;
593
+ cursor: pointer !important;
594
+ font-family: Helvetica !important;
595
+ font-size: 14px !important;
596
+ font-style: normal !important;
597
+ font-weight: 400 !important;
598
+ line-height: 32px !important;
599
+ margin-top: 16px !important;
600
+ outline: 0 !important;
601
+ padding: 0 12px !important;
602
+ transition: all .3s ease-in-out !important
603
+ }
604
+
605
+ .mp-alert-details-retry-button:hover {
606
+ background-color: #2968c8 !important;
607
+ border: 1px solid #2968c8 !important
608
+ }
609
+
610
+ .mp-checkout-benefits-container {
611
+ display: flex;
612
+ flex-direction: column !important
613
+ }
614
+
615
+ .mp-checkout-benefits-container p {
616
+ padding: 0 !important
617
+ }
618
+
619
+ .mp-checkout-benefits-title {
620
+ color: rgba(0, 0, 0, .9) !important;
621
+ font-family: Helvetica !important;
622
+ font-size: 16px !important;
623
+ font-style: normal !important;
624
+ font-weight: 700 !important
625
+ }
626
+
627
+ .mp-checkout-benefits-list,
628
+ .mp-checkout-benefits-title {
629
+ margin-block-end: 0 !important;
630
+ margin-block-start: 0 !important;
631
+ margin-inline-end: 0 !important;
632
+ margin-inline-start: 0 !important
633
+ }
634
+
635
+ .mp-checkout-benefits-list {
636
+ list-style-type: none !important;
637
+ padding-top: 8px !important;
638
+ padding-inline-start: 0 !important
639
+ }
640
+
641
+ .mp-checkout-benefits-item {
642
+ align-items: center !important;
643
+ color: rgba(0, 0, 0, .55) !important;
644
+ display: flex;
645
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
646
+ font-size: 16px !important;
647
+ justify-content: flex-start !important;
648
+ line-height: 18px !important;
649
+ padding: 16px 4px 0 !important
650
+ }
651
+
652
+ .mp-checkout-benefits-image {
653
+ float: none !important;
654
+ height: auto !important;
655
+ margin: 0 !important;
656
+ max-height: 100% !important;
657
+ max-width: 100% !important;
658
+ padding-right: 12px !important;
659
+ position: inherit !important;
660
+ width: auto !important
661
+ }
662
+
663
+ .mp-checkout-benefits-item span {
664
+ color: #0000008c !important;
665
+ font-size: 16px !important
666
+ }
667
+
668
+ .mp-checkout-redirect-container {
669
+ align-items: center !important;
670
+ background-color: #fff !important;
671
+ display: flex !important;
672
+ flex-direction: column !important;
673
+ justify-content: center !important;
674
+ padding: 24px 32px !important;
675
+ text-align: center !important
676
+ }
677
+
678
+ .mp-checkout-redirect-image {
679
+ float: none !important;
680
+ height: auto !important;
681
+ margin: 0 !important;
682
+ max-height: 100% !important;
683
+ max-width: 172px !important;
684
+ padding-bottom: 24px !important;
685
+ position: inherit !important;
686
+ width: 100% !important
687
+ }
688
+
689
+ .mp-checkout-redirect-text {
690
+ color: rgba(0, 0, 0, .9) !important;
691
+ font-family: Helvetica !important;
692
+ font-size: 14px !important;
693
+ font-style: normal !important;
694
+ font-weight: 700 !important;
695
+ line-height: 18px !important;
696
+ margin-block-end: 0 !important;
697
+ margin-block-start: 0 !important;
698
+ margin-inline-end: 0 !important;
699
+ margin-inline-start: 0 !important
700
+ }
701
+
702
+ .mp-input-document {
703
+ width: 100% !important
704
+ }
705
+
706
+ .mp-input-document .mp-input {
707
+ align-items: center !important;
708
+ background: #fff !important;
709
+ border: 1px solid rgba(0, 0, 0, .25);
710
+ border-radius: 8px !important;
711
+ display: flex !important;
712
+ height: 48px !important
713
+ }
714
+
715
+ .mp-focus {
716
+ border: 1px solid #7f54b3 !important
717
+ }
718
+
719
+ .mp-error {
720
+ border: 1px solid #f23d4f !important
721
+ }
722
+
723
+ .mp-input-document .mp-input .mp-document-select {
724
+ background: #fff !important;
725
+ border: 0 !important;
726
+ color: #000 !important;
727
+ cursor: pointer !important;
728
+ font-family: Helvetica !important;
729
+ font-size: 16px !important;
730
+ font-style: normal !important;
731
+ font-weight: 400 !important;
732
+ height: 20px !important;
733
+ letter-spacing: 0 !important;
734
+ line-height: 20px !important;
735
+ margin: 0 8px !important;
736
+ min-height: 20px !important;
737
+ outline: none !important;
738
+ padding: 0 !important
739
+ }
740
+
741
+ .mp-input-document .mp-input .mp-vertical-line {
742
+ border-left: 1px solid rgba(0, 0, 0, .25) !important;
743
+ height: 36px !important;
744
+ width: 1px !important
745
+ }
746
+
747
+ .mp-input-document .mp-input .mp-document {
748
+ background: #fff !important;
749
+ border: 0 !important;
750
+ border-radius: 8px !important;
751
+ box-shadow: none !important;
752
+ color: #000 !important;
753
+ font-family: Helvetica !important;
754
+ font-size: 16px !important;
755
+ font-style: normal !important;
756
+ font-weight: 400 !important;
757
+ height: 20px !important;
758
+ line-height: 20px !important;
759
+ min-height: 38px !important;
760
+ outline: none !important;
761
+ padding: 14px !important;
762
+ width: 80% !important
763
+ }
764
+
765
+ .mp-input-document .mp-input-document-helper {
766
+ color: #f23d4f !important;
767
+ display: flex !important;
768
+ font-family: Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
769
+ font-size: 13px !important;
770
+ height: 18px !important;
771
+ left: calc(50% - 154.5px) !important;
772
+ line-height: 18px !important;
773
+ margin-top: 5px !important;
774
+ position: static !important;
775
+ top: 0 !important;
776
+ width: 327px !important
777
+ }
778
+
779
+ .mp-input-document .mp-input-document-helper .mp-input-document-helper-icon {
780
+ align-items: center !important;
781
+ background: #f23d4f !important;
782
+ border-radius: 12px !important;
783
+ color: #fff !important;
784
+ display: flex !important;
785
+ height: 15px !important;
786
+ justify-content: center !important;
787
+ left: 0 !important;
788
+ margin: 1px 5px !important;
789
+ top: 3px !important;
790
+ width: 15px !important
791
+ }
792
+
793
+ .mp-helper {
794
+ align-items: center;
795
+ color: #f23d4f;
796
+ display: none;
797
+ font-family: Helvetica;
798
+ font-size: 13px !important;
799
+ font-weight: 400 !important;
800
+ margin-bottom: 10px !important;
801
+ margin-top: 4px !important
802
+ }
803
+
804
+ .mp-helper .mp-helper-icon {
805
+ align-items: center;
806
+ background: #f23d4f;
807
+ border-radius: 12px;
808
+ color: #fff;
809
+ display: flex;
810
+ height: 15px;
811
+ justify-content: center;
812
+ margin: 0 4px;
813
+ width: 15px !important
814
+ }
815
+
816
+ .mp-input-label {
817
+ align-items: flex-end !important;
818
+ color: rgba(0, 0, 0, .9) !important;
819
+ display: flex;
820
+ font-family: Helvetica !important;
821
+ font-size: 14px !important;
822
+ font-style: normal !important;
823
+ font-weight: 400 !important;
824
+ line-height: 18px !important;
825
+ padding-bottom: 4px !important;
826
+ width: 100% !important;
827
+ height: 30px;
828
+ }
829
+
830
+ .mp-input-label b {
831
+ padding-left: 2px !important
832
+ }
833
+
834
+ .mp-input-radio-container {
835
+ display: flex;
836
+ position: relative !important
837
+ }
838
+
839
+ .mp-input-radio-radio:checked,
840
+ .mp-input-radio-radio:not(:checked) {
841
+ opacity: 0 !important
842
+ }
843
+
844
+ .mp-input-radio-radio:checked+.mp-input-radio-label,
845
+ .mp-input-radio-radio:not(:checked)+.mp-input-radio-label {
846
+ color: #666 !important;
847
+ cursor: pointer !important;
848
+ display: inline-block;
849
+ line-height: 20px !important
850
+ }
851
+
852
+ .mp-input-radio-radio:checked+.mp-input-radio-label:before,
853
+ .mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before {
854
+ background: #fff !important;
855
+ border: 2px solid rgba(0, 0, 0, .25) !important;
856
+ border-radius: 100% !important;
857
+ box-sizing: border-box !important;
858
+ content: "" !important;
859
+ height: 16px !important;
860
+ left: 0 !important;
861
+ position: absolute !important;
862
+ top: 0 !important;
863
+ width: 16px !important
864
+ }
865
+
866
+ .mp-input-radio-radio:checked+.mp-input-radio-label:before {
867
+ border: 2px solid #7f54b3 !important
868
+ }
869
+
870
+ .mp-input-radio-radio:checked+.mp-input-radio-label:after,
871
+ .mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after {
872
+ background: #7f54b3 !important;
873
+ border-radius: 100% !important;
874
+ box-sizing: border-box !important;
875
+ content: "" !important;
876
+ height: 8px !important;
877
+ left: 4px !important;
878
+ position: absolute !important;
879
+ top: 4px !important;
880
+ width: 8px !important
881
+ }
882
+
883
+ .mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after {
884
+ opacity: 0 !important
885
+ }
886
+
887
+ .mp-input-radio-radio:checked+.mp-input-radio-label:after {
888
+ opacity: 1 !important
889
+ }
890
+
891
+ .mp-input-select-input {
892
+ align-items: center !important;
893
+ background: #fff !important;
894
+ border: 1px solid rgba(0, 0, 0, .25) !important;
895
+ border-radius: 8px !important;
896
+ display: flex !important;
897
+ height: 48px !important
898
+ }
899
+
900
+ .mp-input-select-select {
901
+ background: #fff !important;
902
+ border: 0 !important;
903
+ color: #000 !important;
904
+ cursor: pointer !important;
905
+ font-family: Helvetica !important;
906
+ font-size: 16px !important;
907
+ font-style: normal !important;
908
+ font-weight: 400 !important;
909
+ height: 100% !important;
910
+ letter-spacing: 0 !important;
911
+ line-height: 20px !important;
912
+ margin: 0 12px !important;
913
+ outline: none !important;
914
+ width: 100% !important
915
+ }
916
+
917
+ .mp-input-table-container {
918
+ align-items: center;
919
+ display: flex;
920
+ justify-content: center;
921
+ width: 100% !important
922
+ }
923
+
924
+ .mp-input-table-list {
925
+ border: 1px solid rgba(0, 0, 0, .25);
926
+ border-radius: 6px;
927
+ display: flex;
928
+ flex-direction: column;
929
+ list-style-type: none;
930
+ margin-left: 0 !important;
931
+ padding: 8px 16px !important;
932
+ width: 100% !important
933
+ }
934
+
935
+ .mp-input-table-item {
936
+ cursor: pointer;
937
+ padding-right: 4px !important
938
+ }
939
+
940
+ .mp-input-table-item:not(:first-child) {
941
+ border-top: 1px solid rgba(0, 0, 0, .1)
942
+ }
943
+
944
+ .mp-input-table-label {
945
+ align-items: center;
946
+ cursor: pointer;
947
+ display: flex;
948
+ justify-content: space-between;
949
+ padding: 16px 0 !important;
950
+ width: 100% !important
951
+ }
952
+
953
+ .mp-input-table-option {
954
+ align-items: center;
955
+ display: flex;
956
+ justify-content: flex-start
957
+ }
958
+
959
+ .mp-input-table-row-text {
960
+ color: rgba(0, 0, 0, .9) !important;
961
+ font-family: Helvetica !important
962
+ }
963
+
964
+ .mp-input-table-row-text,
965
+ .mp-input-table-row-text-image {
966
+ font-size: 16px !important;
967
+ font-style: normal !important;
968
+ font-weight: 700 !important;
969
+ line-height: 20px !important;
970
+ padding-left: 16px !important
971
+ }
972
+
973
+ .mp-input-table-row-text-image {
974
+ align-items: center;
975
+ color: #000000e5 !important;
976
+ display: flex;
977
+ flex-direction: row-reverse;
978
+ font-family: Helvetica
979
+ }
980
+
981
+ .mp-input-table-row-obs {
982
+ color: rgba(0, 0, 0, .55);
983
+ font-weight: 400
984
+ }
985
+
986
+ .mp-input-table-row-obs,
987
+ .mp-input-table-row-obs-highlight {
988
+ font-family: Helvetica;
989
+ font-size: 14px;
990
+ font-style: normal;
991
+ line-height: 18px
992
+ }
993
+
994
+ .mp-input-table-row-obs-highlight {
995
+ color: #00a650 !important;
996
+ font-weight: 400 !important
997
+ }
998
+
999
+ .mp-input-table-container-link {
1000
+ align-items: center;
1001
+ display: flex;
1002
+ justify-content: center;
1003
+ padding: 16px 0 24px !important
1004
+ }
1005
+
1006
+ .mp-input-table-link {
1007
+ color: #7f54b3 !important;
1008
+ cursor: pointer !important;
1009
+ font-family: Helvetica !important;
1010
+ font-size: 16px !important;
1011
+ font-style: normal !important;
1012
+ font-weight: 400 !important;
1013
+ line-height: 16px !important;
1014
+ text-decoration: none
1015
+ }
1016
+
1017
+ .mp-input-table-link:hover {
1018
+ color: #7249a5;
1019
+ transition: all .3ms
1020
+ }
1021
+
1022
+ .mp-payment-method-logo-container {
1023
+ align-items: center !important;
1024
+ background: #fff !important;
1025
+ border: 1px solid #e5e5e5 !important;
1026
+ border-radius: 4px !important;
1027
+ box-sizing: border-box !important;
1028
+ display: flex;
1029
+ height: 40px !important;
1030
+ justify-content: center !important;
1031
+ padding: 4px !important;
1032
+ width: 60px !important
1033
+ }
1034
+
1035
+ .mp-payment-method-logo-image {
1036
+ float: none !important;
1037
+ font-size: 10px !important;
1038
+ height: auto !important;
1039
+ margin: 0 !important;
1040
+ max-height: 100% !important;
1041
+ max-width: 100% !important;
1042
+ overflow: hidden !important;
1043
+ position: inherit !important;
1044
+ text-overflow: ellipsis !important;
1045
+ width: auto !important
1046
+ }
1047
+
1048
+ .mp-payment-methods-container {
1049
+ display: flex;
1050
+ flex-direction: column !important;
1051
+ height: 100% !important;
1052
+ width: 100% !important
1053
+ }
1054
+
1055
+ .mp-payment-methods-container p {
1056
+ padding: 0 !important
1057
+ }
1058
+
1059
+ .mp-payment-methods-header {
1060
+ align-items: center !important;
1061
+ display: flex;
1062
+ height: 100% !important;
1063
+ justify-content: flex-start !important;
1064
+ padding: 0 4px 16px !important;
1065
+ width: 100% !important
1066
+ }
1067
+
1068
+ .mp-payment-methods-title {
1069
+ align-items: center !important;
1070
+ color: rgba(0, 0, 0, .55) !important;
1071
+ display: flex;
1072
+ font-family: Helvetica !important;
1073
+ font-size: 14px !important;
1074
+ font-style: normal !important;
1075
+ font-weight: 400 !important;
1076
+ line-height: 18px !important;
1077
+ margin-block-end: 0 !important;
1078
+ margin-block-start: 0 !important;
1079
+ margin-inline-end: 0 !important;
1080
+ margin-inline-start: 0 !important
1081
+ }
1082
+
1083
+ .mp-payment-methods-badge {
1084
+ align-items: center !important;
1085
+ background: #00a650 !important;
1086
+ border-bottom-right-radius: 8px !important;
1087
+ display: flex;
1088
+ justify-content: center !important;
1089
+ margin-left: 10px !important;
1090
+ padding: 6px 8px 4px !important
1091
+ }
1092
+
1093
+ .mp-payment-methods-badge-text {
1094
+ align-items: center !important;
1095
+ color: #fff !important;
1096
+ display: flex;
1097
+ font-family: Helvetica !important;
1098
+ font-size: 11px !important;
1099
+ font-style: normal !important;
1100
+ font-weight: 700 !important;
1101
+ line-height: 11px !important;
1102
+ text-align: center !important;
1103
+ text-transform: uppercase !important
1104
+ }
1105
+
1106
+ .mp-payment-method-type-container {
1107
+ display: flex;
1108
+ flex-direction: column !important;
1109
+ height: 100% !important;
1110
+ width: 100% !important
1111
+ }
1112
+
1113
+ .mp-payment-methods-content {
1114
+ align-items: center !important;
1115
+ display: flex;
1116
+ flex-wrap: wrap !important;
1117
+ height: 100% !important;
1118
+ justify-content: flex-start !important;
1119
+ padding-bottom: 16px !important;
1120
+ width: 100% !important
1121
+ }
1122
+
1123
+ .mp-payment-methods-content payment-method-logo {
1124
+ padding: 0 4px 8px !important
1125
+ }
1126
+
1127
+ .mp-payment-methods-link {
1128
+ box-shadow: none !important;
1129
+ color: #7f54b3 !important;
1130
+ cursor: pointer !important;
1131
+ font-family: Helvetica !important;
1132
+ font-size: 14px !important;
1133
+ font-style: normal !important;
1134
+ font-weight: 400 !important;
1135
+ line-height: 18px !important;
1136
+ text-decoration: none !important;
1137
+ vertical-align: middle !important
1138
+ }
1139
+
1140
+ .mp-payment-methods-link:hover {
1141
+ color: rgba(0, 0, 0, .55) !important
1142
+ }
1143
+
1144
+ .mp-pix-template-container {
1145
+ align-items: center !important;
1146
+ background-color: #fff !important;
1147
+ display: flex !important;
1148
+ flex-direction: column !important;
1149
+ justify-content: center !important;
1150
+ text-align: center !important
1151
+ }
1152
+
1153
+ .mp-pix-template-image {
1154
+ float: none !important;
1155
+ font-size: 10px !important;
1156
+ height: auto !important;
1157
+ margin: 0 !important;
1158
+ max-height: 100% !important;
1159
+ max-width: 240px !important;
1160
+ overflow: hidden !important;
1161
+ padding-bottom: 42px !important;
1162
+ position: inherit !important;
1163
+ text-overflow: ellipsis !important;
1164
+ width: 100% !important
1165
+ }
1166
+
1167
+ .mp-pix-template-title {
1168
+ font-size: 16px !important;
1169
+ font-weight: 700 !important;
1170
+ padding-bottom: 16px !important
1171
+ }
1172
+
1173
+ .mp-pix-template-subtitle,
1174
+ .mp-pix-template-title {
1175
+ color: rgba(0, 0, 0, .9) !important;
1176
+ font-family: Helvetica !important;
1177
+ font-style: normal !important;
1178
+ line-height: 18px !important;
1179
+ margin-block-end: 0 !important;
1180
+ margin-block-start: 0 !important;
1181
+ margin-inline-end: 0 !important;
1182
+ margin-inline-start: 0 !important
1183
+ }
1184
+
1185
+ .mp-pix-template-subtitle {
1186
+ font-size: 14px !important;
1187
+ font-weight: 400 !important
1188
+ }
1189
+
1190
+ .mp-terms-and-conditions-text {
1191
+ color: rgba(0, 0, 0, .55) !important;
1192
+ padding-right: 4px !important
1193
+ }
1194
+
1195
+ .mp-terms-and-conditions-link,
1196
+ .mp-terms-and-conditions-text {
1197
+ font-family: Helvetica !important;
1198
+ font-size: 14px !important;
1199
+ font-style: normal !important;
1200
+ font-weight: 400 !important;
1201
+ line-height: 18px !important
1202
+ }
1203
+
1204
+ .mp-terms-and-conditions-link {
1205
+ color: #7f54b3 !important;
1206
+ text-decoration: none !important
1207
+ }
1208
+
1209
+ .mp-terms-and-conditions-link:hover {
1210
+ color: #7249a5 !important;
1211
+ transition: all .3ms !important
1212
+ }
1213
+
1214
+ .mp-test-mode-card {
1215
+ background: rgb(0 0 0/4%) !important;
1216
+ border-left: 4px solid #f73 !important;
1217
+ border-radius: 6px !important;
1218
+ display: flex !important;
1219
+ flex-direction: column !important;
1220
+ padding: 16px !important
1221
+ }
1222
+
1223
+ .mp-test-mode-badge {
1224
+ align-items: center !important;
1225
+ background: #f73 !important;
1226
+ border-radius: 12px !important;
1227
+ color: #fff !important;
1228
+ display: flex !important;
1229
+ flex-direction: row !important;
1230
+ height: 16px !important;
1231
+ justify-content: center !important;
1232
+ margin-right: 16px !important;
1233
+ width: 16px !important
1234
+ }
1235
+
1236
+ .mp-test-mode-title {
1237
+ color: rgba(0, 0, 0, .9) !important;
1238
+ font-weight: 700 !important;
1239
+ margin-left: 16px !important;
1240
+ padding: 0 !important
1241
+ }
1242
+
1243
+ .mp-test-mode-description,
1244
+ .mp-test-mode-title {
1245
+ font-family: Helvetica !important;
1246
+ font-size: 14px !important;
1247
+ font-style: normal !important;
1248
+ line-height: 120% !important;
1249
+ margin-block-end: 0 !important;
1250
+ margin-block-start: 0 !important;
1251
+ margin-inline-end: 0 !important;
1252
+ margin-inline-start: 0 !important
1253
+ }
1254
+
1255
+ .mp-test-mode-description {
1256
+ color: #000 !important;
1257
+ font-weight: 400 !important;
1258
+ padding-left: 32px !important;
1259
+ padding-top: 4px !important
1260
+ }
1261
+
1262
+ .mp-test-mode-card-content {
1263
+ align-items: baseline !important;
1264
+ display: flex !important;
1265
+ flex-direction: row !important;
1266
+ justify-content: flex-start !important
1267
+ }
1268
+
1269
+ .mp-test-mode-link {
1270
+ color: #7f54b3 !important;
1271
+ font-family: Helvetica !important;
1272
+ font-size: 14px !important;
1273
+ font-style: normal !important;
1274
+ font-weight: 400 !important;
1275
+ line-height: 16px !important;
1276
+ text-decoration: none !important
1277
+ }
1278
+
1279
+ .mp-test-mode-link:hover {
1280
+ color: #7249a5 !important;
1281
+ transition: all .3ms !important
1282
+ }
assets/css/mp-plugins-components.min.css CHANGED
@@ -1 +1 @@
1
- .mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;color:#000!important;display:flex;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important;font-size:16px!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document{width:100%!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}.mp-focus{border:1px solid #7f54b3!important}.mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;outline:0!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:0!important;padding:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Helvetica;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:0!important;width:100%!important}.mp-input-table-container{align-items:center;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.mp-payment-method-logo-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Helvetica!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}
1
+ .mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;color:#000!important;display:flex;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important;font-size:16px!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document{width:100%!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}.mp-focus{border:1px solid #7f54b3!important}.mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;outline:0!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:0!important;padding:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Helvetica;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;padding-bottom:4px!important;width:100%!important;height:30px}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:0!important;width:100%!important}.mp-input-table-container{align-items:center;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.mp-payment-method-logo-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Helvetica!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}
assets/js/securityFields/securityFields.js CHANGED
@@ -4,10 +4,8 @@ var cardForm;
4
  var hasToken = false;
5
  var mercado_pago_submit = false;
6
  var triggeredPaymentMethodSelectedEvent = false;
7
- var cardFormError = false;
8
  var cardFormReady = false;
9
  var cardFormMounted = false;
10
- var cardFormTimeout = false;
11
 
12
  var form = document.querySelector("form[name=checkout]");
13
  var formId = "checkout";
@@ -78,9 +76,12 @@ function createToken() {
78
  /**
79
  * Init cardForm
80
  */
81
- function init_cardForm() {
82
- setCustomCheckoutOnLoad();
83
  var mp = new MercadoPago(wc_mercadopago_params.public_key);
 
 
 
 
84
  return new Promise((resolve, reject) => {
85
  cardForm = mp.cardForm({
86
  amount: getAmount(),
@@ -254,6 +255,30 @@ function init_cardForm() {
254
  })
255
  }
256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
257
  function getCustomCheckoutElements() {
258
  return {
259
  loader: document.getElementById('mp-custom-checkout-loader'),
@@ -263,67 +288,57 @@ function getCustomCheckoutElements() {
263
  }
264
 
265
  function setCustomCheckoutOnLoad() {
 
 
266
  const { loader, container, error } = getCustomCheckoutElements();
267
 
268
  loader.style.display = 'flex';
269
  container.style.display = 'none';
270
  error.style.display = 'none';
271
 
272
- if (error.firstElementChild) {
273
- error.removeChild(error.firstElementChild);
274
- }
275
-
276
- cardFormReady = false;
277
  }
278
 
279
  function setCustomCheckoutLoaded() {
 
 
280
  const { loader, container, error } = getCustomCheckoutElements();
 
281
  loader.style.display = 'none';
282
  container.style.display = 'block';
283
  error.style.display = 'none';
284
- cardFormReady = true;
285
  }
286
 
287
  function setCustomCheckoutUnloaded() {
 
 
288
  const { loader, container, error } = getCustomCheckoutElements();
 
289
  loader.style.display = 'flex';
290
  container.style.display = 'none';
291
  error.style.display = 'none';
292
- cardFormReady = false;
293
  }
294
 
295
  function setCustomCheckoutError() {
 
 
296
  const { loader, container, error } = getCustomCheckoutElements();
297
 
 
 
 
298
  var alertDetails = document.createElement('alert-details');
 
299
  alertDetails.setAttribute('title', wc_mercadopago_params.custom_checkout_sdk_handler.title);
300
  alertDetails.setAttribute('description', wc_mercadopago_params.custom_checkout_sdk_handler.description);
301
  alertDetails.setAttribute('retryButtonText', wc_mercadopago_params.custom_checkout_sdk_handler.retry_button);
302
 
303
- error.appendChild(alertDetails);
 
 
304
  loader.style.display = 'none';
305
  container.style.display = 'none';
306
  error.style.display = 'block';
307
-
308
- cardFormReady = false;
309
- }
310
-
311
- function getAmount() {
312
- const amount = parseFloat(
313
- document.getElementById("mp-amount").value.replace(",", ".")
314
- );
315
-
316
- const currencyRatio = parseFloat(
317
- document.getElementById("currency_ratio").value.replace(",", ".")
318
- );
319
-
320
- return String(amount * currencyRatio);
321
- }
322
-
323
- function removeBlockOverlay() {
324
- if (jQuery("form#order_review").length > 0) {
325
- jQuery(".blockOverlay").css("display", "none");
326
- }
327
  }
328
 
329
  function cardFormLoad() {
@@ -341,26 +356,16 @@ function cardFormLoad() {
341
  }
342
 
343
  function handleCardFormLoad() {
344
- init_cardForm()
345
  .then(() => {
346
- if (!cardFormTimeout) {
347
- setCustomCheckoutLoaded();
348
- }
349
  })
350
  .catch((error) => {
351
- cardFormError = true;
352
  const parsedError = handleCardFormErrors(error);
353
  sendError(parsedError);
354
  setCustomCheckoutError();
355
  console.error('Mercado Pago cardForm error: ', parsedError);
356
  });
357
-
358
- setTimeout(() => {
359
- if (!cardFormReady && !cardFormError) {
360
- cardFormTimeout = true;
361
- setCustomCheckoutError();
362
- }
363
- }, 10000);
364
  }
365
 
366
  function handleCardFormErrors(cardFormErrors) {
@@ -376,6 +381,15 @@ function handleCardFormErrors(cardFormErrors) {
376
  return cardFormErrors.description || cardFormErrors.message;
377
  }
378
 
 
 
 
 
 
 
 
 
 
379
  function sendError(error) {
380
  const url = "https://api.mercadopago.com/v1/plugins/melidata/errors";
381
  const payload = {
4
  var hasToken = false;
5
  var mercado_pago_submit = false;
6
  var triggeredPaymentMethodSelectedEvent = false;
 
7
  var cardFormReady = false;
8
  var cardFormMounted = false;
 
9
 
10
  var form = document.querySelector("form[name=checkout]");
11
  var formId = "checkout";
76
  /**
77
  * Init cardForm
78
  */
79
+ function initCardForm() {
 
80
  var mp = new MercadoPago(wc_mercadopago_params.public_key);
81
+
82
+ handleCardFormTimeout();
83
+ setCustomCheckoutOnLoad();
84
+
85
  return new Promise((resolve, reject) => {
86
  cardForm = mp.cardForm({
87
  amount: getAmount(),
255
  })
256
  }
257
 
258
+ function getAmount() {
259
+ const amount = parseFloat(
260
+ document.getElementById("mp-amount").value.replace(",", ".")
261
+ );
262
+
263
+ const currencyRatio = parseFloat(
264
+ document.getElementById("currency_ratio").value.replace(",", ".")
265
+ );
266
+
267
+ return String(amount * currencyRatio);
268
+ }
269
+
270
+ function removeBlockOverlay() {
271
+ if (jQuery("form#order_review").length > 0) {
272
+ jQuery(".blockOverlay").css("display", "none");
273
+ }
274
+ }
275
+
276
+ function removeCardFormErrorComponent(component) {
277
+ if (component.firstElementChild) {
278
+ component.removeChild(component.firstElementChild);
279
+ }
280
+ }
281
+
282
  function getCustomCheckoutElements() {
283
  return {
284
  loader: document.getElementById('mp-custom-checkout-loader'),
288
  }
289
 
290
  function setCustomCheckoutOnLoad() {
291
+ cardFormReady = false;
292
+
293
  const { loader, container, error } = getCustomCheckoutElements();
294
 
295
  loader.style.display = 'flex';
296
  container.style.display = 'none';
297
  error.style.display = 'none';
298
 
299
+ removeCardFormErrorComponent(error);
 
 
 
 
300
  }
301
 
302
  function setCustomCheckoutLoaded() {
303
+ cardFormReady = true;
304
+
305
  const { loader, container, error } = getCustomCheckoutElements();
306
+
307
  loader.style.display = 'none';
308
  container.style.display = 'block';
309
  error.style.display = 'none';
 
310
  }
311
 
312
  function setCustomCheckoutUnloaded() {
313
+ cardFormReady = false;
314
+
315
  const { loader, container, error } = getCustomCheckoutElements();
316
+
317
  loader.style.display = 'flex';
318
  container.style.display = 'none';
319
  error.style.display = 'none';
 
320
  }
321
 
322
  function setCustomCheckoutError() {
323
+ cardFormReady = false;
324
+
325
  const { loader, container, error } = getCustomCheckoutElements();
326
 
327
+ removeCardFormErrorComponent(error);
328
+
329
+ var errorWrapper = document.createElement('div');
330
  var alertDetails = document.createElement('alert-details');
331
+
332
  alertDetails.setAttribute('title', wc_mercadopago_params.custom_checkout_sdk_handler.title);
333
  alertDetails.setAttribute('description', wc_mercadopago_params.custom_checkout_sdk_handler.description);
334
  alertDetails.setAttribute('retryButtonText', wc_mercadopago_params.custom_checkout_sdk_handler.retry_button);
335
 
336
+ error.appendChild(errorWrapper);
337
+ error.firstChild.appendChild(alertDetails);
338
+
339
  loader.style.display = 'none';
340
  container.style.display = 'none';
341
  error.style.display = 'block';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  }
343
 
344
  function cardFormLoad() {
356
  }
357
 
358
  function handleCardFormLoad() {
359
+ initCardForm()
360
  .then(() => {
361
+ setCustomCheckoutLoaded();
 
 
362
  })
363
  .catch((error) => {
 
364
  const parsedError = handleCardFormErrors(error);
365
  sendError(parsedError);
366
  setCustomCheckoutError();
367
  console.error('Mercado Pago cardForm error: ', parsedError);
368
  });
 
 
 
 
 
 
 
369
  }
370
 
371
  function handleCardFormErrors(cardFormErrors) {
381
  return cardFormErrors.description || cardFormErrors.message;
382
  }
383
 
384
+ function handleCardFormTimeout() {
385
+ setTimeout(() => {
386
+ if (!cardFormReady) {
387
+ sendError('mp_wc_cardform_timeout');
388
+ setCustomCheckoutError();
389
+ }
390
+ }, 60000);
391
+ }
392
+
393
  function sendError(error) {
394
  const url = "https://api.mercadopago.com/v1/plugins/melidata/errors";
395
  const payload = {
assets/js/securityFields/securityFields.min.js CHANGED
@@ -1 +1 @@
1
- var cardForm,hasToken=!1,mercado_pago_submit=!1,triggeredPaymentMethodSelectedEvent=!1,cardFormError=!1,cardFormReady=!1,cardFormMounted=!1,cardFormTimeout=!1,form=document.querySelector("form[name=checkout]"),formId="checkout";function mercadoPagoFormHandler(){if(document.querySelector("form[id=order_review]")){document.querySelector(".mp-checkout-custom-container").querySelectorAll("input-helper").forEach((e=>{"none"!=e.querySelector("div").style.display&&removeBlockOverlay()}))}return!!mercado_pago_submit||("wallet_button"===jQuery("#mp_checkout_type").val()||(jQuery("#mp_checkout_type").val("custom"),!(!CheckoutPage.validateInputsCreateToken()||hasToken)&&createToken()))}function createToken(){return cardForm.createCardToken().then((e=>{if(!e.token)throw new Error("cardToken is empty");hasToken||(document.querySelector("#cardTokenId").value=e.token,mercado_pago_submit=!0,hasToken=!0,jQuery("form.checkout, form#order_review").submit())})).catch((e=>{console.warn("Token creation error: ",e)})),!1}function init_cardForm(){setCustomCheckoutOnLoad();var e=new MercadoPago(wc_mercadopago_params.public_key);return new Promise(((o,r)=>{cardForm=e.cardForm({amount:getAmount(),iframe:!0,form:{id:formId,cardNumber:{id:"form-checkout__cardNumber-container",placeholder:"0000 0000 0000 0000",style:{"font-size":"16px",height:"40px",padding:"14px"}},cardholderName:{id:"form-checkout__cardholderName",placeholder:"Ex.: María López"},cardExpirationDate:{id:"form-checkout__expirationDate-container",placeholder:wc_mercadopago_params.placeholders.cardExpirationDate,mode:"short",style:{"font-size":"16px",height:"40px",padding:"14px"}},securityCode:{id:"form-checkout__securityCode-container",placeholder:"123",style:{"font-size":"16px",height:"40px",padding:"14px"}},identificationType:{id:"form-checkout__identificationType"},identificationNumber:{id:"form-checkout__identificationNumber"},issuer:{id:"form-checkout__issuer",placeholder:wc_mercadopago_params.placeholders.issuer},installments:{id:"form-checkout__installments",placeholder:wc_mercadopago_params.placeholders.installments}},callbacks:{onReady:()=>{o()},onFormMounted:function(e){cardFormMounted=!0,e&&console.log("Callback to handle the error: creating the CardForm",e)},onFormUnmounted:function(e){cardFormMounted=!1,CheckoutPage.clearInputs(),setCustomCheckoutUnloaded(),e&&console.log("Callback to handle the error: unmounting the CardForm",e)},onInstallmentsReceived:(e,o)=>{e?console.warn("Installments handling error: ",e):CheckoutPage.setChangeEventOnInstallments(CheckoutPage.getCountry(),o)},onCardTokenReceived:e=>{e&&console.warn("Token handling error: ",e)},onPaymentMethodsReceived:(e,o)=>{try{o?(CheckoutPage.setValue("paymentMethodId",o[0].id),CheckoutPage.setCvvHint(o[0].settings[0].security_code),CheckoutPage.changeCvvPlaceHolder(o[0].settings[0].security_code.length),CheckoutPage.clearInputs(),CheckoutPage.setDisplayOfError("fcCardNumberContainer","remove","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","none"),CheckoutPage.setImageCard(o[0].thumbnail),CheckoutPage.installment_amount(o[0].payment_type_id),CheckoutPage.loadAdditionalInfo(o[0].additional_info_needed),CheckoutPage.additionalInfoHandler(additionalInfoNeeded)):(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex"))}catch(e){CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")}},onSubmit:function(e){e.preventDefault()},onValidityChange:function(e,o){if(e){let r=CheckoutPage.getHelperMessage(o),t=wc_mercadopago_params.input_helper_message[o][e[0].code];r.innerHTML=t||wc_mercadopago_params.input_helper_message[o].invalid_length,"cardNumber"==o&&"invalid_length"!==e[0].code&&(CheckoutPage.setBackground("fcCardNumberContainer","no-repeat #fff"),CheckoutPage.removeAdditionFields(),CheckoutPage.clearInputs());let a=CheckoutPage.findContainerField(o);return CheckoutPage.setDisplayOfError(a,"add","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(o),"flex")}let r=CheckoutPage.findContainerField(o);return CheckoutPage.setDisplayOfError(r,"removed","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(o),"none")},onError:function(e){e.forEach((e=>(removeBlockOverlay(),e.message.includes("cardNumber")?(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")):e.message.includes("cardholderName")?(CheckoutPage.setDisplayOfError("fcCardholderName","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-holder-name","flex")):e.message.includes("expirationMonth")||e.message.includes("expirationYear")?(CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-expiration-date","flex")):e.message.includes("securityCode")?(CheckoutPage.setDisplayOfError("fcSecurityNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-security-code","flex")):e.message.includes("identificationNumber")?(CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-doc-number","flex")):r(e))))}}})}))}function getCustomCheckoutElements(){return{loader:document.getElementById("mp-custom-checkout-loader"),container:document.getElementById("mp-custom-checkout-form-container"),error:document.getElementById("mp-custom-checkout-error-container")}}function setCustomCheckoutOnLoad(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="flex",o.style.display="none",r.style.display="none",r.firstElementChild&&r.removeChild(r.firstElementChild),cardFormReady=!1}function setCustomCheckoutLoaded(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="none",o.style.display="block",r.style.display="none",cardFormReady=!0}function setCustomCheckoutUnloaded(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="flex",o.style.display="none",r.style.display="none",cardFormReady=!1}function setCustomCheckoutError(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();var t=document.createElement("alert-details");t.setAttribute("title",wc_mercadopago_params.custom_checkout_sdk_handler.title),t.setAttribute("description",wc_mercadopago_params.custom_checkout_sdk_handler.description),t.setAttribute("retryButtonText",wc_mercadopago_params.custom_checkout_sdk_handler.retry_button),r.appendChild(t),e.style.display="none",o.style.display="none",r.style.display="block",cardFormReady=!1}function getAmount(){const e=parseFloat(document.getElementById("mp-amount").value.replace(",",".")),o=parseFloat(document.getElementById("currency_ratio").value.replace(",","."));return String(e*o)}function removeBlockOverlay(){jQuery("form#order_review").length>0&&jQuery(".blockOverlay").css("display","none")}function cardFormLoad(){document.getElementById("payment_method_woo-mercado-pago-custom").checked?setTimeout((()=>{cardFormMounted||handleCardFormLoad()}),1e3):cardFormMounted&&cardForm.unmount()}function handleCardFormLoad(){init_cardForm().then((()=>{cardFormTimeout||setCustomCheckoutLoaded()})).catch((e=>{cardFormError=!0;const o=handleCardFormErrors(e);sendError(o),setCustomCheckoutError(),console.error("Mercado Pago cardForm error: ",o)})),setTimeout((()=>{cardFormReady||cardFormError||(cardFormTimeout=!0,setCustomCheckoutError())}),1e4)}function handleCardFormErrors(e){if(e.length){const o=[];return e.forEach((e=>{o.push(e.description||e.message)})),o.join(",")}return e.description||e.message}function sendError(e){const o={name:"MP_CARDFORM_ERROR",target:"mp_custom_checkout_security_fields_client",message:e,plugin:{version:wc_mercadopago_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_params.platform_version,location:wc_mercadopago_params.location}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(o))}form?form.id=formId:formId="order_review",jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-custom",(function(){return mercadoPagoFormHandler()})),jQuery("body").on("payment_method_selected",(function(){triggeredPaymentMethodSelectedEvent||cardFormLoad()})),jQuery("form#order_review").submit((function(){if(document.getElementById("payment_method_woo-mercado-pago-custom").checked)return mercadoPagoFormHandler();cardFormLoad()})),jQuery(document.body).on("checkout_error",(()=>{hasToken=!1,mercado_pago_submit=!1})),triggeredPaymentMethodSelectedEvent||jQuery("body").trigger("payment_method_selected");
1
+ var cardForm,hasToken=!1,mercado_pago_submit=!1,triggeredPaymentMethodSelectedEvent=!1,cardFormReady=!1,cardFormMounted=!1,form=document.querySelector("form[name=checkout]"),formId="checkout";function mercadoPagoFormHandler(){if(document.querySelector("form[id=order_review]")){document.querySelector(".mp-checkout-custom-container").querySelectorAll("input-helper").forEach((e=>{"none"!=e.querySelector("div").style.display&&removeBlockOverlay()}))}return!!mercado_pago_submit||("wallet_button"===jQuery("#mp_checkout_type").val()||(jQuery("#mp_checkout_type").val("custom"),!(!CheckoutPage.validateInputsCreateToken()||hasToken)&&createToken()))}function createToken(){return cardForm.createCardToken().then((e=>{if(!e.token)throw new Error("cardToken is empty");hasToken||(document.querySelector("#cardTokenId").value=e.token,mercado_pago_submit=!0,hasToken=!0,jQuery("form.checkout, form#order_review").submit())})).catch((e=>{console.warn("Token creation error: ",e)})),!1}function initCardForm(){var e=new MercadoPago(wc_mercadopago_params.public_key);return handleCardFormTimeout(),setCustomCheckoutOnLoad(),new Promise(((o,r)=>{cardForm=e.cardForm({amount:getAmount(),iframe:!0,form:{id:formId,cardNumber:{id:"form-checkout__cardNumber-container",placeholder:"0000 0000 0000 0000",style:{"font-size":"16px",height:"40px",padding:"14px"}},cardholderName:{id:"form-checkout__cardholderName",placeholder:"Ex.: María López"},cardExpirationDate:{id:"form-checkout__expirationDate-container",placeholder:wc_mercadopago_params.placeholders.cardExpirationDate,mode:"short",style:{"font-size":"16px",height:"40px",padding:"14px"}},securityCode:{id:"form-checkout__securityCode-container",placeholder:"123",style:{"font-size":"16px",height:"40px",padding:"14px"}},identificationType:{id:"form-checkout__identificationType"},identificationNumber:{id:"form-checkout__identificationNumber"},issuer:{id:"form-checkout__issuer",placeholder:wc_mercadopago_params.placeholders.issuer},installments:{id:"form-checkout__installments",placeholder:wc_mercadopago_params.placeholders.installments}},callbacks:{onReady:()=>{o()},onFormMounted:function(e){cardFormMounted=!0,e&&console.log("Callback to handle the error: creating the CardForm",e)},onFormUnmounted:function(e){cardFormMounted=!1,CheckoutPage.clearInputs(),setCustomCheckoutUnloaded(),e&&console.log("Callback to handle the error: unmounting the CardForm",e)},onInstallmentsReceived:(e,o)=>{e?console.warn("Installments handling error: ",e):CheckoutPage.setChangeEventOnInstallments(CheckoutPage.getCountry(),o)},onCardTokenReceived:e=>{e&&console.warn("Token handling error: ",e)},onPaymentMethodsReceived:(e,o)=>{try{o?(CheckoutPage.setValue("paymentMethodId",o[0].id),CheckoutPage.setCvvHint(o[0].settings[0].security_code),CheckoutPage.changeCvvPlaceHolder(o[0].settings[0].security_code.length),CheckoutPage.clearInputs(),CheckoutPage.setDisplayOfError("fcCardNumberContainer","remove","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","none"),CheckoutPage.setImageCard(o[0].thumbnail),CheckoutPage.installment_amount(o[0].payment_type_id),CheckoutPage.loadAdditionalInfo(o[0].additional_info_needed),CheckoutPage.additionalInfoHandler(additionalInfoNeeded)):(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex"))}catch(e){CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")}},onSubmit:function(e){e.preventDefault()},onValidityChange:function(e,o){if(e){let r=CheckoutPage.getHelperMessage(o),t=wc_mercadopago_params.input_helper_message[o][e[0].code];r.innerHTML=t||wc_mercadopago_params.input_helper_message[o].invalid_length,"cardNumber"==o&&"invalid_length"!==e[0].code&&(CheckoutPage.setBackground("fcCardNumberContainer","no-repeat #fff"),CheckoutPage.removeAdditionFields(),CheckoutPage.clearInputs());let a=CheckoutPage.findContainerField(o);return CheckoutPage.setDisplayOfError(a,"add","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(o),"flex")}let r=CheckoutPage.findContainerField(o);return CheckoutPage.setDisplayOfError(r,"removed","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(o),"none")},onError:function(e){e.forEach((e=>(removeBlockOverlay(),e.message.includes("cardNumber")?(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")):e.message.includes("cardholderName")?(CheckoutPage.setDisplayOfError("fcCardholderName","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-holder-name","flex")):e.message.includes("expirationMonth")||e.message.includes("expirationYear")?(CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-expiration-date","flex")):e.message.includes("securityCode")?(CheckoutPage.setDisplayOfError("fcSecurityNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-security-code","flex")):e.message.includes("identificationNumber")?(CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-doc-number","flex")):r(e))))}}})}))}function getAmount(){const e=parseFloat(document.getElementById("mp-amount").value.replace(",",".")),o=parseFloat(document.getElementById("currency_ratio").value.replace(",","."));return String(e*o)}function removeBlockOverlay(){jQuery("form#order_review").length>0&&jQuery(".blockOverlay").css("display","none")}function removeCardFormErrorComponent(e){e.firstElementChild&&e.removeChild(e.firstElementChild)}function getCustomCheckoutElements(){return{loader:document.getElementById("mp-custom-checkout-loader"),container:document.getElementById("mp-custom-checkout-form-container"),error:document.getElementById("mp-custom-checkout-error-container")}}function setCustomCheckoutOnLoad(){cardFormReady=!1;const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="flex",o.style.display="none",r.style.display="none",removeCardFormErrorComponent(r)}function setCustomCheckoutLoaded(){cardFormReady=!0;const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="none",o.style.display="block",r.style.display="none"}function setCustomCheckoutUnloaded(){cardFormReady=!1;const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="flex",o.style.display="none",r.style.display="none"}function setCustomCheckoutError(){cardFormReady=!1;const{loader:e,container:o,error:r}=getCustomCheckoutElements();removeCardFormErrorComponent(r);var t=document.createElement("div"),a=document.createElement("alert-details");a.setAttribute("title",wc_mercadopago_params.custom_checkout_sdk_handler.title),a.setAttribute("description",wc_mercadopago_params.custom_checkout_sdk_handler.description),a.setAttribute("retryButtonText",wc_mercadopago_params.custom_checkout_sdk_handler.retry_button),r.appendChild(t),r.firstChild.appendChild(a),e.style.display="none",o.style.display="none",r.style.display="block"}function cardFormLoad(){document.getElementById("payment_method_woo-mercado-pago-custom").checked?setTimeout((()=>{cardFormMounted||handleCardFormLoad()}),1e3):cardFormMounted&&cardForm.unmount()}function handleCardFormLoad(){initCardForm().then((()=>{setCustomCheckoutLoaded()})).catch((e=>{const o=handleCardFormErrors(e);sendError(o),setCustomCheckoutError(),console.error("Mercado Pago cardForm error: ",o)}))}function handleCardFormErrors(e){if(e.length){const o=[];return e.forEach((e=>{o.push(e.description||e.message)})),o.join(",")}return e.description||e.message}function handleCardFormTimeout(){setTimeout((()=>{cardFormReady||(sendError("mp_wc_cardform_timeout"),setCustomCheckoutError())}),6e4)}function sendError(e){const o={name:"MP_CARDFORM_ERROR",target:"mp_custom_checkout_security_fields_client",message:e,plugin:{version:wc_mercadopago_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_params.platform_version,location:wc_mercadopago_params.location}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(o))}form?form.id=formId:formId="order_review",jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-custom",(function(){return mercadoPagoFormHandler()})),jQuery("body").on("payment_method_selected",(function(){triggeredPaymentMethodSelectedEvent||cardFormLoad()})),jQuery("form#order_review").submit((function(){if(document.getElementById("payment_method_woo-mercado-pago-custom").checked)return mercadoPagoFormHandler();cardFormLoad()})),jQuery(document.body).on("checkout_error",(()=>{hasToken=!1,mercado_pago_submit=!1})),triggeredPaymentMethodSelectedEvent||jQuery("body").trigger("payment_method_selected");
i18n/languages/woocommerce-mercadopago-es_AR.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_AR.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-es_CL.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_CL.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-es_CO.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_CO.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-es_ES.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_ES.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-es_MX.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_MX.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-es_PE.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_PE.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-es_UY.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_UY.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-es_VE.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_VE.po CHANGED
@@ -620,7 +620,7 @@ msgstr "hasta "
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
- msgstr " Cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -759,8 +759,8 @@ msgstr "Débito e crédito"
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
763
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
@@ -768,25 +768,44 @@ msgstr ""
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
772
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
778
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
784
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
785
  msgid "Transparent Checkout | Credit card "
786
  msgstr "Checkout Transparente | Tarjeta de Crédito "
787
 
788
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
789
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
790
  msgid ""
791
  "With the Transparent Checkout, you can sell inside your store environment, "
792
  "without redirection and with the security from Mercado Pago."
@@ -794,8 +813,8 @@ msgstr ""
794
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
795
  "redireccionamentos, con toda la seguridad de Mercado Pago."
796
 
797
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
798
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
799
  #, fuzzy
800
  #| msgid "Advanced configuration of the personalized payment experience\""
801
  msgid "Advanced configuration of the personalized payment experience"
@@ -806,8 +825,8 @@ msgstr "Configuración Avanzada"
806
  msgid "Payments via Mercado Pago account"
807
  msgstr "Pagos a través de la cuenta de Mercado Pago"
808
 
809
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
810
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
811
  msgid ""
812
  "Your customers pay faster with saved cards, money balance or other available "
813
  "methods in their Mercado Pago accounts."
@@ -831,13 +850,13 @@ msgstr ""
831
  msgid "Check an example of how it will appear in your store:"
832
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
833
 
834
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
836
  msgid "That’s it, payment accepted!"
837
  msgstr "Listo, ¡aceptamos tu pago!"
838
 
839
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
841
  msgid ""
842
  "We are processing your payment. In less than an hour we will send you the "
843
  "result by email."
@@ -845,8 +864,8 @@ msgstr ""
845
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
846
  "por correo electrónico."
847
 
848
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
850
  msgid ""
851
  "We are processing your payment. In less than 2 days we will send you by "
852
  "email if the payment has been approved or if additional information is "
@@ -855,39 +874,39 @@ msgstr ""
855
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
856
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
857
 
858
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
859
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
860
  msgid "Check the card number."
861
  msgstr "Compruebe el número de tarjeta."
862
 
863
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
864
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
865
  msgid "Check the expiration date."
866
  msgstr "Compruebe la fecha de expiración."
867
 
868
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
869
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
870
  msgid "Check the information provided."
871
  msgstr "Compruebe la información informada."
872
 
873
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
874
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
875
  msgid "Check the informed security code."
876
  msgstr "Compruebe el código de seguridad informado."
877
 
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
881
  msgid "Your payment cannot be processed."
882
  msgstr "No se puede procesar su pago."
883
 
884
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
885
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
886
  msgid "You must authorize payments for your orders."
887
  msgstr "Usted debe autorizar los pagos de sus órdenes."
888
 
889
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
890
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
891
  msgid ""
892
  "Contact your card issuer to activate it. The phone is on the back of your "
893
  "card."
@@ -895,8 +914,8 @@ msgstr ""
895
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
896
  "se encuentra en la parte posterior de su tarjeta."
897
 
898
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
899
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
900
  msgid ""
901
  "You have already made a payment of this amount. If you have to pay again, "
902
  "use another card or other method of payment."
@@ -904,8 +923,8 @@ msgstr ""
904
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
905
  "utilizar otra tarjeta u otro medio de pago."
906
 
907
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
908
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
909
  msgid ""
910
  "Your payment was declined. Please select another payment method. It is "
911
  "recommended in cash."
@@ -913,18 +932,18 @@ msgstr ""
913
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
914
  "recomienda en efectivo."
915
 
916
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
917
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
918
  msgid "Your payment does not have sufficient funds."
919
  msgstr "Su metodo de pago no tiene fondos suficientes."
920
 
921
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
922
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
923
  msgid "Payment cannot process the selected fee."
924
  msgstr "El pago no puede procesar la cuota seleccionada."
925
 
926
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
927
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
928
  msgid ""
929
  "You have reached the limit of allowed attempts. Choose another card or other "
930
  "payment method."
@@ -932,42 +951,42 @@ msgstr ""
932
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
933
  "medio de pago."
934
 
935
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
936
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
937
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
938
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
939
  msgid "This payment method cannot process your payment."
940
  msgstr "Este medio de pago no puede procesar su pago."
941
 
942
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
943
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
947
  msgid "A problem was occurred when processing your payment. Please, try again."
948
  msgstr ""
949
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
950
  "vez."
951
 
952
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
954
  msgid "See your order form"
955
  msgstr "Ver su hoja de pedido"
956
 
957
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
959
  msgid "Your payment was declined. You can try again."
960
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
961
 
962
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
963
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
965
  msgid "Click to try again"
966
  msgstr "Haga clic para intentarlo de nuevo"
967
 
968
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
971
  msgid ""
972
  "A problem was occurred when processing your payment. Are you sure you have "
973
  "correctly filled all information in the checkout form?"
@@ -2797,164 +2816,164 @@ msgstr "Pagar con Mercado Pago"
2797
  msgid "Cancel &amp; Clear Cart"
2798
  msgstr "Cancelar &amp; Limpiar carrito"
2799
 
2800
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2802
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2804
  msgid "Apply"
2805
  msgstr "Aplicar"
2806
 
2807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2809
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2811
  msgid "Remove"
2812
  msgstr "Retirar"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2815
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2816
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2818
  msgid "Please, inform your coupon code"
2819
  msgstr "Por favor, informe su código de cupón"
2820
 
2821
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2825
  msgid "To choose"
2826
  msgstr "Elegir"
2827
 
2828
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2832
  msgid "Other bank"
2833
  msgstr "Otro banco"
2834
 
2835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2839
  msgid "You will save"
2840
  msgstr "Salvarás"
2841
 
2842
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2846
  msgid "with discount of"
2847
  msgstr "con descuento de"
2848
 
2849
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2853
  msgid "Total of your purchase:"
2854
  msgstr "Total de su compra:"
2855
 
2856
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2860
  msgid "Total of your purchase with discount:"
2861
  msgstr "Total de su compra con descuento:"
2862
 
2863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2867
  msgid "*After payment approval"
2868
  msgstr "*Tras la aprobación del pago"
2869
 
2870
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2874
  msgid "Terms and conditions of use"
2875
  msgstr "Términos y condiciones de uso"
2876
 
2877
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2878
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2880
- msgid "No fee"
2881
- msgstr "Sin interés"
2882
-
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2886
  msgid "More options"
2887
  msgstr "Más opciones"
2888
 
2889
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2890
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2891
  msgid "mm/yy"
2892
  msgstr "mm/aa"
2893
 
2894
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2895
  #: ../../templates/checkout/custom-checkout.php:125,
2896
  #: ../../templates/checkout/custom-checkout.php:125
2897
  msgid "Issuer"
2898
  msgstr "Banco"
2899
 
2900
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2901
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2902
  msgid "Installments"
2903
  msgstr "cuotas "
2904
 
2905
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2906
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2907
  msgid "on the back"
2908
  msgstr "del dorso"
2909
 
2910
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2912
  msgid "on the front"
2913
  msgstr "del frente"
2914
 
2915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2916
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2917
  msgid "digits"
2918
  msgstr "dígitos"
2919
 
2920
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2921
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2922
  msgid "Card number is required"
2923
  msgstr "Número de tarjeta obligatorio"
2924
 
2925
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2926
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2927
  msgid "Card number invalid"
2928
  msgstr "Número de tarjeta inválido"
2929
 
2930
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2931
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2932
  msgid "Holder name is required"
2933
  msgstr "Nombre del titular obligatorio"
2934
 
2935
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2936
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2937
  msgid "Holder name invalid"
2938
  msgstr "Nombre del titular inválido"
2939
 
2940
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2941
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2943
  msgid "Expiration date invalid"
2944
  msgstr "Fecha de vencimiento inválido"
2945
 
2946
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2947
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2948
  msgid "Expiration date incomplete"
2949
  msgstr "Fecha de vencimiento obligatorio"
2950
 
2951
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2952
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2953
  msgid "Security code is required"
2954
  msgstr "Código de seguridad obligatorio"
2955
 
2956
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2957
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2958
  msgid "Security code incomplete"
2959
  msgstr "Código de seguridad incompleto"
2960
 
@@ -2973,6 +2992,21 @@ msgstr "Actualice la página para volver a intentarlo."
2973
  msgid "Refresh page"
2974
  msgstr "Actualizar página"
2975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2976
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2977
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2978
  msgid "Now you just need to pay with Pix to finalize your purchase"
620
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
+ msgstr " cuotas"
624
 
625
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
626
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
759
  msgid "Mercado pago - Customized Checkout"
760
  msgstr "Mercado Pago - Checkout Personalizado"
761
 
762
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
763
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
764
  msgid ""
765
  "By disabling it, you will disable all credit cards payments from Mercado "
766
  "Pago Transparent Checkout."
768
  "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
769
  "en el Checkout Transparente de Mercado Pago."
770
 
771
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
772
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
773
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
774
  msgstr ""
775
  "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
776
 
777
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
778
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
779
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
780
  msgstr ""
781
  "El checkout transparente de las tarjetas de crédito está <b>desactivado</b>."
782
 
783
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
784
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
785
+ msgid "Installments Fees"
786
+ msgstr "Tasas de pago en cuotas"
787
+
788
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
789
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
790
+ msgid ""
791
+ "Set installment fees and whether they will be charged from the store or from "
792
+ "the buyer."
793
+ msgstr ""
794
+ "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
795
+ "comprador. "
796
+
797
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
798
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
799
+ msgid "Set fees"
800
+ msgstr "Configurar tasas"
801
+
802
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
803
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
804
  msgid "Transparent Checkout | Credit card "
805
  msgstr "Checkout Transparente | Tarjeta de Crédito "
806
 
807
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
808
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
809
  msgid ""
810
  "With the Transparent Checkout, you can sell inside your store environment, "
811
  "without redirection and with the security from Mercado Pago."
813
  "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
814
  "redireccionamentos, con toda la seguridad de Mercado Pago."
815
 
816
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
817
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
818
  #, fuzzy
819
  #| msgid "Advanced configuration of the personalized payment experience\""
820
  msgid "Advanced configuration of the personalized payment experience"
825
  msgid "Payments via Mercado Pago account"
826
  msgstr "Pagos a través de la cuenta de Mercado Pago"
827
 
828
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
829
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
830
  msgid ""
831
  "Your customers pay faster with saved cards, money balance or other available "
832
  "methods in their Mercado Pago accounts."
850
  msgid "Check an example of how it will appear in your store:"
851
  msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
852
 
853
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
855
  msgid "That’s it, payment accepted!"
856
  msgstr "Listo, ¡aceptamos tu pago!"
857
 
858
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
860
  msgid ""
861
  "We are processing your payment. In less than an hour we will send you the "
862
  "result by email."
864
  "Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
865
  "por correo electrónico."
866
 
867
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
869
  msgid ""
870
  "We are processing your payment. In less than 2 days we will send you by "
871
  "email if the payment has been approved or if additional information is "
874
  "Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
875
  "electrónico si se ha aprobado el pago o si se necesita información adicional."
876
 
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
879
  msgid "Check the card number."
880
  msgstr "Compruebe el número de tarjeta."
881
 
882
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
883
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
884
  msgid "Check the expiration date."
885
  msgstr "Compruebe la fecha de expiración."
886
 
887
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
888
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
889
  msgid "Check the information provided."
890
  msgstr "Compruebe la información informada."
891
 
892
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
893
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
894
  msgid "Check the informed security code."
895
  msgstr "Compruebe el código de seguridad informado."
896
 
897
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
898
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
900
  msgid "Your payment cannot be processed."
901
  msgstr "No se puede procesar su pago."
902
 
903
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
904
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
905
  msgid "You must authorize payments for your orders."
906
  msgstr "Usted debe autorizar los pagos de sus órdenes."
907
 
908
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
909
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
910
  msgid ""
911
  "Contact your card issuer to activate it. The phone is on the back of your "
912
  "card."
914
  "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
915
  "se encuentra en la parte posterior de su tarjeta."
916
 
917
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
918
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
919
  msgid ""
920
  "You have already made a payment of this amount. If you have to pay again, "
921
  "use another card or other method of payment."
923
  "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
924
  "utilizar otra tarjeta u otro medio de pago."
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
927
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
928
  msgid ""
929
  "Your payment was declined. Please select another payment method. It is "
930
  "recommended in cash."
932
  "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
933
  "recomienda en efectivo."
934
 
935
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
936
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
937
  msgid "Your payment does not have sufficient funds."
938
  msgstr "Su metodo de pago no tiene fondos suficientes."
939
 
940
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
941
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
942
  msgid "Payment cannot process the selected fee."
943
  msgstr "El pago no puede procesar la cuota seleccionada."
944
 
945
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
946
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
947
  msgid ""
948
  "You have reached the limit of allowed attempts. Choose another card or other "
949
  "payment method."
951
  "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
952
  "medio de pago."
953
 
954
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
955
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
956
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
957
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
958
  msgid "This payment method cannot process your payment."
959
  msgstr "Este medio de pago no puede procesar su pago."
960
 
961
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
962
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
966
  msgid "A problem was occurred when processing your payment. Please, try again."
967
  msgstr ""
968
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
969
  "vez."
970
 
971
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
973
  msgid "See your order form"
974
  msgstr "Ver su hoja de pedido"
975
 
976
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
978
  msgid "Your payment was declined. You can try again."
979
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
980
 
981
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
982
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
984
  msgid "Click to try again"
985
  msgstr "Haga clic para intentarlo de nuevo"
986
 
987
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
990
  msgid ""
991
  "A problem was occurred when processing your payment. Are you sure you have "
992
  "correctly filled all information in the checkout form?"
2816
  msgid "Cancel &amp; Clear Cart"
2817
  msgstr "Cancelar &amp; Limpiar carrito"
2818
 
2819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2820
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2821
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2823
  msgid "Apply"
2824
  msgstr "Aplicar"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2827
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2828
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2830
  msgid "Remove"
2831
  msgstr "Retirar"
2832
 
2833
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2834
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2835
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2837
  msgid "Please, inform your coupon code"
2838
  msgstr "Por favor, informe su código de cupón"
2839
 
2840
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2841
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2842
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2844
  msgid "To choose"
2845
  msgstr "Elegir"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2848
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2849
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2851
  msgid "Other bank"
2852
  msgstr "Otro banco"
2853
 
2854
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2855
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2856
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2858
  msgid "You will save"
2859
  msgstr "Salvarás"
2860
 
2861
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2862
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2863
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2865
  msgid "with discount of"
2866
  msgstr "con descuento de"
2867
 
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2869
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2870
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2872
  msgid "Total of your purchase:"
2873
  msgstr "Total de su compra:"
2874
 
2875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2876
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2877
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2879
  msgid "Total of your purchase with discount:"
2880
  msgstr "Total de su compra con descuento:"
2881
 
2882
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2883
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2884
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2886
  msgid "*After payment approval"
2887
  msgstr "*Tras la aprobación del pago"
2888
 
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2890
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2891
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2893
  msgid "Terms and conditions of use"
2894
  msgstr "Términos y condiciones de uso"
2895
 
 
 
 
 
 
 
2896
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2897
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2899
+ msgid "No fee"
2900
+ msgstr "Sin interés"
2901
+
2902
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2905
  msgid "More options"
2906
  msgstr "Más opciones"
2907
 
2908
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2909
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2910
  msgid "mm/yy"
2911
  msgstr "mm/aa"
2912
 
2913
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2914
  #: ../../templates/checkout/custom-checkout.php:125,
2915
  #: ../../templates/checkout/custom-checkout.php:125
2916
  msgid "Issuer"
2917
  msgstr "Banco"
2918
 
2919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2920
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2921
  msgid "Installments"
2922
  msgstr "cuotas "
2923
 
2924
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2925
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2926
  msgid "on the back"
2927
  msgstr "del dorso"
2928
 
2929
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2930
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2931
  msgid "on the front"
2932
  msgstr "del frente"
2933
 
2934
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2936
  msgid "digits"
2937
  msgstr "dígitos"
2938
 
2939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2940
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2941
  msgid "Card number is required"
2942
  msgstr "Número de tarjeta obligatorio"
2943
 
2944
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2945
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2946
  msgid "Card number invalid"
2947
  msgstr "Número de tarjeta inválido"
2948
 
2949
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2950
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2951
  msgid "Holder name is required"
2952
  msgstr "Nombre del titular obligatorio"
2953
 
2954
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2955
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2956
  msgid "Holder name invalid"
2957
  msgstr "Nombre del titular inválido"
2958
 
2959
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2960
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2962
  msgid "Expiration date invalid"
2963
  msgstr "Fecha de vencimiento inválido"
2964
 
2965
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2966
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2967
  msgid "Expiration date incomplete"
2968
  msgstr "Fecha de vencimiento obligatorio"
2969
 
2970
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2971
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2972
  msgid "Security code is required"
2973
  msgstr "Código de seguridad obligatorio"
2974
 
2975
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2976
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2977
  msgid "Security code incomplete"
2978
  msgstr "Código de seguridad incompleto"
2979
 
2992
  msgid "Refresh page"
2993
  msgstr "Actualizar página"
2994
 
2995
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2996
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2997
+ msgid "Cost of installments"
2998
+ msgstr "Coste de las cuotas:"
2999
+
3000
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3001
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3002
+ msgid "Total with installments"
3003
+ msgstr "Total con cuotas:"
3004
+
3005
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3006
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3007
+ msgid "installments of"
3008
+ msgstr " cuotas de "
3009
+
3010
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3011
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3012
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago-pt_BR.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-pt_BR.po CHANGED
@@ -623,7 +623,7 @@ msgstr "ATÉ "
623
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
624
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
625
  msgid " installments"
626
- msgstr "X"
627
 
628
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
629
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
@@ -762,8 +762,8 @@ msgstr "Débito e crédito"
762
  msgid "Mercado pago - Customized Checkout"
763
  msgstr "Mercado Pago - Checkout personalizado"
764
 
765
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151,
766
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
767
  msgid ""
768
  "By disabling it, you will disable all credit cards payments from Mercado "
769
  "Pago Transparent Checkout."
@@ -771,24 +771,43 @@ msgstr ""
771
  "Ao desativar, você desabilita todos os meios de pagamento de cartão de "
772
  "crédito no Checkout Transparente Mercado Pago."
773
 
774
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
775
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
776
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
777
  msgstr "O Checkout Transparente para cartões de crédito está <b>ativado</b>."
778
 
779
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
780
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
781
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
782
  msgstr ""
783
  "O checkout transparente para cartões de crédito está <b>desativado</b>."
784
 
785
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172,
786
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
787
  msgid "Transparent Checkout | Credit card "
788
  msgstr "Checkout Transparente | Cartão de Crédito "
789
 
790
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176,
791
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
792
  msgid ""
793
  "With the Transparent Checkout, you can sell inside your store environment, "
794
  "without redirection and with the security from Mercado Pago."
@@ -796,8 +815,8 @@ msgstr ""
796
  "Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
797
  "loja, sem redirecionamento, com toda a segurança do Mercado Pago."
798
 
799
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
800
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
801
  #, fuzzy
802
  #| msgid "Advanced configuration of the personalized payment experience\""
803
  msgid "Advanced configuration of the personalized payment experience"
@@ -808,8 +827,8 @@ msgstr "Configuração Avançada"
808
  msgid "Payments via Mercado Pago account"
809
  msgstr "Pagamentos via conta Mercado Pago"
810
 
811
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
812
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
813
  msgid ""
814
  "Your customers pay faster with saved cards, money balance or other available "
815
  "methods in their Mercado Pago accounts."
@@ -832,13 +851,13 @@ msgstr "Pagamentos via conta Mercado Pago estão <b>desativados</b>."
832
  msgid "Check an example of how it will appear in your store:"
833
  msgstr "Confira um exemplo de como vai aparecer na loja:"
834
 
835
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
836
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
837
  msgid "That’s it, payment accepted!"
838
  msgstr "Pronto, aceitamos seu pagamento!"
839
 
840
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266,
841
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
842
  msgid ""
843
  "We are processing your payment. In less than an hour we will send you the "
844
  "result by email."
@@ -846,8 +865,8 @@ msgstr ""
846
  "Estamos processando seu pagamento. Em menos de uma hora você será notificado "
847
  "por email."
848
 
849
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268,
850
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
851
  msgid ""
852
  "We are processing your payment. In less than 2 days we will send you by "
853
  "email if the payment has been approved or if additional information is "
@@ -857,39 +876,39 @@ msgstr ""
857
  "notificado por email se o pagamento foi aprovado ou se são necessárias "
858
  "informações adicionais."
859
 
860
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270,
861
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
862
  msgid "Check the card number."
863
  msgstr "Verifique o número do cartão."
864
 
865
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272,
866
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
867
  msgid "Check the expiration date."
868
  msgstr "Verifique a data de expiração."
869
 
870
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274,
871
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
872
  msgid "Check the information provided."
873
  msgstr "Verifique as informações preenchidas."
874
 
875
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276,
876
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
877
  msgid "Check the informed security code."
878
  msgstr "Verifique o código de segurança informado."
879
 
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278,
881
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284,
882
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
883
  msgid "Your payment cannot be processed."
884
  msgstr "Não foi possível processar seu pagamento."
885
 
886
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280,
887
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
888
  msgid "You must authorize payments for your orders."
889
  msgstr "Você deve autorizar o pagamento dos seus pedidos."
890
 
891
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282,
892
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
893
  msgid ""
894
  "Contact your card issuer to activate it. The phone is on the back of your "
895
  "card."
@@ -897,8 +916,8 @@ msgstr ""
897
  "Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do "
898
  "seu cartão."
899
 
900
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286,
901
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
902
  msgid ""
903
  "You have already made a payment of this amount. If you have to pay again, "
904
  "use another card or other method of payment."
@@ -906,8 +925,8 @@ msgstr ""
906
  "Você já realizou o pagamento para esse valor. Se precisa pagar novamente, "
907
  "use outro cartão ou outro método de pagamento."
908
 
909
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288,
910
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
911
  msgid ""
912
  "Your payment was declined. Please select another payment method. It is "
913
  "recommended in cash."
@@ -915,18 +934,18 @@ msgstr ""
915
  "Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se "
916
  "dinheiro."
917
 
918
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290,
919
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
920
  msgid "Your payment does not have sufficient funds."
921
  msgstr "Seu pagamento não possui saldo suficiente."
922
 
923
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292,
924
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
925
  msgid "Payment cannot process the selected fee."
926
  msgstr "Seu pagamento não pode processar o parcelamento selecionado."
927
 
928
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294,
929
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
930
  msgid ""
931
  "You have reached the limit of allowed attempts. Choose another card or other "
932
  "payment method."
@@ -934,41 +953,41 @@ msgstr ""
934
  "Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou "
935
  "outro método de pagamento."
936
 
937
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296,
938
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298,
939
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
940
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
941
  msgid "This payment method cannot process your payment."
942
  msgstr "Este método de pagamento não pôde processar o seu pagamento."
943
 
944
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
945
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
946
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
947
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
948
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
949
  msgid "A problem was occurred when processing your payment. Please, try again."
950
  msgstr ""
951
  "Ocorreu um problema ao processar seu pagamento. Por favor, tente novamente."
952
 
953
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
954
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
955
  msgid "See your order form"
956
  msgstr "Ver o resumo do pedido"
957
 
958
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
959
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
960
  msgid "Your payment was declined. You can try again."
961
  msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente."
962
 
963
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
964
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
965
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
966
  msgid "Click to try again"
967
  msgstr "Clique para tentar novamente"
968
 
969
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
970
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
971
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
972
  msgid ""
973
  "A problem was occurred when processing your payment. Are you sure you have "
974
  "correctly filled all information in the checkout form?"
@@ -2799,164 +2818,164 @@ msgstr "Pagar com Mercado Pago"
2799
  msgid "Cancel &amp; Clear Cart"
2800
  msgstr "Cancelar &amp; Limpar carrinho"
2801
 
2802
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2803
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2804
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2805
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2806
  msgid "Apply"
2807
  msgstr "Ativar"
2808
 
2809
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2810
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2811
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2812
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2813
  msgid "Remove"
2814
  msgstr "Remover"
2815
 
2816
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2817
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2818
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2819
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2820
  msgid "Please, inform your coupon code"
2821
  msgstr "Por favor, informe seu cupom de desconto"
2822
 
2823
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2825
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2826
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2827
  msgid "To choose"
2828
  msgstr "Escolher"
2829
 
2830
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2832
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2833
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2834
  msgid "Other bank"
2835
  msgstr "Outro banco"
2836
 
2837
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2839
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2840
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2841
  msgid "You will save"
2842
  msgstr "Você economizará"
2843
 
2844
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2846
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2847
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2848
  msgid "with discount of"
2849
  msgstr "com desconto de"
2850
 
2851
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2853
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2854
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2855
  msgid "Total of your purchase:"
2856
  msgstr "Total da compra:"
2857
 
2858
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2860
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2861
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2862
  msgid "Total of your purchase with discount:"
2863
  msgstr "Total da compra com desconto:"
2864
 
2865
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2867
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2868
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2869
  msgid "*After payment approval"
2870
  msgstr "*Após a aprovação do pagamento"
2871
 
2872
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2874
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2875
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2876
  msgid "Terms and conditions of use"
2877
  msgstr "Termos e condições de uso"
2878
 
2879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2880
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2881
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2882
- msgid "No fee"
2883
- msgstr "Sem juros"
2884
-
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2886
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2887
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
 
 
 
 
 
 
2888
  msgid "More options"
2889
  msgstr "Mais opções"
2890
 
2891
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2892
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2893
  msgid "mm/yy"
2894
  msgstr "mm/aa"
2895
 
2896
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2897
  #: ../../templates/checkout/custom-checkout.php:125,
2898
  #: ../../templates/checkout/custom-checkout.php:125
2899
  msgid "Issuer"
2900
  msgstr "Banco emissor"
2901
 
2902
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2903
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
2904
  msgid "Installments"
2905
- msgstr "x"
2906
 
2907
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2908
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
2909
  msgid "on the back"
2910
  msgstr "do verso"
2911
 
2912
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2913
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2914
  msgid "on the front"
2915
  msgstr "da frente"
2916
 
2917
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2918
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2919
  msgid "digits"
2920
  msgstr "dígitos"
2921
 
2922
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2923
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2924
  msgid "Card number is required"
2925
  msgstr "Número do cartão é obrigatório"
2926
 
2927
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2928
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2929
  msgid "Card number invalid"
2930
  msgstr "Número do cartão inválido"
2931
 
2932
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
2933
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
2934
  msgid "Holder name is required"
2935
  msgstr "Nome do titular é obrigatório"
2936
 
2937
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2938
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2939
  msgid "Holder name invalid"
2940
  msgstr "Nome do titular inválido"
2941
 
2942
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2943
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2944
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2945
  msgid "Expiration date invalid"
2946
  msgstr "Data de vencimento inválida"
2947
 
2948
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2949
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2950
  msgid "Expiration date incomplete"
2951
  msgstr "Data de vencimento incompleta"
2952
 
2953
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2954
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2955
  msgid "Security code is required"
2956
  msgstr "Código de segurança é obrigatório"
2957
 
2958
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2959
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2960
  msgid "Security code incomplete"
2961
  msgstr "Código de segurança incompleto"
2962
 
@@ -2975,6 +2994,21 @@ msgstr "Atualize a página para tentar novamente."
2975
  msgid "Refresh page"
2976
  msgstr "Atualizar página"
2977
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2978
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
2979
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
2980
  msgid "Now you just need to pay with Pix to finalize your purchase"
623
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
624
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
625
  msgid " installments"
626
+ msgstr "x"
627
 
628
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
629
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
762
  msgid "Mercado pago - Customized Checkout"
763
  msgstr "Mercado Pago - Checkout personalizado"
764
 
765
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
766
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
767
  msgid ""
768
  "By disabling it, you will disable all credit cards payments from Mercado "
769
  "Pago Transparent Checkout."
771
  "Ao desativar, você desabilita todos os meios de pagamento de cartão de "
772
  "crédito no Checkout Transparente Mercado Pago."
773
 
774
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160,
775
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
776
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
777
  msgstr "O Checkout Transparente para cartões de crédito está <b>ativado</b>."
778
 
779
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161,
780
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
781
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
782
  msgstr ""
783
  "O checkout transparente para cartões de crédito está <b>desativado</b>."
784
 
785
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193,
786
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
787
+ msgid "Installments Fees"
788
+ msgstr "Taxas de parcelamento"
789
+
790
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
791
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
792
+ msgid ""
793
+ "Set installment fees and whether they will be charged from the store or from "
794
+ "the buyer."
795
+ msgstr ""
796
+ "Configure as taxas de parcelamento e se elas serão cobradas da loja ou do "
797
+ "comprador."
798
+
799
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195,
800
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
801
+ msgid "Set fees"
802
+ msgstr "Configurar taxas"
803
+
804
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220,
805
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
806
  msgid "Transparent Checkout | Credit card "
807
  msgstr "Checkout Transparente | Cartão de Crédito "
808
 
809
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224,
810
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
811
  msgid ""
812
  "With the Transparent Checkout, you can sell inside your store environment, "
813
  "without redirection and with the security from Mercado Pago."
815
  "Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
816
  "loja, sem redirecionamento, com toda a segurança do Mercado Pago."
817
 
818
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242,
819
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
820
  #, fuzzy
821
  #| msgid "Advanced configuration of the personalized payment experience\""
822
  msgid "Advanced configuration of the personalized payment experience"
827
  msgid "Payments via Mercado Pago account"
828
  msgstr "Pagamentos via conta Mercado Pago"
829
 
830
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257,
831
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
832
  msgid ""
833
  "Your customers pay faster with saved cards, money balance or other available "
834
  "methods in their Mercado Pago accounts."
851
  msgid "Check an example of how it will appear in your store:"
852
  msgstr "Confira um exemplo de como vai aparecer na loja:"
853
 
854
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312,
855
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
856
  msgid "That’s it, payment accepted!"
857
  msgstr "Pronto, aceitamos seu pagamento!"
858
 
859
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314,
860
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
861
  msgid ""
862
  "We are processing your payment. In less than an hour we will send you the "
863
  "result by email."
865
  "Estamos processando seu pagamento. Em menos de uma hora você será notificado "
866
  "por email."
867
 
868
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316,
869
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
870
  msgid ""
871
  "We are processing your payment. In less than 2 days we will send you by "
872
  "email if the payment has been approved or if additional information is "
876
  "notificado por email se o pagamento foi aprovado ou se são necessárias "
877
  "informações adicionais."
878
 
879
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318,
880
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
881
  msgid "Check the card number."
882
  msgstr "Verifique o número do cartão."
883
 
884
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320,
885
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
886
  msgid "Check the expiration date."
887
  msgstr "Verifique a data de expiração."
888
 
889
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322,
890
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
891
  msgid "Check the information provided."
892
  msgstr "Verifique as informações preenchidas."
893
 
894
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324,
895
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
896
  msgid "Check the informed security code."
897
  msgstr "Verifique o código de segurança informado."
898
 
899
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326,
900
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332,
901
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
902
  msgid "Your payment cannot be processed."
903
  msgstr "Não foi possível processar seu pagamento."
904
 
905
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328,
906
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
907
  msgid "You must authorize payments for your orders."
908
  msgstr "Você deve autorizar o pagamento dos seus pedidos."
909
 
910
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330,
911
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
912
  msgid ""
913
  "Contact your card issuer to activate it. The phone is on the back of your "
914
  "card."
916
  "Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do "
917
  "seu cartão."
918
 
919
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
920
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
921
  msgid ""
922
  "You have already made a payment of this amount. If you have to pay again, "
923
  "use another card or other method of payment."
925
  "Você já realizou o pagamento para esse valor. Se precisa pagar novamente, "
926
  "use outro cartão ou outro método de pagamento."
927
 
928
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336,
929
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
930
  msgid ""
931
  "Your payment was declined. Please select another payment method. It is "
932
  "recommended in cash."
934
  "Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se "
935
  "dinheiro."
936
 
937
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338,
938
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
939
  msgid "Your payment does not have sufficient funds."
940
  msgstr "Seu pagamento não possui saldo suficiente."
941
 
942
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340,
943
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
944
  msgid "Payment cannot process the selected fee."
945
  msgstr "Seu pagamento não pode processar o parcelamento selecionado."
946
 
947
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342,
948
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
949
  msgid ""
950
  "You have reached the limit of allowed attempts. Choose another card or other "
951
  "payment method."
953
  "Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou "
954
  "outro método de pagamento."
955
 
956
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344,
957
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346,
958
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189,
959
  #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
960
  msgid "This payment method cannot process your payment."
961
  msgstr "Este método de pagamento não pôde processar o seu pagamento."
962
 
963
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457,
964
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458,
965
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488,
966
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489,
967
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
968
  msgid "A problem was occurred when processing your payment. Please, try again."
969
  msgstr ""
970
  "Ocorreu um problema ao processar seu pagamento. Por favor, tente novamente."
971
 
972
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571,
973
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
974
  msgid "See your order form"
975
  msgstr "Ver o resumo do pedido"
976
 
977
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582,
978
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
979
  msgid "Your payment was declined. You can try again."
980
  msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente."
981
 
982
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
983
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
984
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
985
  msgid "Click to try again"
986
  msgstr "Clique para tentar novamente"
987
 
988
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611,
989
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612,
990
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
991
  msgid ""
992
  "A problem was occurred when processing your payment. Are you sure you have "
993
  "correctly filled all information in the checkout form?"
2818
  msgid "Cancel &amp; Clear Cart"
2819
  msgstr "Cancelar &amp; Limpar carrinho"
2820
 
2821
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2822
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2823
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2824
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2825
  msgid "Apply"
2826
  msgstr "Ativar"
2827
 
2828
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2829
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2830
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2831
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2832
  msgid "Remove"
2833
  msgstr "Remover"
2834
 
2835
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2836
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2837
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2838
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2839
  msgid "Please, inform your coupon code"
2840
  msgstr "Por favor, informe seu cupom de desconto"
2841
 
2842
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2843
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2844
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2845
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2846
  msgid "To choose"
2847
  msgstr "Escolher"
2848
 
2849
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2850
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2851
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2852
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2853
  msgid "Other bank"
2854
  msgstr "Outro banco"
2855
 
2856
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2857
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2858
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2859
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2860
  msgid "You will save"
2861
  msgstr "Você economizará"
2862
 
2863
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2864
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2865
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2866
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2867
  msgid "with discount of"
2868
  msgstr "com desconto de"
2869
 
2870
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2871
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2872
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2873
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2874
  msgid "Total of your purchase:"
2875
  msgstr "Total da compra:"
2876
 
2877
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2878
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2879
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2880
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2881
  msgid "Total of your purchase with discount:"
2882
  msgstr "Total da compra com desconto:"
2883
 
2884
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2885
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2886
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2887
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2888
  msgid "*After payment approval"
2889
  msgstr "*Após a aprovação do pagamento"
2890
 
2891
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
2892
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2893
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2894
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2895
  msgid "Terms and conditions of use"
2896
  msgstr "Termos e condições de uso"
2897
 
 
 
 
 
 
 
2898
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
2899
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
2900
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
2901
+ msgid "No fee"
2902
+ msgstr "Sem juros"
2903
+
2904
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2905
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2906
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2907
  msgid "More options"
2908
  msgstr "Mais opções"
2909
 
2910
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2911
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
2912
  msgid "mm/yy"
2913
  msgstr "mm/aa"
2914
 
2915
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2916
  #: ../../templates/checkout/custom-checkout.php:125,
2917
  #: ../../templates/checkout/custom-checkout.php:125
2918
  msgid "Issuer"
2919
  msgstr "Banco emissor"
2920
 
2921
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2922
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2923
  msgid "Installments"
2924
+ msgstr "Parcelamento"
2925
 
2926
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2927
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2928
  msgid "on the back"
2929
  msgstr "do verso"
2930
 
2931
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2932
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2933
  msgid "on the front"
2934
  msgstr "da frente"
2935
 
2936
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
2937
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
2938
  msgid "digits"
2939
  msgstr "dígitos"
2940
 
2941
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2942
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
2943
  msgid "Card number is required"
2944
  msgstr "Número do cartão é obrigatório"
2945
 
2946
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2947
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2948
  msgid "Card number invalid"
2949
  msgstr "Número do cartão inválido"
2950
 
2951
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2952
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2953
  msgid "Holder name is required"
2954
  msgstr "Nome do titular é obrigatório"
2955
 
2956
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2957
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2958
  msgid "Holder name invalid"
2959
  msgstr "Nome do titular inválido"
2960
 
2961
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2962
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2963
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2964
  msgid "Expiration date invalid"
2965
  msgstr "Data de vencimento inválida"
2966
 
2967
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2968
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2969
  msgid "Expiration date incomplete"
2970
  msgstr "Data de vencimento incompleta"
2971
 
2972
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2973
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2974
  msgid "Security code is required"
2975
  msgstr "Código de segurança é obrigatório"
2976
 
2977
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182,
2978
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
2979
  msgid "Security code incomplete"
2980
  msgstr "Código de segurança incompleto"
2981
 
2994
  msgid "Refresh page"
2995
  msgstr "Atualizar página"
2996
 
2997
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224,
2998
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:224
2999
+ msgid "Cost of installments"
3000
+ msgstr "Custo do parcelamento:"
3001
+
3002
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225,
3003
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
3004
+ msgid "Total with installments"
3005
+ msgstr "Total parcelado:"
3006
+
3007
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226,
3008
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
3009
+ msgid "installments of"
3010
+ msgstr "x de "
3011
+
3012
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
3013
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
3014
  msgid "Now you just need to pay with Pix to finalize your purchase"
i18n/languages/woocommerce-mercadopago.pot CHANGED
@@ -306,7 +306,7 @@ msgstr ""
306
  msgid "24 installments"
307
  msgstr ""
308
 
309
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
310
  msgid "Enable the checkout"
311
  msgstr ""
312
 
@@ -414,19 +414,19 @@ msgstr ""
414
  msgid "Installments without card"
415
  msgstr ""
416
 
417
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
418
  msgid "Up to "
419
  msgstr ""
420
 
421
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
422
  msgid " installments"
423
  msgstr ""
424
 
425
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
426
  msgid "Credit cards"
427
  msgstr ""
428
 
429
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
430
  msgid "Debit cards"
431
  msgstr ""
432
 
@@ -485,11 +485,11 @@ msgstr ""
485
  msgid "Check the example of how it will appear in the store:"
486
  msgstr ""
487
 
488
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
489
  msgid "discount of"
490
  msgstr ""
491
 
492
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
493
  msgid "fee of"
494
  msgstr ""
495
 
@@ -505,131 +505,143 @@ msgstr ""
505
  msgid "Mercado pago - Customized Checkout"
506
  msgstr ""
507
 
508
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151
509
  msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout."
510
  msgstr ""
511
 
512
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
513
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
514
  msgstr ""
515
 
516
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
517
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
518
  msgstr ""
519
 
520
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172
 
 
 
 
 
 
 
 
 
 
 
 
521
  msgid "Transparent Checkout | Credit card "
522
  msgstr ""
523
 
524
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176
525
  msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago."
526
  msgstr ""
527
 
528
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
529
  msgid "Advanced configuration of the personalized payment experience"
530
  msgstr ""
531
 
532
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
533
  msgid "Payments via Mercado Pago account"
534
  msgstr ""
535
 
536
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
537
  msgid "Your customers pay faster with saved cards, money balance or other available methods in their Mercado Pago accounts."
538
  msgstr ""
539
 
540
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
541
  msgid "Payments via Mercado Pago accounts are <b>active</b>."
542
  msgstr ""
543
 
544
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
545
  msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
546
  msgstr ""
547
 
548
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
549
  msgid "Check an example of how it will appear in your store:"
550
  msgstr ""
551
 
552
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
553
  msgid "That’s it, payment accepted!"
554
  msgstr ""
555
 
556
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266
557
  msgid "We are processing your payment. In less than an hour we will send you the result by email."
558
  msgstr ""
559
 
560
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268
561
  msgid "We are processing your payment. In less than 2 days we will send you by email if the payment has been approved or if additional information is needed."
562
  msgstr ""
563
 
564
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270
565
  msgid "Check the card number."
566
  msgstr ""
567
 
568
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
569
  msgid "Check the expiration date."
570
  msgstr ""
571
 
572
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274
573
  msgid "Check the information provided."
574
  msgstr ""
575
 
576
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276
577
  msgid "Check the informed security code."
578
  msgstr ""
579
 
580
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284
581
  msgid "Your payment cannot be processed."
582
  msgstr ""
583
 
584
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280
585
  msgid "You must authorize payments for your orders."
586
  msgstr ""
587
 
588
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282
589
  msgid "Contact your card issuer to activate it. The phone is on the back of your card."
590
  msgstr ""
591
 
592
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286
593
  msgid "You have already made a payment of this amount. If you have to pay again, use another card or other method of payment."
594
  msgstr ""
595
 
596
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288
597
  msgid "Your payment was declined. Please select another payment method. It is recommended in cash."
598
  msgstr ""
599
 
600
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290
601
  msgid "Your payment does not have sufficient funds."
602
  msgstr ""
603
 
604
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292
605
  msgid "Payment cannot process the selected fee."
606
  msgstr ""
607
 
608
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294
609
  msgid "You have reached the limit of allowed attempts. Choose another card or other payment method."
610
  msgstr ""
611
 
612
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
613
  msgid "This payment method cannot process your payment."
614
  msgstr ""
615
 
616
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
617
  msgid "A problem was occurred when processing your payment. Please, try again."
618
  msgstr ""
619
 
620
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
621
  msgid "See your order form"
622
  msgstr ""
623
 
624
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
625
  msgid "Your payment was declined. You can try again."
626
  msgstr ""
627
 
628
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
629
  msgid "Click to try again"
630
  msgstr ""
631
 
632
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
633
  msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?"
634
  msgstr ""
635
 
@@ -1800,126 +1812,138 @@ msgstr ""
1800
  msgid "Cancel &amp; Clear Cart"
1801
  msgstr ""
1802
 
1803
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
1804
  msgid "Apply"
1805
  msgstr ""
1806
 
1807
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
1808
  msgid "Remove"
1809
  msgstr ""
1810
 
1811
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
1812
  msgid "Please, inform your coupon code"
1813
  msgstr ""
1814
 
1815
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
1816
  msgid "To choose"
1817
  msgstr ""
1818
 
1819
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
1820
  msgid "Other bank"
1821
  msgstr ""
1822
 
1823
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
1824
  msgid "You will save"
1825
  msgstr ""
1826
 
1827
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
1828
  msgid "with discount of"
1829
  msgstr ""
1830
 
1831
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
1832
  msgid "Total of your purchase:"
1833
  msgstr ""
1834
 
1835
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
1836
  msgid "Total of your purchase with discount:"
1837
  msgstr ""
1838
 
1839
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
1840
  msgid "*After payment approval"
1841
  msgstr ""
1842
 
1843
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
1844
  msgid "Terms and conditions of use"
1845
  msgstr ""
1846
 
1847
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
1848
  msgid "No fee"
1849
  msgstr ""
1850
 
1851
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
1852
  msgid "More options"
1853
  msgstr ""
1854
 
1855
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
1856
  msgid "mm/yy"
1857
  msgstr ""
1858
 
1859
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, ../../templates/checkout/custom-checkout.php:125, ../../templates/checkout/custom-checkout.php:125, ../../templates/checkout/custom-checkout.php:125
1860
  msgid "Issuer"
1861
  msgstr ""
1862
 
1863
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
1864
  msgid "Installments"
1865
  msgstr ""
1866
 
1867
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
1868
  msgid "on the back"
1869
  msgstr ""
1870
 
1871
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
1872
  msgid "on the front"
1873
  msgstr ""
1874
 
1875
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
1876
  msgid "digits"
1877
  msgstr ""
1878
 
1879
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
1880
  msgid "Card number is required"
1881
  msgstr ""
1882
 
1883
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
1884
  msgid "Card number invalid"
1885
  msgstr ""
1886
 
1887
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
1888
  msgid "Holder name is required"
1889
  msgstr ""
1890
 
1891
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
1892
  msgid "Holder name invalid"
1893
  msgstr ""
1894
 
1895
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
1896
  msgid "Expiration date invalid"
1897
  msgstr ""
1898
 
1899
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
1900
  msgid "Expiration date incomplete"
1901
  msgstr ""
1902
 
1903
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
1904
  msgid "Security code is required"
1905
  msgstr ""
1906
 
1907
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
1908
  msgid "Security code incomplete"
1909
  msgstr ""
1910
 
1911
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
1912
  msgid "Error loading form."
1913
  msgstr ""
1914
 
1915
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
1916
  msgid "Please refresh the page to try again."
1917
  msgstr ""
1918
 
1919
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
1920
  msgid "Refresh page"
1921
  msgstr ""
1922
 
 
 
 
 
 
 
 
 
 
 
 
 
1923
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
1924
  msgid "Now you just need to pay with Pix to finalize your purchase"
1925
  msgstr ""
306
  msgid "24 installments"
307
  msgstr ""
308
 
309
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
310
  msgid "Enable the checkout"
311
  msgstr ""
312
 
414
  msgid "Installments without card"
415
  msgstr ""
416
 
417
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:402, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:402, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:402
418
  msgid "Up to "
419
  msgstr ""
420
 
421
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:402, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:402, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:402
422
  msgid " installments"
423
  msgstr ""
424
 
425
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:401, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:401, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:401
426
  msgid "Credit cards"
427
  msgstr ""
428
 
429
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409
430
  msgid "Debit cards"
431
  msgstr ""
432
 
485
  msgid "Check the example of how it will appear in the store:"
486
  msgstr ""
487
 
488
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:644, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:644, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:644, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:644, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:644, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:644, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
489
  msgid "discount of"
490
  msgstr ""
491
 
492
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
493
  msgid "fee of"
494
  msgstr ""
495
 
505
  msgid "Mercado pago - Customized Checkout"
506
  msgstr ""
507
 
508
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
509
  msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout."
510
  msgstr ""
511
 
512
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:160
513
  msgid "Transparent Checkout for credit cards is <b>enabled</b>."
514
  msgstr ""
515
 
516
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:161
517
  msgid "Transparent checkout for credit cards is <b>disabled</b>."
518
  msgstr ""
519
 
520
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
521
+ msgid "Installments Fees"
522
+ msgstr ""
523
+
524
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
525
+ msgid "Set installment fees and whether they will be charged from the store or from the buyer."
526
+ msgstr ""
527
+
528
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:195
529
+ msgid "Set fees"
530
+ msgstr ""
531
+
532
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:220
533
  msgid "Transparent Checkout | Credit card "
534
  msgstr ""
535
 
536
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:224
537
  msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago."
538
  msgstr ""
539
 
540
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:242
541
  msgid "Advanced configuration of the personalized payment experience"
542
  msgstr ""
543
 
544
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:256, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:256, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:256
545
  msgid "Payments via Mercado Pago account"
546
  msgstr ""
547
 
548
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:257
549
  msgid "Your customers pay faster with saved cards, money balance or other available methods in their Mercado Pago accounts."
550
  msgstr ""
551
 
552
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261
553
  msgid "Payments via Mercado Pago accounts are <b>active</b>."
554
  msgstr ""
555
 
556
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:262, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:262, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:262
557
  msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
558
  msgstr ""
559
 
560
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281
561
  msgid "Check an example of how it will appear in your store:"
562
  msgstr ""
563
 
564
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
565
  msgid "That’s it, payment accepted!"
566
  msgstr ""
567
 
568
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
569
  msgid "We are processing your payment. In less than an hour we will send you the result by email."
570
  msgstr ""
571
 
572
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
573
  msgid "We are processing your payment. In less than 2 days we will send you by email if the payment has been approved or if additional information is needed."
574
  msgstr ""
575
 
576
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
577
  msgid "Check the card number."
578
  msgstr ""
579
 
580
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
581
  msgid "Check the expiration date."
582
  msgstr ""
583
 
584
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
585
  msgid "Check the information provided."
586
  msgstr ""
587
 
588
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
589
  msgid "Check the informed security code."
590
  msgstr ""
591
 
592
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
593
  msgid "Your payment cannot be processed."
594
  msgstr ""
595
 
596
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
597
  msgid "You must authorize payments for your orders."
598
  msgstr ""
599
 
600
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
601
  msgid "Contact your card issuer to activate it. The phone is on the back of your card."
602
  msgstr ""
603
 
604
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334
605
  msgid "You have already made a payment of this amount. If you have to pay again, use another card or other method of payment."
606
  msgstr ""
607
 
608
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:336
609
  msgid "Your payment was declined. Please select another payment method. It is recommended in cash."
610
  msgstr ""
611
 
612
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:338
613
  msgid "Your payment does not have sufficient funds."
614
  msgstr ""
615
 
616
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:340
617
  msgid "Payment cannot process the selected fee."
618
  msgstr ""
619
 
620
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:342
621
  msgid "You have reached the limit of allowed attempts. Choose another card or other payment method."
622
  msgstr ""
623
 
624
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:344, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:346, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189
625
  msgid "This payment method cannot process your payment."
626
  msgstr ""
627
 
628
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:457, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:458, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:488, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:489
629
  msgid "A problem was occurred when processing your payment. Please, try again."
630
  msgstr ""
631
 
632
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:571
633
  msgid "See your order form"
634
  msgstr ""
635
 
636
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582
637
  msgid "Your payment was declined. You can try again."
638
  msgstr ""
639
 
640
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
641
  msgid "Click to try again"
642
  msgstr ""
643
 
644
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:612
645
  msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?"
646
  msgstr ""
647
 
1812
  msgid "Cancel &amp; Clear Cart"
1813
  msgstr ""
1814
 
1815
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
1816
  msgid "Apply"
1817
  msgstr ""
1818
 
1819
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
1820
  msgid "Remove"
1821
  msgstr ""
1822
 
1823
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
1824
  msgid "Please, inform your coupon code"
1825
  msgstr ""
1826
 
1827
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
1828
  msgid "To choose"
1829
  msgstr ""
1830
 
1831
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
1832
  msgid "Other bank"
1833
  msgstr ""
1834
 
1835
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
1836
  msgid "You will save"
1837
  msgstr ""
1838
 
1839
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
1840
  msgid "with discount of"
1841
  msgstr ""
1842
 
1843
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
1844
  msgid "Total of your purchase:"
1845
  msgstr ""
1846
 
1847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
1848
  msgid "Total of your purchase with discount:"
1849
  msgstr ""
1850
 
1851
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
1852
  msgid "*After payment approval"
1853
  msgstr ""
1854
 
1855
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
1856
  msgid "Terms and conditions of use"
1857
  msgstr ""
1858
 
1859
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
1860
  msgid "No fee"
1861
  msgstr ""
1862
 
1863
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
1864
  msgid "More options"
1865
  msgstr ""
1866
 
1867
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155
1868
  msgid "mm/yy"
1869
  msgstr ""
1870
 
1871
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, ../../templates/checkout/custom-checkout.php:125, ../../templates/checkout/custom-checkout.php:125, ../../templates/checkout/custom-checkout.php:125
1872
  msgid "Issuer"
1873
  msgstr ""
1874
 
1875
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
1876
  msgid "Installments"
1877
  msgstr ""
1878
 
1879
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
1880
  msgid "on the back"
1881
  msgstr ""
1882
 
1883
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
1884
  msgid "on the front"
1885
  msgstr ""
1886
 
1887
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
1888
  msgid "digits"
1889
  msgstr ""
1890
 
1891
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
1892
  msgid "Card number is required"
1893
  msgstr ""
1894
 
1895
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
1896
  msgid "Card number invalid"
1897
  msgstr ""
1898
 
1899
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
1900
  msgid "Holder name is required"
1901
  msgstr ""
1902
 
1903
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
1904
  msgid "Holder name invalid"
1905
  msgstr ""
1906
 
1907
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
1908
  msgid "Expiration date invalid"
1909
  msgstr ""
1910
 
1911
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
1912
  msgid "Expiration date incomplete"
1913
  msgstr ""
1914
 
1915
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
1916
  msgid "Security code is required"
1917
  msgstr ""
1918
 
1919
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
1920
  msgid "Security code incomplete"
1921
  msgstr ""
1922
 
1923
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
1924
  msgid "Error loading form."
1925
  msgstr ""
1926
 
1927
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
1928
  msgid "Please refresh the page to try again."
1929
  msgstr ""
1930
 
1931
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
1932
  msgid "Refresh page"
1933
  msgstr ""
1934
 
1935
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:225
1936
+ msgid "Cost of installments"
1937
+ msgstr ""
1938
+
1939
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:226
1940
+ msgid "Total with installments"
1941
+ msgstr ""
1942
+
1943
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:227, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:227, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:227
1944
+ msgid "installments of"
1945
+ msgstr ""
1946
+
1947
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
1948
  msgid "Now you just need to pay with Pix to finalize your purchase"
1949
  msgstr ""
includes/module/config/class-wc-woomercadopago-constants.php CHANGED
@@ -21,7 +21,7 @@ class WC_WooMercadoPago_Constants {
21
  const PRODUCT_ID_DESKTOP = 'BT7OF5FEOO6G01NJK3QG';
22
  const PRODUCT_ID_MOBILE = 'BT7OFH09QS3001K5A0H0';
23
  const PLATAFORM_ID = 'bo2hnr2ic4p001kbgpt0';
24
- const VERSION = '6.2.0';
25
  const MIN_PHP = 5.6;
26
  const API_MP_BASE_URL = 'https://api.mercadopago.com';
27
  const DATE_EXPIRATION = 3;
21
  const PRODUCT_ID_DESKTOP = 'BT7OF5FEOO6G01NJK3QG';
22
  const PRODUCT_ID_MOBILE = 'BT7OFH09QS3001K5A0H0';
23
  const PLATAFORM_ID = 'bo2hnr2ic4p001kbgpt0';
24
+ const VERSION = '6.3.0';
25
  const MIN_PHP = 5.6;
26
  const API_MP_BASE_URL = 'https://api.mercadopago.com';
27
  const DATE_EXPIRATION = 3;
includes/module/preference/class-wc-woomercadopago-preference-abstract.php CHANGED
@@ -607,9 +607,9 @@ abstract class WC_WooMercadoPago_Preference_Abstract extends WC_Payment_Gateway
607
  'pix_settings' => $analytics->get_pix_settings(),
608
  'seller_website' => get_option('siteurl'),
609
  'billing_address' => array(
610
- 'zip_code' => html_entity_decode( is_object($this->order) &&
611
- method_exists( $this->order, 'get_billing_postcode' ) ?
612
- $this->order->get_billing_postcode() : $this->order->billing_postcode ),
613
  'street_name' => html_entity_decode(
614
  method_exists( $this->order, 'get_billing_address_1' ) ?
615
  $this->order->get_billing_address_1() : $this->order->billing_address_1
607
  'pix_settings' => $analytics->get_pix_settings(),
608
  'seller_website' => get_option('siteurl'),
609
  'billing_address' => array(
610
+ 'zip_code' => html_entity_decode(str_replace('-', '', ( is_object($this->order) &&
611
+ method_exists( $this->order, 'get_billing_postcode' ) ?
612
+ $this->order->get_billing_postcode() : $this->order->billing_postcode ))),
613
  'street_name' => html_entity_decode(
614
  method_exists( $this->order, 'get_billing_address_1' ) ?
615
  $this->order->get_billing_address_1() : $this->order->billing_address_1
includes/payments/class-wc-woomercadopago-custom-gateway.php CHANGED
@@ -94,6 +94,8 @@ class WC_WooMercadoPago_Custom_Gateway extends WC_WooMercadoPago_Payment_Abstrac
94
  if ( ! empty( $this->checkout_country ) && ! empty( $this->get_access_token() ) && ! empty( $this->get_public_key() ) ) {
95
  $form_fields['checkout_custom_header'] = $this->field_checkout_custom_header();
96
  $form_fields['binary_mode'] = $this->field_binary_mode();
 
 
97
  $form_fields['checkout_custom_payments_advanced_title'] = $this->field_checkout_custom_payments_advanced_title();
98
  $form_fields['coupon_mode'] = $this->field_coupon_mode();
99
  $form_fields['wallet_button'] = $this->field_checkout_custom_wallet_button_title();
@@ -127,6 +129,9 @@ class WC_WooMercadoPago_Custom_Gateway extends WC_WooMercadoPago_Payment_Abstrac
127
  'checkout_payments_subtitle',
128
  'enabled',
129
  'title',
 
 
 
130
  WC_WooMercadoPago_Helpers_CurrencyConverter::CONFIG_KEY,
131
  'checkout_custom_wallet_button_toggle',
132
  'wallet_button',
@@ -158,6 +163,49 @@ class WC_WooMercadoPago_Custom_Gateway extends WC_WooMercadoPago_Payment_Abstrac
158
  );
159
  }
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  /**
162
  * Field checkout custom header
163
  *
@@ -479,6 +527,18 @@ class WC_WooMercadoPago_Custom_Gateway extends WC_WooMercadoPago_Payment_Abstrac
479
  ) {
480
  $response = $this->create_preference( $order, $custom_checkout );
481
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  if ( ! is_array( $response ) ) {
483
  return array(
484
  'result' => 'fail',
94
  if ( ! empty( $this->checkout_country ) && ! empty( $this->get_access_token() ) && ! empty( $this->get_public_key() ) ) {
95
  $form_fields['checkout_custom_header'] = $this->field_checkout_custom_header();
96
  $form_fields['binary_mode'] = $this->field_binary_mode();
97
+ $form_fields['field_checkout_about_fees'] = $this->field_checkout_about_fees();
98
+ $form_fields['field_checkout_custom_card_info_fees'] = $this->field_checkout_custom_card_info_fees();
99
  $form_fields['checkout_custom_payments_advanced_title'] = $this->field_checkout_custom_payments_advanced_title();
100
  $form_fields['coupon_mode'] = $this->field_coupon_mode();
101
  $form_fields['wallet_button'] = $this->field_checkout_custom_wallet_button_title();
129
  'checkout_payments_subtitle',
130
  'enabled',
131
  'title',
132
+ // About card info pcj and fees.
133
+ 'field_checkout_about_fees',
134
+ 'field_checkout_custom_card_info_fees',
135
  WC_WooMercadoPago_Helpers_CurrencyConverter::CONFIG_KEY,
136
  'checkout_custom_wallet_button_toggle',
137
  'wallet_button',
163
  );
164
  }
165
 
166
+ /**
167
+ * Field checkout about fees
168
+ *
169
+ * @return array
170
+ */
171
+ public function field_checkout_about_fees() {
172
+ $link_content = wc_get_template_html(
173
+ 'checkout/credential/generic-alert.php',
174
+ array(),
175
+ 'woo/mercado/pago/generic-alert/',
176
+ WC_WooMercadoPago_Module::get_templates_path()
177
+ );
178
+
179
+ return array(
180
+ 'title' => $link_content,
181
+ 'type' => 'title',
182
+ );
183
+ }
184
+
185
+ /**
186
+ * Field checkout card info
187
+ *
188
+ * @return array
189
+ */
190
+ public function field_checkout_custom_card_info_fees() {
191
+ $links = WC_WooMercadoPago_Helper_Links::woomercadopago_settings_links();
192
+ $value = array(
193
+ 'title' => __('Installments Fees', 'woocommerce-mercadopago'),
194
+ 'subtitle' => __('Set installment fees and whether they will be charged from the store or from the buyer.', 'woocommerce-mercadopago'),
195
+ 'button_text' => __('Set fees', 'woocommerce-mercadopago'),
196
+ 'button_url' => $links['link_costs'],
197
+ 'icon' => 'mp-icon-badge-info',
198
+ 'color_card' => 'mp-alert-color-sucess',
199
+ 'size_card' => 'mp-card-body-size',
200
+ 'target' => '_blank',
201
+ );
202
+
203
+ return array(
204
+ 'type' => 'mp_card_info',
205
+ 'value' => $value,
206
+ );
207
+ }
208
+
209
  /**
210
  * Field checkout custom header
211
  *
527
  ) {
528
  $response = $this->create_preference( $order, $custom_checkout );
529
 
530
+ $installments = (float) $response['installments'];
531
+ $installment_amount = (float) $response['transaction_details']['installment_amount'];
532
+ $transaction_amount = (float) $response['transaction_amount'];
533
+ $total_paid_amount = (float) $response['transaction_details']['total_paid_amount'];
534
+
535
+ $order->add_meta_data('mp_installments', $installments);
536
+ $order->add_meta_data('mp_transaction_details', $installment_amount);
537
+ $order->add_meta_data('mp_transaction_amount', $transaction_amount);
538
+ $order->add_meta_data('mp_total_paid_amount', $total_paid_amount);
539
+
540
+ $order->save();
541
+
542
  if ( ! is_array( $response ) ) {
543
  return array(
544
  'result' => 'fail',
includes/payments/class-wc-woomercadopago-pix-gateway.php CHANGED
@@ -323,7 +323,7 @@ class WC_WooMercadoPago_Pix_Gateway extends WC_WooMercadoPago_Payment_Abstract {
323
  */
324
  public function field_checkout_about_pix() {
325
  $link_content = wc_get_template_html(
326
- 'checkout/credential/about-pix.php',
327
  array(
328
  'title' => __( 'Want to learn how Pix works?', 'woocommerce-mercadopago' ),
329
  'subtitle' => __( 'We have created a page to explain how this new payment method works and its advantages.', 'woocommerce-mercadopago' ),
323
  */
324
  public function field_checkout_about_pix() {
325
  $link_content = wc_get_template_html(
326
+ 'checkout/credential/generic-alert.php',
327
  array(
328
  'title' => __( 'Want to learn how Pix works?', 'woocommerce-mercadopago' ),
329
  'subtitle' => __( 'We have created a page to explain how this new payment method works and its advantages.', 'woocommerce-mercadopago' ),
includes/payments/hooks/class-wc-woomercadopago-hook-custom.php CHANGED
@@ -27,7 +27,7 @@ class WC_WooMercadoPago_Hook_Custom extends WC_WooMercadoPago_Hook_Abstract {
27
  if ( ! empty( $this->payment->settings['enabled'] ) && 'yes' === $this->payment->settings['enabled'] ) {
28
  add_action( 'wp_enqueue_scripts', array( $this, 'add_checkout_scripts_custom' ) );
29
  add_action( 'woocommerce_after_checkout_form', array( $this, 'add_mp_settings_script_custom' ) );
30
- add_action( 'woocommerce_thankyou', array( $this, 'update_mp_settings_script_custom' ) );
31
  add_action( 'woocommerce_review_order_before_payment', array( $this, 'add_init_cardform_checkout'));
32
  }
33
 
@@ -209,7 +209,39 @@ class WC_WooMercadoPago_Hook_Custom extends WC_WooMercadoPago_Hook_Abstract {
209
  public function update_mp_settings_script_custom( $order_id ) {
210
  // @todo transform js return
211
  // @codingStandardsIgnoreLine
212
- echo parent::update_mp_settings_script( $order_id );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  }
214
 
215
  /**
27
  if ( ! empty( $this->payment->settings['enabled'] ) && 'yes' === $this->payment->settings['enabled'] ) {
28
  add_action( 'wp_enqueue_scripts', array( $this, 'add_checkout_scripts_custom' ) );
29
  add_action( 'woocommerce_after_checkout_form', array( $this, 'add_mp_settings_script_custom' ) );
30
+ add_action( 'woocommerce_thankyou_' . $this->payment->id, array( $this, 'update_mp_settings_script_custom' ) );
31
  add_action( 'woocommerce_review_order_before_payment', array( $this, 'add_init_cardform_checkout'));
32
  }
33
 
209
  public function update_mp_settings_script_custom( $order_id ) {
210
  // @todo transform js return
211
  // @codingStandardsIgnoreLine
212
+ parent::update_mp_settings_script( $order_id );
213
+
214
+ $order = wc_get_order( $order_id );
215
+ $order->get_meta_data();
216
+ $installments = $order->get_meta('mp_installments');
217
+ $installment_amount = $order->get_meta('mp_transaction_details');
218
+ $transaction_amount = $order->get_meta('mp_transaction_amount');
219
+ $total_paid_amount = $order->get_meta('mp_total_paid_amount');
220
+ $currency_symbol = WC_WooMercadoPago_Configs::get_country_configs();
221
+ $total_diff_cost = (float) $total_paid_amount - (float) $transaction_amount;
222
+
223
+ $parameters_custom = array(
224
+ 'title_installment_cost' => __( 'Cost of installments', 'woocommerce-mercadopago' ),
225
+ 'title_installment_total' => __( 'Total with installments', 'woocommerce-mercadopago' ),
226
+ 'text_installments' => __( 'installments of', 'woocommerce-mercadopago' ),
227
+ 'currency' => $currency_symbol[ strtolower(get_option( '_site_id_v1' )) ]['currency_symbol'],
228
+ 'total_paid_amount' => number_format( floatval($total_paid_amount), 2, ',', '.' ),
229
+ 'transaction_amount' => number_format( floatval($transaction_amount), 2, ',', '.' ),
230
+ 'total_diff_cost' => number_format( floatval($total_diff_cost), 2, ',', '.' ),
231
+ 'installment_amount' => number_format( floatval($installment_amount), 2, ',', '.' ),
232
+ 'installments' => number_format( floatval($installments) ),
233
+ );
234
+
235
+ if ( $total_diff_cost > 0 ) {
236
+ add_action( 'woocommerce_order_details_after_order_table', array( $this, 'update_mp_settings_script_custom'));
237
+ wc_get_template(
238
+ 'order-received/show-custom.php',
239
+ $parameters_custom,
240
+ 'woo/mercado/pago/module/',
241
+ WC_WooMercadoPago_Module::get_templates_path()
242
+ );
243
+ }
244
+
245
  }
246
 
247
  /**
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: ecommerce, mercadopago, woocommerce
4
  Requires at least: 4.9.10
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 6.2.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -135,7 +135,16 @@ Set up both the plugin and the checkouts you want to activate on your payment av
135
  Check out our <a href="https://www.mercadopago.com.br/developers/pt/plugins_sdks/plugins/official/woo-commerce/">official documentation</a> for more information on the specific fields to configure.
136
 
137
  == Changelog ==
138
- = v6.2.0 (05/09/2022) =
 
 
 
 
 
 
 
 
 
139
  * Features
140
  - Added Mercado Credits tooltip
141
  - Added loader on custom checkout to avoid timeout, handle and show errors on screen
4
  Requires at least: 4.9.10
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 6.3.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
135
  Check out our <a href="https://www.mercadopago.com.br/developers/pt/plugins_sdks/plugins/official/woo-commerce/">official documentation</a> for more information on the specific fields to configure.
136
 
137
  == Changelog ==
138
+ = v6.3.0 (27/09/2022) =
139
+ * Features
140
+ - Added interest information on the order confirmation screen for payments with custom checkout
141
+
142
+ * Bug fixes
143
+ - Fixed timeout and error display in custom checkout
144
+ - Removed hyphen from zip code to display correct address for payments with ticket checkout
145
+ - Alignment of expiration and security code fields in custom checkout
146
+
147
+ = v6.2.0 (13/09/2022) =
148
  * Features
149
  - Added Mercado Credits tooltip
150
  - Added loader on custom checkout to avoid timeout, handle and show errors on screen
templates/checkout/credential/{about-pix.php → generic-alert.php} RENAMED
File without changes
templates/order-received/show-custom.php ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Part of Woo Mercado Pago Module
5
+ * Author - Mercado Pago
6
+ * Developer
7
+ * Copyright - Copyright(c) MercadoPago [https://www.mercadopago.com]
8
+ * License - https://www.gnu.org/licenses/gpl.html GPL version 2 or higher
9
+ *
10
+ * @package MercadoPago
11
+ */
12
+
13
+ if ( ! defined( 'ABSPATH' ) ) {
14
+ exit;
15
+ }
16
+ ?>
17
+ <div>
18
+ <table style="margin-top:-24px;margin-bottom:60px;">
19
+ <tfoot>
20
+ <tr>
21
+ <th><?php echo esc_html($title_installment_cost); ?></th>
22
+ <td class="order_details"><?php echo esc_html($currency); ?> <?php echo esc_html($total_diff_cost); ?></td>
23
+ </tr>
24
+ <tr>
25
+ <th style="width:454.96px "><?php echo esc_html($title_installment_total); ?></th>
26
+ <td class="order_details"><?php echo esc_html($currency); ?> <?php echo esc_html($total_paid_amount); ?> (<?php echo esc_html($installments); ?> <?php echo esc_html($text_installments); ?> <?php echo esc_html($currency); ?> <?php echo esc_html($installment_amount); ?>)</td>
27
+ </tr>
28
+ </tfoot>
29
+ </table>
30
+ </div>
woocommerce-mercadopago.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Mercado Pago payments for WooCommerce
4
  * Plugin URI: https://github.com/mercadopago/cart-woocommerce
5
  * Description: Configure the payment options and accept payments with cards, ticket and money of Mercado Pago account.
6
- * Version: 6.2.0
7
  * Author: Mercado Pago
8
  * Author URI: https://developers.mercadopago.com/
9
  * Text Domain: woocommerce-mercadopago
3
  * Plugin Name: Mercado Pago payments for WooCommerce
4
  * Plugin URI: https://github.com/mercadopago/cart-woocommerce
5
  * Description: Configure the payment options and accept payments with cards, ticket and money of Mercado Pago account.
6
+ * Version: 6.3.0
7
  * Author: Mercado Pago
8
  * Author URI: https://developers.mercadopago.com/
9
  * Text Domain: woocommerce-mercadopago