Hi! Today started migration. Currently I'm at VM 3.2.2, J! 3.7.0 and gk_storefront 3.22
Sadly my template migration didn't end up well. If I access a product details, and select an extra fields drop-down item, the page gets reloaded through Ajax but it only displays the product image.
I'm totally confused, because, for testing purposes, I have set Beez template to Spanish lang and set Storefront template to English. Above that, I copied html/com_virtuemart override folder from storefront to Beez template.
If I load a product in Spanish (Beez template), the custom field drop-down reloads the page just fine, no errors, no console errors, no PHP errors, nada!
If I try the same product with the gk_storefront template, it fails as described above, on custom field change, Ajax request, then displays product image only.
I know that given the above test the issue should be the template, but I can't find the source of the issue, because no errors are shown (JS nor PHP)
If you can take a look, please review this two URLs
Beez template, working just fine (try to change dropdown "Período de Soporte y Actualizaciones")
https://it.mgscreativa.com.ar/mgs/index ... 18&lang=es
Storefront template, doesn't work (try to change dropdown "Support and Updates Period")
https://it.mgscreativa.com.ar/mgs/index ... 38&lang=en
Thanks in advise!