Hey, I have a product that has a hugely long detailed product description. I'm resisting breaking it up into multiple pages as I think the people reading it will want to print it all out at once.
How can I make it so I can add more code/content? Is that even possible?
I found this - /main/product_details.tpl
Code:
<TEXTAREA name="fulldescr" cols="45" rows="10" class="InputWidth">{$product.fulldescr|escape:"html"}</TEXTAREA>
but it doesn't have any limits, so I don't know where I need to change it to expand the amount of characters allowed. Am I missing something? Tell me I don't have to go into the MySQL tables - I don't know how to do that!!
ideas?