Search

Help

Page 4 of 14. Showing 131 results (0.01 seconds)

  1. Creating a PrestaShop 1.7 Payment Module

    : hookPaymentOptions() & hookPaymentReturn() and register these hooks. You must not have a submit button into your module’s HTML code. It will automatically … to change the payment hook where your module is hooked on by paymentOption. It’s not a display hook anymore, so you must not use the $this->display() method to retrieve
    PrestaShop 1.7Sep 20, 2017
  2. Creating a Dashboard Module

    a install() method, which declares the usual hooks, such as displayBackOfficeHeader. PrestaShop 1.6 implements several new hooks dedicated to dashboard modules … . Depending of the hooks your module is registered with, you might be able to display your content either on one of the two columns, or in both if need be. The right
    PrestaShop 1.6Dec 04, 2013
  3. Creating a Dashboard Module -

    a install() method, which declares the usual hooks, such as displayBackOfficeHeader. PrestaShop 1.6 implements several new hooks dedicated to dashboard modules … . Depending of the hooks your module is registered with, you might be able to display your content either on one of the two columns, or in both if need be. The right
    PrestaShop 1.6Jul 12, 2016
  4. Enabling the Auto-Update

    the upgrade code uses PHP’s version_compare() method. Adding/updating modules or hooks between versions If the new version of your module adds or update its hooks, you should make sure to update them too. Indeed, since the hooks are (usually) defined when the module is installed, PrestaShop will not install the module again
    PrestaShop 1.7Sep 20, 2017
  5. Creación de un módulo de PrestaShop

    de PrestaShop: devModule-userinfoFolder.png Cualquier módulo de PrestaShop, una vez instalado en una tienda virtual, puede interactuar con uno o varios "hooks". Los Hooks le permiten "enganchar" su código a la vista actual al momento del análisis de código (es decir, al mostrar el carrito o la ficha de producto o al
    PrestaShop 1.4Dec 07, 2012
  6. Widget de enlaces

    trabaja con bloques que están conectados a hooks (ganchos), y proporciona enlaces a tus páginas estáticas (desde la sección "Páginas"). Esta página está estrechamente relacionada con los hooks (ganchos), por lo que se recomienda manejar con soltura los hooks (ganchos) antes de intentar realizar cualquier modificación De
    PrestaShop 1.7Oct 21, 2017
  7. Using PrestaShop 1.6 with WordPress

    Hook widget: you can integrate the content of any of four PrestaShop hooks into any WordPress theme: Top of pages, Left column block, Right column block, Footer. PrestaShop Integration Module widget: you can insert a PrestaShop module in your WordPress theme, via one of PrestaShop's hooks. PrestaShop Integration Products
    PrestaShop 1.6Feb 09, 2015
  8. Auto-updating modules

    code uses PHP's version_compare() method http://php.net/manual/en/function.version-compare.php. If the new version of your module adds or update its hooks, you should make sure to update them too Indeed, since the hooks are (usually) defined when the module is installed, PrestaShop will not install the module again
    PrestaShop 1.5Oct 03, 2013
  9. Enabling the Auto-Update -

    or update its hooks, you should make sure to update them too Indeed, since the hooks are (usually) defined when the module is installed, PrestaShop will not install the module again in order to include the new hooks' code, so you have to use the upgrade methods: For instance, here's the install-1.2.php file from
    PrestaShop 1.6Jul 12, 2016
  10. Enabling the Auto-Update

    code uses PHP's version_compare() method http://php.net/manual/en/function.version-compare.php. If the new version of your module adds or update its hooks, you should make sure to update them too Indeed, since the hooks are (usually) defined when the module is installed, PrestaShop will not install the module again
    PrestaShop 1.6May 02, 2014