| 97 | |
| 98 | == How to enable automatic checking for module updates == |
| 99 | |
| 100 | 1. You need to use URL like the following in module's '''update_url''' parameter in '''install/config.php''' file. |
| 101 | |
| 102 | {{{ |
| 103 | http://www.boonex.com/market/update_ckeck?product=[UNIQUE_MODULE_NAME] |
| 104 | }}} |
| 105 | |
| 106 | '''UNIQUE_MODULE_NAME''' is a unique module identifier. You may use some personal prefix for your modules. |
| 107 | |
| 108 | 2. You need to enter the same '''UNIQUE_MODULE_NAME''' during uploading a product in BoonEx Market. It should be specified in mandatory field '''Courtesy Info''' -> '''Name''' |
| 109 | |
| 110 | 3. You need to upload update script in BoonEx Market product. You may do it using updated files uploader [[Image(uploader-img01.png)]] |
| 111 | '''Note.''' If, for example, you want to upload upgrade script from version 1.0.0 to version 2.0.0 then both of these versions should be already uploaded in the product. |