radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Getting Started

Getting Started with fpd-js (Developer)
Please check out the JSDoc that documents all available options and methods. Requirements If developing locally, you need to run the example index.ht...
Thu, 27 Jul, 2023 at 12:26 PM
Element Parameters
With element parameters you control the behavior and properties of an element, e.g. if it can be dragged or the position on the stage. These can be set for ...
Thu, 27 Jul, 2023 at 12:27 PM
Customizing the UI&Layout
Most of the layout options can be easily set via CSS classes that you need to add the product designer element which is used in new FancyProductDesigner()....
Thu, 27 Jul, 2023 at 12:30 PM
Managing the Action buttons
Action buttons are displaying in the product stage and can be individually in different positions. var pluginOpts = {actions: { 'left': ['dow...
Thu, 27 Jul, 2023 at 12:31 PM
Using own fonts for the fonts dropdown
You can set up the available fonts, that your customers can choose from, via the fonts option. Custom Fonts You can easily register custom TrueType fon...
Thu, 27 Jul, 2023 at 12:31 PM
Using API methods and events
The official API documentation can be found here. The main entry point to use the API is the FancyProductDesigner class: var fpd = new FancyProductDes...
Thu, 27 Jul, 2023 at 12:35 PM