Hi,
Template options are gone / missing in template gk_Storefront - Joomla 3.7.5
This did not work for me:
- https://www.gavick.com/forums/search?ke ... tions+gone
- reinstalling the template
Is there a solution?
Thank you.
Maarten.
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';