Pitak, edit skin/common_files/main/products_lng.tpl
Replace...
Quote:
{include file="main/textarea.tpl" name="product_lng[descr]" cols=45 rows=8 class="InputWidth" data=$product_languages.descr width="80%" btn_rows=4}
|
With...
Quote:
{include file="main/textarea.tpl" id="descr" name="product_lng[descr]" cols=45 rows=8 class="InputWidth" data=$product_languages.descr width="80%" btn_rows=4}
|
Then replace...
Quote:
{include file="main/textarea.tpl"name="product_lng[fulldescr]" cols=45 rows=12 class="InputWidth" data=$product_languages.fulldescr width="80%" btn_rows=4}
|
With..
Quote:
{include file="main/textarea.tpl" id="fulldescr" name="product_lng[fulldescr]" cols=45 rows=12 class="InputWidth" data=$product_languages.fulldescr width="80%" btn_rows=4}
|
Then in the Redactor module settings -
www.yourstore.com/admin/configuration.php?option=Redactor - add these two fields to "Textareas to use Redactor"...
Save and run a template cleanup.