Store Products

Hello,

Currently in my version of dolphin, the only people who can download store products are people who have signed up for the website. Is there some one who knows how to create a special code to allow visitors download products as well? I will pay whoever knows a way to customize this.

Quote · 21 Nov 2014

You can try to comment out the following code in modules/boonex/store/classes/BxStoreFormAdd.php file, so users will be allowed to set file download privacy to public:

        $aInputPrivacyPurchase = $GLOBALS['oBxStoreModule']->_oPrivacyProduct->getGroupChooser($iProfileId, 'store', 'purchase');
/*
        foreach ($aInputPrivacyPurchase['values'] as $k => $r) {
            if ($r['key'] == BX_DOL_PG_ALL) {
                unset ($aInputPrivacyPurchase['values'][$k]);
                break;
            }
        }
*/

It should work with free items, but it can be problems with paid items.

Rules → http://www.boonex.com/terms
Quote · 25 Nov 2014
 
 
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.