Child pages
  • Descubriendo el Área de Administración

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Los botones disponibles varían mucho dependiendo del contexto en el que se encuentre, y por lo tanto dos páginas diferentes podrían no contar con contener el mismo conjunto de botones. Sin embargo, hay algunos botones que visualizará frecuentemente:

  • Añadir nuevo. Abre la página de creación en el contexto actual: nuevo producto, nueva categoría de producto, nuevo pedido, etc.
  • Módulos y servicios recomendados. Abre una ventana emergente que contiene los módulos disponibles para el contexto actual.
  • AyudaAbre la documentación en línea para la página actual – o la "ayuda contextual".

The "Recommended modules" button presents you the modules which apply to the current context. For instance, in the "Shipping > Carriers" page, it will display the modules from the "Shipping & Logistics" category of modules. This is very helpful when you need to quickly find which module to install and configure in order to get a given result.

Many of the back office forms are validated with buttons at the bottom of the screen:

  • Save. Saves the content of the current page and returns to the list of existing items.
  • Save and stay. Saves the content of the current page and keep the page open.
  • Cancel. Returns to the list of existing items.

Data tables (lists of products, of categories, of customers, etc.) have their own set of buttons to manage the listed itemsEl botón "Módulos recomendados" presenta los módulos que se aplican al contexto actual. Por ejemplo, la página "Transporte > Transportistas", mostrará los módulos disponibles en la categoría de módulos "Envíos y Logística". Esto es muy útil cuando necesite encontrar rápidamente qué módulo instalar y configurar para obtener un resultado determinado.

Muchos de los formularios del back-office son validados con botones situados en la parte inferior de la pantalla:

  • Guardar. Guarda el contenido de la página actual y retorna al listado de artículos existentes.
  • Guardar y permanecer. Guarda el contenido de la página actual y mantiene la página abierta.
  • Cancelar. Retorna al listado de artículos existentes.

Las tablas de datos (listados de productos, de categorías, de clientes, etc.) tienen su propio conjunto de botones para gestionar los elementos de la lista:

 

  • Add new. Creates a new item in the current context.
  • Export. Downloads a CSV file of all the items.
  • Import. Sends you to the CSV Import option page, from where you can import your CSV files.
  • Refresh List. Reloads the list of items to display the latest changes.
  • Show SQL Query. Provides the SQL query to reproduce your search or filter in your own SQL manager.
  • Export to SQL Manager. Opens PrestaShop's SQL Manager tool (in the "Advanced Parameters") menu, from which you can query PrestaShop's database with SQL statements ("SELECT ... FROM ... WHERE ...").
    If your list of items was filtered (by name, for instance), then the default SQL statement will take this into account (for instance, "WHERE 1  AND b.`name` LIKE '%blouse%'" for product list).

...