1) Oh I did not see that... Love it thanks. But, is there a way to remove the default? It looks like there's no way to not have a default size selected.
2) The code that I am supposed to add the code you provided after has two "}" at the end in the file, as per below. Do I put the code you provided between them or after them?
if(!empty($product->categories)) {
JArrayHelper::toInteger($product->categories);
$query = 'SELECT c.* FROM '.hikashop_table('category').' AS c WHERE c.category_id IN ('.implode(',', $product->categories).')';
$db->setQuery($query);
$product->categories = $db->loadObjectList('category_id');
}
}
3) Well a couple versions before, sorry not sure which one, the print was not that small. On my backend it is about a 8px size.
Thanks!