Only download current showing view

Modified on Thu, 07 Nov 2019 at 02:34 AM

If you would like to let your customers download the customized product directly within the product designer you have the option to download only the current showing view or all views. Per default, all available product views are downloaded and aggregated into one file when downloading. You can check "Only export current showing view" to do differently.


If you would like to have this checkbox enabled out of the box, you must do some customization in Fancy Product Designer.

  • Open productdesigner.php in fancy-product-designer/assets/templates directory.
  • Search for this line:
<input type="checkbox" id="fpd-action-download-single-view" />


  • Add checked attribute:
<input type="checkbox" id="fpd-action-download-single-view" checked="checked" />



Download all views    



Download Current showing view