in Public beta1.
Bug or mistake in use of Jtext line 61 in
administrator\components\com_virtuemart\models\config.php
replace
$result[] = JHTML::_('select.option', $file, JText::_(str_replace('.php', '', $file)));
with
$result[] = JHTML::_('select.option', $file, str_replace('.php', '', $file));
It's only buggy when you are not in English language !!!
In french
defaut is set to
défaut. Because the
é cant be a correct letter. All access to
défaut.php are converted to
dfaut.php and virtuemart can't find this files.
This bug is visible in all productdetails and category views, when you set it to defaut and seva it(only in foreign language ).
Sorry for my poor english
