Jump to content

Description of Product Information open in two languages.


TFPtMaster

Recommended Posts

Hello guys.

 

I'm having a hard time to have the two languages description fields open all time without the need to clic on the flag.

 

I've duplicated the code of the description but when i save i does not keep the modifications.

 

Can someone help me with this

 

I'm using prestashop 1.5.6.1

Link to comment
Share on other sites

I'm pretty sure you can do it if you amend the informations.tpl file in the admin folder, themes/default/template/controllers/products
There should be your description.
 

<td style="padding-bottom:5px;">
{include file="controllers/products/textarea_lang.tpl"
languages=$languages
input_name='description_short'
input_value=$product->description_short
max=$PS_PRODUCT_SHORT_DESC_LIMIT}
<p class="clear"></p>
</td>
 
 
and


{include file="controllers/products/textarea_lang.tpl" languages=$languages
input_name='description'
input_value=$product->description
}

You can change this and add your boxes manually instead, one for each language, but make sure you keep the right names
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...