mandaci il tuo link ed indicaci le pagine dove potresti inserirci grazie www.bbcig.com
tai.store
@tai.store
Post creati da tai.store
-
RE: Scambio link con siti di sigarette elettroniche
-
RE: Ottimizzare OsCommerce
@RMGraf.eu said:
ok.. abbiamo risolto tutto... il problema era nel posizionare questo blocco:
<?php
$product_info_query = tep_db_query("select pd.products_name, p.products_model from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
$product_info = tep_db_fetch_array($product_info_query);
$products_name = $product_info['products_name'];
?>che l'ho messo subito sotto quello originale... non sostituendo niente...
grazie mille ancora!!!!
spero di esserti utile un giorno!!!!Ciao!
ciao ho anche io lo stesso problema . Ho provato ad inserire il codice come dici tu ma nei title non appare il nome prodotto ecco come ho fatto<?php
require('includes/application_top.php');require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO);
$product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
$product_check = tep_db_fetch_array($product_check_query);
$product_info_query = tep_db_query("select pd.products_name, p.products_model from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
$product_info = tep_db_fetch_array($product_info_query);
$products_name = $product_info['products_name'];
?>Se puoi mi mandi il tuo? grazie
-
RE: Ottimizzare OsCommerce
Ciao a tutti . Ho provato ad inserire anche io il codice di Must il sito gira bene ma non mi viene visualizzarto il nome prodotto nei title. RM mi posti il codice esatto completo? Grazie 1000