You can do that with some custom CSS:
Hide product designer:
.fpd-order-display #fpd-extern-download-pdf + .fpd-product-designer-wrapper { display: none !important;}
or disable pointer events:
.fpd-order-display #fpd-extern-download-pdf + .fpd-product-designer-wrapper * { pointer-events: none !important;}
Hi
Any update on this? I have same issue.
Eoin
Hello, would love to see that option too. Any news please?
You can modify the CSS by applying the pointer-events only to the .fpd-product-stage:
.fpd-order-display #fpd-extern-download-pdf + .fpd-product-designer-wrapper .fpd-product-stage { pointer-events: none !important; }
Danny
5 people like this idea