Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vtex): improve vtex documentation #524

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/ecommerce/vtex/__assets__/gateway-woovi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/ecommerce/vtex/__assets__/woovi-connector-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 24 additions & 6 deletions docs/ecommerce/vtex/vtex-integrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ id: vtex-integrating
title: Integrando VTEX na OpenPix
sidebar_position: 0
tags:
- ecommerce
- vtex
- ecommerce
- vtex
---

:::caution Atenção
Expand Down Expand Up @@ -40,14 +40,32 @@ Nesta aba clique no botão `+`.

![vtex-add-new-gateway](./__assets__/add-new-gateway.png)

### 3.2 Selecione o conector `Woovi`
### 3.2 Selecione o gateway `WooviConnector`

![vtex-woovi-gateway](./__assets__/gateway-woovi.png)

### 4. Configure o connector
### 4. Configure o gateway

Cole o App ID que você já havia copiado, e clique em Salvar
Cole seu `Application Key`, `Application Token` e o `App ID` que você já havia copiado, e clique em `Salvar`.

![vtex-woovi-gateway](./__assets__/woovi-connector-detail.png)

Agora basta você configurar sua `Condição de pagamento` no ADMIN do seu ecommerce VTEX, e pronto.
Caso você não tenha o `Application Key` e `Application Token`, você pode seguir a [documentação](https://help.vtex.com/pt/tutorial/chaves-de-aplicacao--2iffYzlvvz4BDMr6WGUtet) oficial da VTEX para fazer a geração.

### 5. Adicionando `Condição de pagamento` da Woovi

Logo depois de adicionar a nova afiliação de gateway, vá na aba `Condições de pagamentos` e clique em `+`.

![vtex-add-new-payment-condition](./__assets__/add-new-payment-condition.png)

### 5.1 Selecione a condição de pagamento `Woovi`

![vtex-woovi-payment-condition](./__assets__/payment-condition-woovi.png)

### 5.2 Configure a condição de pagamento

Selecione o gateway da Woovi que você acabou de criar, logo em seguida clique em `Salvar`.

![woovi-payment-condition-detail](./__assets__/woovi-payment-condition-detail.png)

Pronto, agora o método de pagamento da Woovi já aparecerá no seu checkout.