You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/10-widget/10-widget.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ El widget de Aplazame te permite mostrar una simulación de las cuotas de una fi
14
14
## Carga de aplazame.js
15
15
16
16
:::info
17
-
Debes incluir <strong>aplazame.js</strong> en las páginas donde deba aparecer el widget. Consulta todas las <ahref="../sdk-javascript/#integracion">opciones de integración</a>.
17
+
Debes incluir <strong>aplazame.js</strong> en las páginas donde deba aparecer el widget. Consulta todas las <ahref="../sdk-javascript/#integration">opciones de integración</a>.
|data-price | [css selector](https://developer.mozilla.org/en/docs/Web/Guide/CSS/Getting_started/Selectors) | <tid="docs.yes">Sí</t> | Selector CSS que indique el elemento que contiene el precio final. Se actualiza en vivo si hay cambios en el precio. Si se usa conjuntamente con `data-amount`, se mostrará el valor de este último y de data-price si el precio cambia.
53
-
|data-amount | decimal | <tid="docs.yes">Sí</t> | Cantidad a financiar **en céntimos**. Este campo se puede omitir si se usa [`data-price`](#precio-variable).
53
+
|data-amount | decimal | <tid="docs.yes">Sí</t> | Cantidad a financiar **en céntimos**. Este campo se puede omitir si se usa [`data-price`](../../widget#precio-variable).
54
54
|data-type | enum | No | El diseño del widget cambiará en función del valor seleccionado. Los posibles valores son: `product`, `cart`. Por omisión se usará: `product`.
55
55
|data-option-legal-advice | boolean | No | Indica si debe mostrarse el texto legal justo después del widget. El valor por omisión es `false`.
56
56
|data-option-primary-color | [css color](https://developer.mozilla.org/es/docs/Web/CSS/color_value) | No | Establece el color del fondo del botón y del borde.
|data-option-slider | boolean | Sí | Muestra o esconde el slider para deslizar con el ratón la cantidad de cuotas deseadas.
50
-
|data-amount | decimal | <tid="docs.yes">Sí</t> | Cantidad a financiar **en céntimos**. Este campo se puede omitir si se usa [`data-price`](#precio-variable).
50
+
|data-amount | decimal | <tid="docs.yes">Sí</t> | Cantidad a financiar **en céntimos**. Este campo se puede omitir si se usa [`data-price`](../../widget#precio-variable).
51
51
|data-option-legal-advice | boolean | No | Indica si debe mostrarse el texto legal justo después del widget. El valor por omisión es `false`.
52
52
|data-option-default-instalments | decimal | No | Permite configurar el número de cuotas seleccionadas que mostrará el widget por defecto.
53
53
|data-option-align | enum | No | Indica la alineación del widget. Se puede alinear a la izquierda `left` o a la derecha `right`. El valor por omisión es `center`.
Copy file name to clipboardExpand all lines: docs/plugins/6-vtex/6-vtex.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Application Token: <aquí debes copiar tu clave API pública>
32
32
Disponemos de una [app para integrar nuestro widget en VTEX](https://github.com/aplazame/vtex-widget-app).
33
33
34
34
### Instalación
35
-
-[Instala](https://vtex.io/docs/recipes/development/installing-an-app/) la app `aplazame.aplazame-widget` en la cuenta VTEX con la que tengas tu tienda.
35
+
-[Instala](https://developers.vtex.com/docs/guides/vtex-io-documentation-installing-an-app) la app `aplazame.aplazame-widget` en la cuenta VTEX con la que tengas tu tienda.
36
36
- Añádela como dependencia en el `manifest.json` del tema de tu tienda.
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/api/10-widget/10-widget.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ import Tabs from '@theme/Tabs';
7
7
importTabItemfrom'@theme/TabItem';
8
8
9
9
# Widget integration
10
-
The Aplazame widget allows you to show a simulation of the financing instalments next to the price of your products. You can choose between [basic integration](installment-payment#integración-básica) that you control from your Aplazame control panel and [advanced integration](installment-payment#integración-avanzada) if you want maximum flexibility.
10
+
The Aplazame widget allows you to show a simulation of the financing instalments next to the price of your products. You can choose between [basic integration](installment-payment#basic-integration) that you control from your Aplazame control panel and [advanced integration](installment-payment#advanced-integration) if you want maximum flexibility.
11
11
12
12
## Loading aplazame.js
13
13
14
14
:::info
15
-
You must include **aplazame.js** on the pages where the widget should appear. Check all the [integration options](../sdk-javascript/#integracion).
15
+
You must include **aplazame.js** on the pages where the widget should appear. Check all the [integration options](../sdk-javascript/#integration).
0 commit comments