PEEL Shopping
Open source ecommerce : PEEL Shopping
Variables
import_produits.php File Reference

Go to the source code of this file.

Variables

const IN_PEEL_ADMIN true
 
 $specific_fields_array = array($GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_LISTED_PRICE_INCLUDING_VAT'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_LISTED_PRICE_EXCLUDING_VAT'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_SIZES'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_COLORS'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_BRAND'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_ASSOCIATED_PRODUCTS'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_CATEGORY'], 'Stock', 'Categorie', 'categorie_id')
 
 $GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_IMPORT_PRODUCTS_TITLE']
 
 $action = vb($_POST['action'])
 
 $product_field_names = get_table_field_names('peel_produits')
 
 $q_nom_attrib
 
 $attributs_array = array()
 
while($attrib=fetch_assoc($q_nom_attrib)) $columns_skipped = array()
 
 switch ($action)
 

Variable Documentation

$action = vb($_POST['action'])

Definition at line 24 of file import_produits.php.

$attributs_array = array()

Definition at line 34 of file import_produits.php.

while ($attrib=fetch_assoc($q_nom_attrib)) $columns_skipped = array()

Definition at line 38 of file import_produits.php.

$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_IMPORT_PRODUCTS_TITLE']

Definition at line 20 of file import_produits.php.

$product_field_names = get_table_field_names('peel_produits')

Definition at line 26 of file import_produits.php.

$q_nom_attrib
Initial value:
= query("SELECT id, nom_" . $_SESSION['session_langue'] . "
FROM peel_nom_attributs
WHERE " . get_filter_site_cond('nom_attributs') . "
ORDER BY nom_" . $_SESSION['session_langue'] . "")
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
Definition: fonctions.php:4643
query($query, $die_if_error=false, $database_object=null, $silent_if_error=false, $security_sql_filter=true)
The query() function is meant to be called anywhere you want to make a query.
Definition: database.php:158
if(defined('IN_PEEL_ADMIN')||IN_INSTALLATION) $_SESSION['session_langue']

Definition at line 30 of file import_produits.php.

$specific_fields_array = array($GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_LISTED_PRICE_INCLUDING_VAT'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_LISTED_PRICE_EXCLUDING_VAT'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_SIZES'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_COLORS'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_BRAND'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_ASSOCIATED_PRODUCTS'], $GLOBALS['STR_ADMIN_EXPORT_PRODUCTS_CATEGORY'], 'Stock', 'Categorie', 'categorie_id')

Definition at line 19 of file import_produits.php.

const IN_PEEL_ADMIN true

Definition at line 14 of file import_produits.php.

switch($action)

Definition at line 40 of file import_produits.php.


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