The problem is with scale. Product image is bigger than screen area (for printing reasons), so it's necesary to be scaled, but when scaling, colour picker is not shown, so color of "base" cannot be changed.
If scale is removed color picker appears fine.
Thank you very much for your help
0 Votes
O
Orix Systems posted
about 7 years ago
Best Answer
Finally checking Javascript code i've found an error. At FancyProductDesigner-all.js, at line 5381, says:
Same way, in minifiedd version of the file at line 10, says
parseFloat(b[f].toFixed(2))
And it must be:
parseFloat(b[f]).toFixed(2)
Please, keep this in mind for a new version solving this issue.
Regards
0 Votes
O
Orix Systemsposted
about 7 years ago
I've being doing some test an i've found that it seems to be a javascript error.
On click, i got the next JS error:
Error: TypeError: b[f].toFixed is not a function
Archivo de origen: http://crewded.local/js/fpd/js/FancyProductDesigner-all.min.js?20160720122125
Línea: 10
By checking source code, without minification the error is at line 5381 of FAncyProductDesigner-all.js:
I've got next product definition in FPD for jQuery:
The problem is with scale. Product image is bigger than screen area (for printing reasons), so it's necesary to be scaled, but when scaling, colour picker is not shown, so color of "base" cannot be changed.
If scale is removed color picker appears fine.
Thank you very much for your help
0 Votes
Orix Systems posted about 7 years ago Best Answer
Finally checking Javascript code i've found an error. At FancyProductDesigner-all.js, at line 5381, says:
But there is a closing parenthesis in bad position. It must be:
Same way, in minifiedd version of the file at line 10, says
And it must be:
Please, keep this in mind for a new version solving this issue.
Regards
0 Votes
3 Comments
rady kal posted about 7 years ago Admin
Thank you, will be part of next update!
0 Votes
Orix Systems posted about 7 years ago Answer
Finally checking Javascript code i've found an error. At FancyProductDesigner-all.js, at line 5381, says:
But there is a closing parenthesis in bad position. It must be:
Same way, in minifiedd version of the file at line 10, says
And it must be:
Please, keep this in mind for a new version solving this issue.
Regards
0 Votes
Orix Systems posted about 7 years ago
I've being doing some test an i've found that it seems to be a javascript error.
On click, i got the next JS error:
By checking source code, without minification the error is at line 5381 of FAncyProductDesigner-all.js:
I've been looking for toFixed function declaration without success. Any idea?
Thank you very much
0 Votes
Login or Sign up to post a comment