Jump to content

short description permenent message


Recommended Posts

Hello ipcomp,

 

Please, use:

admin/tabs/AdminProducts.php ->

 

<textarea class="rte" cols="100" rows="10" id="description_short_'.$language['id_lang'].'" name="description_short_'.$language['id_lang'].'">'.(!empty($obj->description_short) ? htmlentities(stripslashes($this->getFieldValue($obj, 'description_short', $language['id_lang'])), ENT_COMPAT, 'UTF-8') : 'Some text').'</textarea>

 

instead of

 

<textarea class="rte" cols="100" rows="10" id="description_short_'.$language['id_lang'].'" name="description_short_'.$language['id_lang'].'">'. htmlentities(stripslashes($this->getFieldValue($obj, 'description_short', $language['id_lang'])), ENT_COMPAT, 'UTF-8').'</textarea>

 

Best regards,

Valerie

Link to comment
Share on other sites

Hello Valerie

 

Thank for your answer , but where i insert the text and pciture that i want to show in all products in the short description when i create new product ?

 

for example this :

free-delivery-header.png

למה לקוחות קונים אצלנו:

V-ICON.jpg קניה מאובטחת

V-ICON.jpg שירות לקוחות מעולה

Edited by ipcomp1 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...