VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: alex2311 on March 11, 2015, 16:32:00 PM

Title: Solved - Shopper Group - Cant change default - No Icons Displayed
Post by: alex2311 on March 11, 2015, 16:32:00 PM
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
Title: Re: Bug - Shopper Group - Cant change default - No Icons Displayed -VM 3.0.6.2
Post by: Milbo on March 11, 2015, 17:11:40 PM
It is not allowed anylonger to change the default and guest group, but you are allowed to edit it.
Title: SOLVED: Bug - Shopper Group - Cant change default - No Icons Displayed
Post by: alex2311 on March 12, 2015, 15:15:50 PM
Thanks Milbo,

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

Thanks

Alex