Search

Help

Page 13 of 59. Showing 587 results (0.052 seconds)

  1. Controllers within PrestaShop

    to get store information. SupplierController.php Used by supplier.php to get suppliers. Overriding a controller Thanks to object inheritance, you can change … . $orderBy The field used to sort. $orderWay Whether to sort is ascending or descending ("ASC" or "DESC"). $p The current page number. $ajax If the ajax parameter
    PrestaShop 1.6May 05, 2015
  2. Controllers within PrestaShop-

    StoresController.php Used by stores.php to get store information. SupplierController.php Used by supplier.php to get suppliers. Overriding a controller Thanks to object … The number of items per page. $orderBy The field used to sort. $orderWay Whether to sort is ascending or descending ("ASC" or "DESC"). $p The current page number
    PrestaShop 1.6Jul 01, 2016
  3. HelperList

    Table of contents HelperList This Helper is used to generate a table of elements. The elements can belong to ObjectModel-type objects, but they do not have … '] => 'cl!id_country'), // Define a custom filter key to be used by the filter SQL request // (optional, default uses the array key name, ie. 'country'). ['orderby
    PrestaShop 1.5Sep 18, 2013
  4. Making your module work with Bootstrap

    and responsive designs. As a module developer, you should strive to update your module to use Bootstrap, so that they integrate will into the new design. It's all in the helpers In itself, it is not complicated: most of the work is handled by PrestaShop's Helper methods, which have been upgrade to use Bootstrap the way
    PrestaShop 1.6Feb 28, 2014
  5. Making your module work with Bootstrap -

    and templates in order to create great and responsive designs. As a module developer, you should strive to update your module to use Bootstrap, so … have been upgrade to use Bootstrap the way it should be. Therefore, the hardest part for you is to move your module's interface code from the old way, where you
    PrestaShop 1.6Jul 12, 2016
  6. The multistore interface

    purpose: letting you enable the options that would otherwise be disabled in the current shop context. You can pick the options that you want to enable, or you … or switching the Yes/No option does not change any settings, it just allows you to change it in that context. Nevertheless, some options cannot be edited
    PrestaShop 1.6Mar 19, 2015
  7. The multistore interface

    the options that would otherwise be disabled in the current shop context. You can pick the options that you want to enable, or you can enable all the options … not change any settings, it just allows you to change it in that context. Nevertheless, some options cannot be edited on a local context: they will display "You
    PrestaShop 1.7Oct 25, 2016
  8. CRUD Tutorial EN.pdf

    key (ex: ZR92FNY5UFRERNI3O9Z5QDHWKTP3YIIT)  A Boolean indicating whether the Web service must use its debug mode If you do not understand the terms of object … Example for Using the PrestaShop Web Service : CRUD This tutorial shows you how to use the PrestaShop web service with PHP library by creating a "CRUD
    PrestaShop 1.4 / … / Using the REST webserviceMar 30, 2011
  9. Overriding default behaviors

    . This means that if your module overrides one of PrestaShop's behaviors, another module will not be able to use that behavior properly, or override it in an predictable way. Therefore, overrides should only be used for your own local modules, when you have a specific need that cannot be applied without
    PrestaShop 1.6May 12, 2015
  10. Overriding default behaviors -

    . This means that if your module overrides one of PrestaShop's behaviors, another module will not be able to use that behavior properly, or override it in an predictable way. Therefore, overrides should only be used for your own local modules, when you have a specific need that cannot be applied without
    PrestaShop 1.6Jul 12, 2016