IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#42397 - 02/20/13 11:37 AM Font Change
PrintsPlus Offline
OL Newbie

Registered: 08/22/12
Posts: 17
Is there a way you can allow a customer to choose a font in PSM web. Example: If I have a business card template, if they want to put their name in bold or change the font on one specific line or field.

Top
#42441 - 02/22/13 02:00 PM Re: Font Change [Re: PrintsPlus]
Jeff_K
Unregistered


PrintPlus,
This can be done programmatically within certain parameters. Briefly explained:

In the PrintShop Mail document,
a) Create overlapping text blocks for the various colors (red, black, green, etc...) and set logic accordingly.
b) Create overlapping text blocks for the various predefined fonts (Arial, Times, etc...) and set logic accordingly.
c) These will refer to a RTF file used later on.

In Print Shop Mail web:
a) Create a user input field(dropdown) to select the color, which will enable the corresponding text block.
b) Create a user input field(dropdown) to select the Font, which will enable the corresponding text block.
c) Create a RichText User input for the card text, to allow user input and applying font attributes.

An enhancement request for a more dynamic manner of accomplishment will be raised.

If you find the above not sufficiently informative, you may wish to open a support ticket.
http://www.objectiflune.com/OL/en-US/Support/Index.aspx

Top
#42452 - 02/24/13 06:48 PM Re: Font Change [Re: ]
PrintsPlus Offline
OL Newbie

Registered: 08/22/12
Posts: 17
Thanks for your help Jeff

Top