How to disable select multiple categories in store module?

I search in module files but i not find...Meaby someone now how to enable only one categories select?

dolphin-forum.pl - Polish support for Dolphin 7
Quote · 3 Nov 2012

In modules\boonex\store\classes\BxStoreFormAdd.php

Find :

        $aCustomForm['inputs'] = array_merge($aCustomForm['inputs'], $aFormInputsSubmit);

Just above, Add :

        $aCustomForm['inputs']['categories']['attrs'] = array(
            'add_other' => false
        );  


Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 4 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.