Search

Help

Page 5 of 32. Showing 316 results (0.032 seconds)

  1. Funktionen der Standardmodule

    Dieses Kapitel beschäftigt sich mit den Konfigurationsprozess von allen Standardmodulen in PrestaShop 1.6. Es gibt mehr als 130 native Module, aufgeteilt unter … Version des Moduls (entweder im PrestaShop-Repository oder auf dem Addons Marktplatz) verfügbar ist, und wenn ja, wird das Modul aktualisiert. Hooks verwalten
    PrestaShop 1.6Mar 17, 2016
  2. PrestaShop-Developer-Guide.pdf

    with PrestaShop's blockuserinfo module: Any PrestaShop module, once installed on an online shop, can interact with one or more "hooks". Hooks enable you to "hook" your … ...). Specifically, a hook is a shortcut to the various methods available from the Module object, as assigned to that hook. A list of PrestaShop hooks Here's a recap
    PrestaShop 1.4 / … / _PDFfilesOct 12, 2011
  3. Front office Positions

    in the "Positions" page, under the "Modules" menu. In effect, this enables you to attach a module to one of the many available hooks in the current theme, without writing any code. The "Positions" page displays all the available hooks, and their attached modules. Many are empty by default, but some of the most useful ones have
    PrestaShop 1.6Mar 16, 2015
  4. Positions

    the tool available in the "Positions" page, under the "Design" menu. In effect, this enables you to attach a module to one of the many available hooks in the current theme, without writing any code. The "Positions" page displays all the available hooks and their attached modules. Many are empty by default, but some
    PrestaShop 1.7Dec 20, 2016
  5. Posiciones de los módulos en el front-office

    de los muchos hooks disponibles en el tema actual, sin necesidad de escribir ningún código. La página "Posiciones de los módulos" te muestra todos los hooks … una docena de módulos. posiciones-001-hooks.png En la parte superior de la página, un menú desplegable te permite mostrar sólo el hook en el que estás interesado
    PrestaShop 1.7May 15, 2017
  6. Creating a first module

    for a PrestaShop 1.6 module: File/folder name Description Details name_of_the_module.php Main file. The main PHP file should have the same name as the module's root folder … /hook Sub-folder for template files used by the module's hooks. /views/css Sub-folder for CSS files used. If the module needs to work with PrestaShop 1.4, the CSS
    PrestaShop 1.6Jul 05, 2017
  7. Creating a first module-

    and folders for a PrestaShop 1.6 module: File/folder name Description Details name_of_the_module.php Main file. The main PHP file should have the same name … controllers. /views/templates/hook Sub-folder for template files used by the module's hooks. /views/css Sub-folder for CSS files used. If the module needs to work
    PrestaShop 1.6Jul 01, 2016
  8. Positionen

    "Positionen" unter dem Menüpunkt "Module" durchführen. Dies ermöglicht Ihnen, ein Modul an einem bestimmten Hook im aktuellen Template zu befestigen, ohne Code schreiben. Die "Positionen" Seite zeigt alle verfügbaren Hooks und ihre verknüpften Module. Viele sind standardmäßig leer, dafür haben einige der nützlichsten
    PrestaShop 1.6Jan 22, 2016
  9. Configurar y trabajar con los Módulos nativos

    En este capítulo se explora el proceso de configuración de todos los módulos por defecto incluidos en PrestaShop 1.6. Hay más de 130 módulos nativos … PrestaShop o en el marketplace de PrestaShop (Addons)), y si es así, se actualizaría el módulo automáticamente. Configurar los ganchos (hooks). Este enlace es un
    PrestaShop 1.6Oct 27, 2017
  10. Creating a first module

    /hook Sub-folder for template files used by the module’s hooks. /views/css Sub-folder for CSS files used. If the module needs to work with PrestaShop 1.4 … = 'Firstname Lastname'; $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_); $this->bootstrap = true; parent
    PrestaShop 1.7Sep 14, 2017