VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: michelming on October 04, 2013, 08:30:46 AM

Title: Shopper Group selection box only shows two Shopper Group entries.
Post by: michelming on October 04, 2013, 08:30:46 AM
In the FE Your account details, Shopper Information tab, Shopper Group selection box only shows two Shopper Group entries.

I fix the problem
administrator / components / com_virtuemart / helpers / shopfunctions. php

$attrs = 'multiple="multiple" data-placeholder="'.JText::_($select_attribute).'"';


Change
$attrs = 'multiple="multiple" data-placeholder="'.JText::_($select_attribute).'" size=""';




[attachment cleanup by admin]