Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. tai.store
    3. Post
    T

    tai.store

    @tai.store

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 0
    • Post 3
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    0
    Reputazione
    3
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da tai.store

    • RE: Scambio link con siti di sigarette elettroniche

      mandaci il tuo link ed indicaci le pagine dove potresti inserirci grazie www.bbcig.com

      postato in Annunci Vendita e Acquisto: Pubblicità
      T
      tai.store
    • 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

      postato in E-Commerce
      T
      tai.store
    • 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

      postato in E-Commerce
      T
      tai.store