salve...
qualcuno sa aiutarmi a trovare l'errore in questo pezzo di php per favore?
/** original **/ //$lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> ';
/** show-soldout-v1.0 **/
if($listing['products_quantity'] <= 0 || $listing['products_status']==0)
$lc_text = tep_image_button('button_sold_out.gif', IMAGE_BUTTON_SOLD_OUT) . ' ';
else
$lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> ';
/** end show-soldout-v1.0 **/
mi da questo errore:
Parse error: syntax error, unexpected T_VARIABLE in /membri/****************/includes/modules/product_listing.php on line 1
grazie
AIUTO ERRORE CODICE
Moderatore: mod Generali