Blog Sections Open

Formatting Product Prices with Thousands Separators in Evolution CMS

Small formatting helpers can make catalog pricing feel far more polished without complicating the product model.

Readable price formatting is one of those tiny improvements that immediately makes a catalog feel more professional. If a designer expects 1 000 instead of 1000, a small formatting helper is often enough.

[[number_format?
  &num=`1000`
  &razryd=`0`
  &seperator=`.`
]]

The important part is not the one-line helper itself, but the decision to keep formatting separate from stored price data. Store raw numbers, format at output time.

Newer post

Building a Product Rating Layer on Top of JotX Reviews

How to extend JotX so customer reviews can also provide structured product ratings.

Older post

Why One eForm Instance Can Fail While Several Others Still Work

How to debug a single broken eForm when other forms on the same site continue to submit correctly.