Search

Help

Page 5 of 59. Showing 587 results (0.046 seconds)

  1. Adding a configuration page

    PHP variable. We then check for the existence of actual content in $my_module_name, including the use of Validate::isGenericName(). The Validate object contains … the HelperForm object. Diving in displayForm() Let's run down that method: Using the Configuration::get() method, we retrieve the value of the currently chosen
    PrestaShop 1.6May 11, 2016
  2. Adding a configuration page -

    to build forms, most notably the HelperForm object. Diving in displayForm() Let's run down that method: Using the Configuration::get() method, we retrieve … object does only make the "Configure" link appear; it does not create the configuration page out of nowhere. We are going to explain how to create one, where we
    PrestaShop 1.6Jul 01, 2016
  3. Adding a configuration page

    PHP variable. We then check for the existence of actual content in $my_module_name, including the use of Validate::isGenericName(). The Validate object contains … notably the HelperForm object. Diving in displayForm() Let’s run down that method: Using the Configuration::get() method, we retrieve the value of the currently
    PrestaShop 1.7Sep 14, 2017
  4. What is a PrestaShop module?

    the server’s load. /classes: contains all the files pertaining to PrestaShop’s object model (some are used for the front office, others for the back office). Each … PrestaShop’s extensibility revolves around modules, which are small programs that make use of PrestaShop’s functionalities and changes them or add to them
    PrestaShop 1.7Sep 14, 2017
  5. What is a PrestaShop module?

    the server's load. /classes: contains all the files pertaining to PrestaShop's object model (some are used for the front office, others for the back office). Each file … PrestaShop's extensibility revolves around modules, which are small programs that make use of PrestaShop's functionality and changes them or add to them
    PrestaShop 1.6May 05, 2015
  6. What is a PrestaShop module?-

    in order to alleviate the server's load. /classes: contains all the files pertaining to PrestaShop's object model (some are used for the front office, others … What is a PrestaShop module? PrestaShop's extensibility revolves around modules, which are small programs that make use of PrestaShop's functionality
    PrestaShop 1.6Jul 01, 2016
  7. Creating a Dashboard Module

    specifics. It is located in the /modules folder, and it can make use of PrestaShop's controllers, just like any module does. The specifics The name Your dashboard module must have a unique name. As a convention, dashboard modules should all use the "dash" prefix: "dashproduct", "dashactivity", "dashgoals" are the names
    PrestaShop 1.6Dec 04, 2013
  8. Creating a Dashboard Module -

    specifics. It is located in the /modules folder, and it can make use of PrestaShop's controllers, just like any module does. The specifics The name Your dashboard module must have a unique name. As a convention, dashboard modules should all use the "dash" prefix: "dashproduct", "dashactivity", "dashgoals" are the names
    PrestaShop 1.6Jul 12, 2016
  9. Creating a PrestaShop module

    . PrestaShop uses Object-Oriented programming, and so do its modules. That class must bear the same name as the module and its folder, in CamelCase … . id_currency_cookie ID of the current currency. currency Currency object (currently used currency). cookie User cookie. languages The various available languages. logged
    PrestaShop 1.4Dec 07, 2012
  10. DB class best practices

    class offers several tools to make your life easier. This page explains the various methods, the contexts in which they should be used, and the development … Table of content DB class best practices Most of the time, creating a module or overriding PrestaShop means using or inserting data in the database. Knowing
    PrestaShop 1.5Dec 30, 2015