Jump to content

Field Description Short


Recommended Posts

this requires modifications of back office template file: YOUR_ADMIN_DIR/themes/default/template/controllers/products/informations.tpl

 

find code

			{include
				file="controllers/products/textarea_lang.tpl"
				languages=$languages
				input_name='description_short'
				class="autoload_rte"
				input_value=$product->description_short
				max=$PS_PRODUCT_SHORT_DESC_LIMIT} 

and replace it with

			{include
				file="controllers/products/input_text_lang.tpl"
				languages=$languages
				input_name='description_short'
				input_value=$product->description_short
				max=$PS_PRODUCT_SHORT_DESC_LIMIT}

effect:
KUYa4NS.png

  • Like 1
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...