Is there a way for EasyCatalog to display any price below a dollar ie: “.99” as “99₵”?

Field options can be applied based on the value contained within. Here’s an example that will format prices over a dollar like this:

$1.00

..and under a dollar like this:

50₵

To do this define a ‘custom’ format and enter:

[PRECISION=2] [DECIMAL=.] [REMOVE=0.(<1)] [SUFFIX=₵(<1)] [PREFIX=$(>=1)]