PEEL Shopping
Open source ecommerce : PEEL Shopping
database_import_field_en.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: database_import_field_en.php 46935 2015-09-18 08:49:48Z gboussin $
14 
15 if (!defined("IN_PEEL")) {
16  die();
17 }
18 
19 // The keys shall have quotes so that they are correcly treated by Transifex : write "1" => ... and not 1 => ...
20 // Les clés doivent avoir des guillemets pour que ce soit traité correctement par Transifex : indiquez "1" => ... et non pas 1 => ...
21 
22 $peel_import_field["texte"] = array(
23  "id" => "Unique identifier for the product to update an existing product. If id is specified and found in the database, the product is updated",
24  "categorie_id" => "The name or reference category (put 0 if it does not exist.) Link is in the <a href=\"categories.php\">llist of categories</a> - ID column. Category will be created automatically if it does not exist and that is his name",
25  "Categorie" => "Other possible column name category_id",
26  "id_marque" => "The name or reference of the brand. The reference is in the <a href=\"marques.php\">list of brands</a> - ID column. The brand will be created if it does not exist ",
27  "reference" => "Product Reference",
28  "nom_fr" => "Name in French",
29  "descriptif_fr" => "Product short description in French",
30  "description_fr" => "Product description in French",
31  "nom_en" => "Name in English",
32  "descriptif_en" => "Product short description in English",
33  "description_en" => "Product description in English",
34  "prix" => "Public price incl. VAT",
35  "prix_revendeur" => "Reseller price incl. VAT",
36  "prix_achat" => "Purchase price incl. VAT",
37  "tva" => "VAT rate in percent",
38  "promotion" => "Promotion",
39  "poids" => "Weight (in grams)",
40  "points" => "Gift Points",
41  "image1" => "Image 1 : main picture",
42  "image2" => "Image 2",
43  "image3" => "Image 3",
44  "image4" => "Image 4",
45  "image5" => "Image 5",
46  "image6" => "Image 6",
47  "image7" => "Image 7",
48  "image8" => "Image 8",
49  "image9" => "Image 9",
50  "image10" => "Image 10",
51  "on_stock" => "Inventory Management (1 = yes, 0 = no)",
52  "etat" => "Status (1 = online, 0 = pending)"
53 );
54 
if(!defined("IN_PEEL")) $peel_import_field["texte"]

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.