Google Export description make shorter?

29.12.2012 20:38
#1
Toner-Werk
User Toner-Werk
Name: Boris Kyas
17.01.2012
Сообщения: 59
Quote
Google Export description make shorter?

Hello i have a question where it is possible to change or to modificate the description length fpr a article. My article description have to much information, but i don´t want to delete this. I only want to say this google export module that he export only the first 1000 signs for example.


Thanx for the answer!

PS: And the same for the title. (Export only the first 70 signs)


Последнее изменение: 29.12.2012 20:40
 
29.12.2012 20:47
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25936
Quote
Aw: Google Export description make shorter?

change code

administrator\components\com_jshopping\importexport\googleproductexport\googleproductexport.php

change
$row[] = ($prod->description);
to
$row[] = ($prod->short_description);


OR
$row[] = mb_substr($prod->short_description, 0, 1000);

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.