Search

Help

Page 4 of 59. Showing 587 results (0.03 seconds)

  1. PrestaShop-Developer-Guide.pdf

    visitors to load this file directly. The file must also contain the module's class. PrestaShop uses Object- Oriented programming, and so do its modules. That class … . 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.4 / … / _PDFfilesOct 12, 2011
  2. Public and overloadable methods

    = 0, $limit = NULL) Get the current objects' list form the database. l($string, $class = 'AdminTab', $addslashes = FALSE, $htmlentities = TRUE) use translations … is used to get the translation for email Object. For an object is forbidden to use htmlentities, we have to return a sentence with accents. Send($id_lang, $template
    PrestaShop 1.5Jul 29, 2013
  3. New features in PrestaShop 1.5

    and usable in different contexts. The code is thus reusable and more logical. Dispatcher: All pages are now routed through a single page, in order to centralize … button bar is always visible More efficient navigation using drop-down menu Product sheet reworking as a vertical page with tabs for SEO, associations
    PrestaShop 1.5Sep 05, 2013
  4. _InclusionsLibrary

    is used in many places — make sure your change is generic enough to fit the contexts in which the pages are used. @self Migrated to Confluence 5.3 … The children of this page contain information which is included in other pages. This is a library of re-usable information chunks. If you want to change any
    PrestaShop 1.4Jun 07, 2011
  5. _InclusionsLibrary

    is used in many places — make sure your change is generic enough to fit the contexts in which the pages are used. @self Migrated to Confluence 5.3 … The children of this page contain information which is included in other pages. This is a library of re-usable information chunks. If you want to change any
    PrestaShop 1.5Jun 06, 2012
  6. About JavaScript

    to master are: File Content core.js Loads Jquery2, makes Ajax calls, defines core method that all front-end should use theme.js Bundles all theme specific code and libraries Events Dispatch an event The best way to trigger an event is to use the prestashop object. Here is a simple example: prestashop.emit( 'product
    PrestaShop 1.7Sep 28, 2017
  7. Fundamentals

    -commerce services (buying guides, payment platforms, logistics, etc.). etc. Overriding is a system in itself. PrestaShop uses completely object-oriented code … be familiar with PHP and Object-Oriented Programming before attempting to write your own module. A module is an extension to PrestaShop that enables any
    PrestaShop 1.5Oct 25, 2013
  8. Cheat-sheet - Concepts outlined in this tutorial

    to the list of shops as well as their associated identifiers. Key Value Description id_shop Shop ID Define the shop to be used as a context for the web service. Migrated … of techniques used in this tutorial. Method parameters REST Method url resource id xml C POST add X X X R GET get X X X U UPDATE edit X X X X D DELETE delete X
    PrestaShop 1.5Jun 21, 2012
  9. _Excerpts

    is used in many places — make sure your change is generic enough to fit the contexts in which the pages are used. To include an excerpt from a page: {excerpt … The children of this page contain information which is included in other pages. This is a library of re-usable information chunks. If you want to change any
    PrestaShop 1.4Jun 07, 2011
  10. Contributing code to PrestaShop

    will use it to get the context of your changes, and therefore to decide whether it should be added to PrestaShop or not. Now the file is saved on your own fork … or another person in the Forge. If you find an issue, report it on the Forge: read the "How to use the Forge to contribute to PrestaShop" chapter to learn more
    PrestaShop 1.5Sep 09, 2013