CodeCPQ Dynamic Product Texts.

Product information that fits the configuration


Try demo for free


Dynamic Product Texts are additional bits of information that can be displayed along with the configuration fields and images on the front-end, the back-end and generated documentation like the quote and custom pdf documents.

Custom front-end sales texts

The CPQ module accepts custom sales texts in its Python snippets that are then displayed during the product configuration, whether this happens on the front-end or the back-end. According to the programming in the back-end, the custom sales texts can be automatically included sales documents like cart summary and  sales order.

Dynamic texts in documents and Odoo workflows
Style your CodeCPQ Custom Product Forms with custom CSS. Specify the desired effects directly from the back-end: Just add the CSS code to the respective snippet page and generate the form.

Create information-rich quotes quickly

Dynamic product texts are ideal for convincing your customer of the configured product, e.g., as part of a comprehensive sales quote.

FAQ: CodeCPQ Dynamic Product Texts.

Read answers to frequently asked questions. Or discover more with our free trial.

You need to add translations for the text components in the Tab Build Object > Text Variables.

Simply use Python commands in the Tab Prepare Request > Generate Descriptions, e.g.:

configuration_text1 = "Width: " + str(cpq.width) + " mm"


Want to learn more about Dynamic Product Texts?

Sign up for the free trial now and start exploring.