Search

Help

Page 5 of 21. Showing 208 results (0.027 seconds)

  1. Webservice one-page documentation

    the fields of clients who are children of the <customers> tag, we only need to retrieve all fields in an associative array in XML, like this: $resources = $xml … for any resource, or even a synopsis with indications of the meaning for each tag: // Returns a blank XML document, with all the tags ready to fill
    PrestaShop 1.5Jan 07, 2014
  2. Web service one-page documentation

    the fields of clients who are children of the <customers> tag, we only need to retrieve all fields in an associative array in XML, like this: $resources = $xml … schema for any resource, or even a synopsis with indications of the meaning for each tag: // Returns a blank XML document, with all the tags ready to fill
    PrestaShop 1.6Mar 19, 2015
  3. Browsing the front-office

    the user navigate the shop and filter content: tags, categories and manufacturers are the most common ways by which shoppers look for a given product. "Viewed … account" page, which can be accessed from the link on the right of the header. Tags fo006-blockTags.png The shop owner can indicate a set of tags for each product
    PrestaShop 1.4Jan 22, 2014
  4. Pre-1.6.1.0 PHP Coding Standards

    ones. echo 'Debug'; $myObj->name = 'Hello '.$name; Comments Inside functions and methods, only the "//" comment tag is allowed. After the "//" comment marker … , we put a @ for security reasons @mysql_connect(...); Tags There must be an empty line after the PHP opening tag. <?php require_once('my_file.inc.php'); The PHP
    PrestaShop 1.6May 10, 2016
  5. Coding Standards

    to be surrounded by simple quotes, never double ones. echo 'Debug'; $myObj->name = 'Hello '.$name; Comments Inside functions and methods, only the "//" comment tag … . myfunction(); // In the following example, we put a @ for security reasons @mysql_connect(...); Tags There must be an empty line after the PHP opening tag
    PrestaShop 1.5Jun 16, 2015
  6. Browsing the front-office

    The default theme's left column stays primarily static, as it mainly serves as a handy placeholder for navigation and secondary links. Tags block fo006-tags.png The shop owner can indicate a set of tags for each product. A tag is a non-hierarchical keyword, also described as metadata: it is not displayed on the product
    PrestaShop 1.5Jan 22, 2014
  7. Web-service reference

    of countries stock_movement_reasons The stock movement reason stock_movements Stock movements management stores The stores suppliers The product suppliers tags The Products tags taxes The tax rate translated_configurations Shop configuration weight_ranges Weight ranges zones The Countries zones Value formats Generic value types
    PrestaShop 1.4Dec 07, 2012
  8. Chapter 2 - Discovery - Testing access to the web service with the browser

    >...</supply_orders> <tags>...</tags> <tax_rule_groups>...</tax_rule_groups> <tax_rules>...</tax_rules> <taxes>...</taxes> <translated_configurations … , but you can use just about any data In the Customers element, you should get these attributes and tags: <customers xlink:href="http://example.com/api/customers" get
    PrestaShop 1.5Jun 14, 2013
  9. Web service reference

    tags The Products tags tax_rule_groups Tax rule groups tax_rules Tax rules entity taxes The tax rate translated_configurations Shop configuration … })?$/ isCleanHtml Must not contain invalid HTML tags, nor XSS. isColor A valid HTML/CSS color, in xxxxxx format or text format. /^([0-9a-fA-F]{6}|[a-zA-Z0-9
    PrestaShop 1.5Jun 13, 2013
  10. Database Structure

    ps_product_lang Product names and descriptions. id_product, id_lang ps_product_sale Product sale data. id_product ps_product_tag Product tags. id_product, id_tag ps_profile … ps_supplier_lang Supplier names. id_supplier, id_lang ps_tab Back Office tabs. id_tab ps_tab_lang Back Office tab names. id_tab, id_lang ps_tag Product tags used
    PrestaShop 1.4Aug 26, 2013