Child pages
  • Descubriendo el Área de Administración

Versions Compared

Key

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

...

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.
  • ExportAñadir nuevo. Crea un nuevo elemento en el contexto actual.
  • Exportar. 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 QueryImportar. Redirecciona el navegador a la página de opciones de importación CSV, desde donde puede importar los archivos CSV.
  • Actualizar lista. Recarga la lista de elementos para mostrar los cambios más recientes.
  • Mostrar consulta SQL. 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).

...