Box offerte
Moderatore: mod Generali
Box offerte
Dal mio sito mi sono accorto che è sparito il box special Price o articoli in offerta,nonostante non abbia fatto alcuna modifica,qualcuno cortesemente può suggerirmi cosa è successo?Grazie
-
- membro Senior
- Messaggi: 488
- Iscritto il: 11/10/2005, 21:49
- Contatta:
Questo è il file column_right.php.................
<?php
/*
$Id: column_right.php,v 1.00 10/12/03 22:40:06 hpdl Exp $
*/
$column_location = 'right';
?>
<?php require(DIR_WS_BOXES . 'shopping_cart.php');include(DIR_WS_BOXES . 'news.php'); ?>
<?php
if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');
?>
<?php
if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php');
?>
<?php
if (isset($HTTP_GET_VARS['products_id'])) {
if (tep_session_is_registered('customer_id')) {
$check_query = tep_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $customer_id . "' and global_product_notifications = '1'");
include(DIR_WS_BOXES . 'news.php'); $check = tep_db_fetch_array($check_query);
if ($check['count'] > 0) {
include(DIR_WS_BOXES . 'best_sellers.php');
} else {
include(DIR_WS_BOXES . 'product_notifications.php');
}
} else {
include(DIR_WS_BOXES . 'product_notifications.php');
}
} else {
include(DIR_WS_BOXES . 'best_sellers.php');
}
?>
<?php
if (isset($HTTP_GET_VARS['products_id'])) {
if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php');
} else {
include(DIR_WS_BOXES . 'specials.php');
}
?>
<?php require(DIR_WS_BOXES . 'reviews.php'); ?>
<?php
if (substr(basename($PHP_SELF), 0,
!= 'checkout') {
include(DIR_WS_BOXES . 'languages.php');
}
?>
<?php
if (substr(basename($PHP_SELF), 0,
!= 'checkout') {
include(DIR_WS_BOXES . 'currencies.php');
}
?>
<?php
$column_location = '';
?>
<?php
/*
$Id: column_right.php,v 1.00 10/12/03 22:40:06 hpdl Exp $
*/
$column_location = 'right';
?>
<?php require(DIR_WS_BOXES . 'shopping_cart.php');include(DIR_WS_BOXES . 'news.php'); ?>
<?php
if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');
?>
<?php
if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php');
?>
<?php
if (isset($HTTP_GET_VARS['products_id'])) {
if (tep_session_is_registered('customer_id')) {
$check_query = tep_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $customer_id . "' and global_product_notifications = '1'");
include(DIR_WS_BOXES . 'news.php'); $check = tep_db_fetch_array($check_query);
if ($check['count'] > 0) {
include(DIR_WS_BOXES . 'best_sellers.php');
} else {
include(DIR_WS_BOXES . 'product_notifications.php');
}
} else {
include(DIR_WS_BOXES . 'product_notifications.php');
}
} else {
include(DIR_WS_BOXES . 'best_sellers.php');
}
?>
<?php
if (isset($HTTP_GET_VARS['products_id'])) {
if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php');
} else {
include(DIR_WS_BOXES . 'specials.php');
}
?>
<?php require(DIR_WS_BOXES . 'reviews.php'); ?>
<?php
if (substr(basename($PHP_SELF), 0,

include(DIR_WS_BOXES . 'languages.php');
}
?>
<?php
if (substr(basename($PHP_SELF), 0,

include(DIR_WS_BOXES . 'currencies.php');
}
?>
<?php
$column_location = '';
?>