Comment to Available File Types For Digital Products
-
Hello Fanalogy !
By default, the Market app has only zip files as allowed and it can be changed only via database. You need to run the following MySQL query:
UPDATE `sys_objects_storage` SET `ext_allow`='your new files extensions divided with , sign' WHERE `object`='bx_market_files' LIMIT 1;