Search

Help

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

  1. Using Compass -

    Using Compass Compass is an open-source Sass framework. It offers: A simplified management of style libraries (such as Bootstrap and others). A collection … of your project. To make sure that .scss files are automatically compiled, you can type this Ruby command: "compass watch". To use Compass, you must import
    PrestaShop 1.6Jul 12, 2016
  2. Hooks in PrestaShop 1.5

    in right column. array( 'cart' => (object) Cart object ); Note that the Cart object can also be retrieved from the current Context. displayRightColumnProduct Display … /A displayRightColumn Called when loading the right column. array( 'cart' => (object) Cart object ); Note that the Cart object can also be retrieved from the current Context
    PrestaShop 1.5Mar 08, 2016
  3. Using the PrestaShop Web Service

    Table of content Using the PrestaShop Web Service This tutorial demonstrates how to use the PrestaShop web service, using the dedicated PHP library to create a "CRUD" application. Instead of using the tutorial, you can directly go read the Webservice one-page documentation. Prerequisites PrestaShop 1.5 installed
    PrestaShop 1.5Jan 07, 2014
  4. Using addJquery(), addJqueryPlugin() and addJqueryUI()

    to use a newer or older version of jQuery, you just have to pass the version number as first parameter: Controller::addJquery('1.3.1'); If the file … that the noConflict flag is automatically called, so that both version can work seamlessly. Version 1.3.1 of jQuery is not available through $, but rather using
    PrestaShop 1.5Mar 10, 2014
  5. Using jQuery and jQueryUI

    to use a newer or older version of jQuery, you just have to pass the version number as first parameter: Controller::addJquery('1.3.1'); If the file … that the noConflict flag is automatically called, so that both version can work seamlessly. Version 1.3.1 of jQuery is not available through $, but rather using
    PrestaShop 1.6May 06, 2014
  6. Using jQuery and jQueryUI -

    Using jQuery and jQueryUI About Controller::addJquery() When this method is called with a parameter, it includes the current version of jQuery, as available … () { $this->addJquery(); } If you wish to use a newer or older version of jQuery, you just have to pass the version number as first parameter: Controller::addJquery('1.3.1
    PrestaShop 1.6Jul 12, 2016
  7. Using the PrestaShop Web Service

    Table of content Using the PrestaShop Web Service PrestaShop enables merchants to give third-party tools access to their shop's database through a CRUD API, otherwise called a web service. Learning how to use the web service Documentation The quickest way to learn the intricacies of the PrestaShop web service
    PrestaShop 1.6Nov 13, 2014
  8. Using the PrestaShop Web Service -

    Table of content Using the PrestaShop Web Service PrestaShop enables merchants to give third-party tools access to their shop's database through a CRUD API, otherwise called a web service. Learning how to use the web service Documentation The quickest way to learn the intricacies of the PrestaShop web service
    PrestaShop 1.6Jul 12, 2016
  9. Using PrestaShop 1.6 with WordPress

    WordPress is the most-used CMS on the Web, and chance is that you are already using it for your site, or plan on using it for your blog or static content alongside PrestaShop for the e-commerce part. PrestaShop is able to handle an unlimited number of static pages and page categories using its CMS feature
    PrestaShop 1.6Feb 09, 2015
  10. New Developers Features In PrestaShop 1.5

    of each controller: PrestaShop's ObjectModel and AdminController base objects have been updated so that this new feature is automatically applied to existing code. They make it possible for your code to hook to any object or back-office action. public function add($autodate = true, $null_values = false) { // @hook
    PrestaShop 1.5Jan 02, 2014