Solved - Shopper Group - Cant change default - No Icons Displayed

Started by alex2311, March 11, 2015, 16:32:00 PM

Previous topic - Next topic

alex2311

The management of shopper groups does not appear to be functioning correctly.  I can't change the default group and the icon image (default / not default) are not displayed.
The code appears to call an image that is not present in any VM directory.

if ($row->default != 0) {
   echo JHtml::_('image','menu/icon-16-default.png', vmText::_('COM_VIRTUEMART_SHOPPERGROUP_DEFAULT'), NULL, true);
}
I searched the install package for the image (icon-16-default.png) but could not find it there either.

There also appears to be two defaults loaded on the table?  I dropped the table and re-installed and they came back.

Any ideas?

VirtueMart 3.0.6.2
PHP Built On   Windows NT OLYMPUS 6.3 build 9200 (Windows Server 2012 R2 Standard Edition) i586
Database Version   5.6.20
Database Collation   utf8_general_ci
PHP Version   5.6.5
Web Server   Microsoft-IIS/8.5
WebServer to PHP Interface   cgi-fcgi
Joomla! Version   Joomla! 3.3.6 Stable [ Ember ] 01-October-2014 02:00 GMT
Joomla! Platform Version   Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT

Cheers,
Alex

Milbo

It is not allowed anylonger to change the default and guest group, but you are allowed to edit it.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

alex2311

Thanks Milbo,

The image fix is only a little thing then...  I am sure it will be sorted in future releases.

Thanks

Alex