Price Display

Printess allows you to Display Product pricing. The Product Pricing is decoupled from the editor itself to allow for pricing via the shop system or a coupled PIM.

Pricing can be influenced via Form Fields with the Price Relevant option switched on via Snippets with added price groups or with editable documents having a price category.

Price Relevant

Price Category

Pricing can be influenced via Form Fields with the Price Relevant option switched on.

Price Relevant Form Field

For Layout Snippets and editable Documents you can define a Price Category from 1 to 5.

Price Category

The price for each Form Field or Price Category has to be defined in your Shop System. Through the Printess API they can be assigned.

But you can test your Printess Settings in the Editor. To learn how this works click here.

The priceChanged() callback of the Editor will inform the shop on used Snippets, Form Field values, and edited/added elements on documents. As a response, the shop can set a product price by calling refreshPriceDisplay().

Please read more in our Embed the Editor API chapter.