Jump to content

Add a text box to the product page


franz1386

Recommended Posts

Hi everybody, considering that in the italian forum nobody has replied to me i put this topic also here...

I'd like to know if there is the possibility to add a text box in every product pages automatically, i need to put a chinese dictionary of the words most used in describing my objects...

Thank you!

Link to comment
Share on other sites

hi :)

put this code at the end of the <div id="pb-left-column"> befire the </div> tag in your product.tpl file. (after

{if $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if} )

 

 

 

<div id="short_description_block">

 <div id="short_description_content" class="rte align_justify">
 Some text in the box; 


 </div>

</div>

 

Note that this is for the default theme, and it will use the style of the short description box(which we want I guess)

 

If your theme is customized it may not work. Contact me if so.

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...