View Single Post
  #693  
Old 10-08-2014, 10:00 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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"...
Code:
,#descr,#fulldescr
Save and run a template cleanup.
__________________
xcartmods.co.uk
Reply With Quote