Hi, i had the same problem @alessiobrii.
the script work well. I have however on issue once I select the option the price does not update unless I click in any part of the screen.
I fixed aswell whith the same change
$(‘select’).blur(function(){ with $(‘select’).click(function(){
Is working on PC but on small devices like smartphones i need press any part of screen.
any idea?
-
This reply was modified 6 years, 6 months ago by Fernando Caballero. Reason: correct error