> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/panel-de-control/modulos/e-commerce.md).

# E-commerce

Para activar y configurar el modulo E-commerce debe ir al [Panel de control](https://panel.encom.com.py/dashboard) > [Módulos](https://panel.encom.com.py/modules).

## Configuración

Active el switch en el bloque E-commerce luego presione en el título para abrir la ventana de configuración

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-M7DmVLXKPPcj0RSSyBj%2F-M7Do_-0pAkwl-k_DU0u%2Fimage.png?alt=media\&token=93e1bee1-e288-49ec-81e2-a2803f50a624)

#### Entregas

Le permite seleccionar el modo por el cual sus clientes pueden recibir su producto / servicio.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-M7DmVLXKPPcj0RSSyBj%2F-M7DotCxnXNuzeyYOPM7%2Fimage.png?alt=media\&token=e69e6218-ea56-4bb6-a0a7-2fdb64281b12)

#### Métodos de pago

Medios de pago con los cuales sus clientes pueden pagar\\

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-M7DmVLXKPPcj0RSSyBj%2F-M7Dp6qMGWBoF2qh99MH%2Fimage.png?alt=media\&token=556d100e-3de8-4c57-a6e2-bd95457d1df1)

#### Sucursal asociada

La sucursal conectada a su sitio, todo lo relacionado a esta sucursal estará conectado directamente a su e-commerce, inventario, reportes, etc.

#### Usuario asociado

El usuario al cual estarán asociadas las ventas. Por ej. puede crear un usuario llamado Ecommerce

#### Orden mínima

El monto mínimo permitido para realizar una compra online

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-M7DmVLXKPPcj0RSSyBj%2F-M7DqF3-YGkbpUlTvbpo%2Fimage.png?alt=media\&token=6d2f3e0d-d364-4578-aefc-0fa8ea1b7642)

#### Descripción del sitio

Una descripción breve de su negocio

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-M7DmVLXKPPcj0RSSyBj%2F-M7DrJKrV9EYuyFqvUx-%2Fimage.png?alt=media\&token=270d1242-33a2-473e-9a0b-cb829ed1cede)

#### Google Analytics

[Google Analytics](https://analytics.google.com/analytics/web/) es una excelente herramienta gratuita que sirve para obtener información sobre las personas que visitan su sitio, comportamiento, frecuencia de visitas y mucho más.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-M7DmVLXKPPcj0RSSyBj%2F-M7DsSX9qNB7cEp21Rzl%2Fimage.png?alt=media\&token=d0c5c347-2e23-40db-81c7-1e22c53e30b9)

#### Envíos

Puede crear distintos costos de envío definidos por la distancia en Km. El sitio automáticamente detecta la distancia correspondiente a la ubicación del cliente y aplica el valor de envío al total de la orden.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-M7DmVLXKPPcj0RSSyBj%2F-M7Dt3KQnEYoAFAdOA__%2Fimage.png?alt=media\&token=a7179490-16ad-4538-ac93-f82a4052c652)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://encom-1.gitbook.io/encom-docs/panel-de-control/modulos/e-commerce.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
