I have some problem with StoreBox v.3.21. On ios i can reproduce this issue every time. On desktop it varies. Don't know how.
The problem is: then i select product detail custom field, script doesn't enable in stock value and doesn't show cart button
On attached screen shot custom field selected, but cart button doesn't visible. What is a problem? It seams jQuery
jQuery(document).ready(function($) {
$('select[cvsel="field31813135"]').off('change',Virtuemart.cvFind);
$('select[cvsel="field31813135"]').on('change', { variants:[["/index.php/zapravochnaya-zhidkost/116-maxwells/3860-maxwells-black-terpkiy-tabak-120-ml-detail","0"],["/index.php/zapravochnaya-zhidkost/116-maxwells/3866-maxwells-black-terpkiy-tabak-120-ml--3-mg-detail","Maxwells Black Терпкий табак 120 мл (3 мг)"],["/index.php/zapravochnaya-zhidkost/116-maxwells/5818-maxwells-black-terpkiy-tabak-120-ml--6-mg-detail","Maxwells Black Терпкий табак 120 мл (6 мг)"]] },Virtuemart.cvFind);
}); //]]>
doesn't work. How can i fix it?