radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

API

Checkout with getProduct()
Would you like to use the plugin with a shopping-system, then you have to use the getProduct() method.  $('#checkout-button').click(function(){ ...
Mon, 19 Dec, 2022 at 3:42 PM
Saving the product image with PHP
You find a PHP script in the source folder, which will save an image on your webserver. You only need to send the data url of your product to this script, ...
Mon, 19 Dec, 2022 at 3:42 PM
Send proudct image to a mail address
You find a PHP script in the source folder, which will send an image to a custom mail address. In the PHP file you set also the sender mail address, recipi...
Mon, 19 Dec, 2022 at 3:42 PM
Remove an element
If you want to remove an element, e.g. before generating the product image, you can use the API of FPD first and then you can use the fabricjs API. Usi...
Thu, 27 Jul, 2023 at 12:41 PM
Placing a FPD module into an own HTML element
As our plugin is modular-built, you can easily put all FPD modules into a custom HTML element. That allows to use the modules outside of the product designe...
Thu, 27 Jul, 2023 at 12:44 PM