Download only image in current view without having to select the option

Posted over 5 years ago by nbdayan

Post a topic
Answered
n
nbdayan

Right now it is possible to download only the image in the current view but the user has to select that option.

I would love to have an option to select this option without the user having to click on the box (its confusing).

If you know that the user will not want all views on one file it would be better not to even offer this option.

0 Votes

rady kal

rady kal posted over 5 years ago Admin Best Answer

You can edit the code and make this checkbox checked by default.


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


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



0 Votes


2 Comments

Sorted by
n

nbdayan posted over 5 years ago

Thanks!


0 Votes

rady kal

rady kal posted over 5 years ago Admin Answer

You can edit the code and make this checkbox checked by default.


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


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



0 Votes

Login or Sign up to post a comment