Announcement

Collapse
No announcement yet.

Make product.description html vs text?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Make product.description html vs text?

    Probably an enhancement request for quotes.

    1. Can the product.description field be made to handle html when printed in the PDF?
    2. Can an editor be added to the product form to edit the description as HTML?

    Or guide me to how I would make this change in the code.

    Many thanks,
    Robert
    Last edited by robertf; 04-16-2017, 10:59 AM. Reason: Forgot to mention this is for quotes

  • #2
    What I've learned about using HTML to format the product.description field in Quotes/Invoices.
    Hope it helps other newbies/junior members. Hopefully, they will add this to the documentation or update the code.

    If you want a text field to be interpreted as HTML enclose it in three brackets vs two.
    {{{product.decsription}}}.

    If you want the description to be a WYSIWYG editor for entering HTML then
    1. Go to Quote in the entity manager and add a new field, descriptionHTML with a display of Description Formatted.
    2. Go to Quote in the display manager and remove the description field and add the Description Formatted field
    Last edited by robertf; 04-19-2017, 10:37 AM.

    Comment

    Working...
    X