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

Go to the source code of this file.

Variables

const IN_RUBRIQUE_ARTICLE true
 
if(defined('PEEL_PREFETCH')) else
 
 $sql
 
 $art_query = query($sql)
 
 $tpl = $GLOBALS['tplEngine']->createTemplate('article_details.tpl')
 
 $output = $tpl->fetch()
 
if(!empty($GLOBALS['site_parameters']['enable_create_product_in_front_office'])&&$art['technical_code']== 'display_product_form') $GLOBALS ['page_columns_count'] = $GLOBALS['site_parameters']['article_details_index_page_columns_count']
 

Variable Documentation

$art_query = query($sql)

Definition at line 40 of file article_details.php.

if (!empty($GLOBALS['site_parameters']['enable_create_product_in_front_office'])&&$art['technical_code']== 'display_product_form') $GLOBALS['page_columns_count'] = $GLOBALS['site_parameters']['article_details_index_page_columns_count']

Definition at line 89 of file article_details.php.

$output = $tpl->fetch()

Definition at line 84 of file article_details.php.

$sql
Initial value:
= "SELECT p.technical_code, p.on_reseller, p.id, p.titre_" . $_SESSION['session_langue'] . ", pc.rubrique_id, r.nom_" . $_SESSION['session_langue'] . " AS rubrique_nom
FROM peel_articles p
INNER JOIN peel_articles_rubriques pc ON p.id = pc.article_id
INNER JOIN peel_rubriques r ON r.id = pc.rubrique_id AND r.technical_code NOT IN ('other', 'iphone_content') AND " . get_filter_site_cond('rubriques', 'r') . "
WHERE p.id ='" . intval($_GET['id']) . "' AND " . get_filter_site_cond('articles', 'p') . ""
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
if(defined('IN_PEEL_ADMIN')||IN_INSTALLATION) $_SESSION['session_langue']

Definition at line 34 of file article_details.php.

$tpl = $GLOBALS['tplEngine']->createTemplate('article_details.tpl')

Definition at line 82 of file article_details.php.

if ($art['technical_code']== 'tradefair') elseif ($art['technical_code']== 'tradefloor') if (check_if_module_active('url_rewriting')) else
Initial value:
{
include("../configuration.inc.php")

Definition at line 18 of file article_details.php.

const IN_RUBRIQUE_ARTICLE true

Definition at line 15 of file article_details.php.


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