From 1269021789:
hi,
u have added a read me file that says :
"If not load the title and description of the product, you must modify the line in images.php:
$sorgu=mysql_query("SELECT * FROM ps_product_lang where id_product='$no'");
ps_product_lang por su tabla de instalacion (ej: psa_product_lang)"
i got this meaning from it :
add line : "$sorgu=mysql_query("SELECT * FROM ps_product_lang where id_product='$no'");"
to your IMAGES.PHP ...
i added it here like this ... look at the last line !
$no=$products[$i][id_product];
$price=$products[$i][price];
$name=$products[$i][name];
$desc=$products[$i][description];
$link=$products[$i][link];
$id_image=$products[$i][id_image];
$description_short = strip_tags($products[$i][description_short]);
$sorgu=mysql_query("SELECT * FROM ps_product_lang where id_product='$no'");
but even now after modification i dont get the Title and descriptions ... (i mailed you trough your contact form in your website and u said that may it cuased by my language "Persian" but as we know the titles are in english and the XML file encoding has beet set to UTF-8 that makes it comaptible with my language)
also, i didnt get this line below, what does it say exactly ?
ps_product_lang por su tabla de instalacion (ej: psa_product_lang)
this line has been deleted in the module updated. the module have an embed font in the flash that dont support some characters. you can try to test the module in an english language, to test if this is the problem.
http://shop.laptopci...3d/menuData.xmlas you can see, the name is not loaded