Ciao a tutti,
ho un problemino,
come posso togliere la frase
"Questo prodotto è stato aggiunto al nostro catalogo il venerdì 09 settembre, 2005"
presente sulla pagina di ogni prodotto.
vorrei eliminare anche la frase "Prodotto in quantità: In arrivo "
ed il Prezzo!
potete aiutarmi,conto in voi,
grazie
aiuto su pagina prodotti
Moderatore: mod Generali
-
- membro Baby
- Messaggi: 51
- Iscritto il: 27/07/2005, 2:38
- Contatta:
trova
trova:
ciao
e sostituiscili con:<tr>
<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
</tr>
questo è la parte di codice che mostra la data di inserimento del prodotto, mentre per il codice che mostra la quantità fa così:<!-- <tr>
<td align="center" class="smallText">< ?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
</tr>
trova:
e sostituiscilo con:<?php
$prod_quantity = $product_info['products_quantity'];
$minus = ($prod_quantity <= 0);
$red = ($prod_quantity <= 0);
$car = ($prod_quantity == NULL);
$yellow = ($prod_quantity <= 10);
$green = ($prod_quantity > 10);?>
<tr>
<td class="main"><br><?php
switch ($prod_quantity) {
case $minus:
$img = '<FONT COLOR=#ff0000><b>'. TEXT_NOT_AVAIBLE .'</b></FONT>';
break;
case $red:
$img = '<FONT COLOR=#ff0000><b>'. TEXT_NOT_AVAIBLE .'</b></FONT>';
break;
case $car:
$img = '<FONT COLOR=#ff0000><b>'. TEXT_IN_ARRIVAL .'</b></FONT>';
break;
case $yellow :
$img = '<FONT COLOR=#ff9900><b>'. TEXT_FEW_QTY .'</b></FONT>';
break;
case $green :
$img = '<FONT COLOR=#009900><b>'. TEXT_BIG_QTY .'</b></FONT>';
break;
}
echo TEXT_IN_STOCK ." " .$img ;
?>
</td>
</tr>
per il prezzo trova:<!-- < ?php
$prod_quantity = $product_info['products_quantity'];
$minus = ($prod_quantity <= 0);
$red = ($prod_quantity <= 0);
$car = ($prod_quantity == NULL);
$yellow = ($prod_quantity <= 10);
$green = ($prod_quantity > 10);?>
<tr>
<td class="main"><br>< ?php
switch ($prod_quantity) {
case $minus:
$img = '<FONT COLOR=#ff0000><b>'. TEXT_NOT_AVAIBLE .'</b></FONT>';
break;
case $red:
$img = '<FONT COLOR=#ff0000><b>'. TEXT_NOT_AVAIBLE .'</b></FONT>';
break;
case $car:
$img = '<FONT COLOR=#ff0000><b>'. TEXT_IN_ARRIVAL .'</b></FONT>';
break;
case $yellow :
$img = '<FONT COLOR=#ff9900><b>'. TEXT_FEW_QTY .'</b></FONT>';
break;
case $green :
$img = '<FONT COLOR=#009900><b>'. TEXT_BIG_QTY .'</b></FONT>';
break;
}
echo TEXT_IN_STOCK ." " .$img ;
?>
</td>
</tr> //-->
e sostituiscilo con:<td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td>
spero ti sia stato di aiuto<!-- <td class="pageHeading" align="right" valign="top">< ?php echo $products_price; ?></td> //-->
ciao
™ ÅñЮ€Å ™
www.mistertemplate.it - Template x osCommerce...
www.microdirect.it - Distribuzione Informatica
www.mistertemplate.it - Template x osCommerce...
www.microdirect.it - Distribuzione Informatica
??
un'altra tips
con tutto rispetto per simona e il suo total pack, ma in uno shop è un pò poko professionale far vedere sopra nella barra del titolo GDI OSCOMMERCE TOTAL PACK o robe simili, quindi andate in:
catalog/includes/languages/italian.php
e trovate questa riga di codice:
ciao
con tutto rispetto per simona e il suo total pack, ma in uno shop è un pò poko professionale far vedere sopra nella barra del titolo GDI OSCOMMERCE TOTAL PACK o robe simili, quindi andate in:
catalog/includes/languages/italian.php
e trovate questa riga di codice:
e sostiuiscila con// page title
define('TITLE', 'GDI osCommerce Total Pack');
// page title
define('TITLE', '' . STORE_NAME . ' - Shop On Line');
ciao
™ ÅñЮ€Å ™
www.mistertemplate.it - Template x osCommerce...
www.microdirect.it - Distribuzione Informatica
www.mistertemplate.it - Template x osCommerce...
www.microdirect.it - Distribuzione Informatica
-
- membro Baby
- Messaggi: 51
- Iscritto il: 27/07/2005, 2:38
- Contatta:
header
nell'header hai dimenticato di togliere il collegamento all'account e la relativa icona....
direi di toglierla, si vede brutto altrimenti...
ciao
direi di toglierla, si vede brutto altrimenti...
ciao
™ ÅñЮ€Å ™
www.mistertemplate.it - Template x osCommerce...
www.microdirect.it - Distribuzione Informatica
www.mistertemplate.it - Template x osCommerce...
www.microdirect.it - Distribuzione Informatica