francesca Posted November 27, 2017 Share Posted November 27, 2017 I just finished to develop my custom module, which contains some integration functionalities for my software (through API). So the software is free (by the way, is it correct to set "MIT license: https://opensource.org/licenses/MIT" as license for the module?). I thought I just had to put it on the marketplace and wait for the approvation process, instead I recently read that the approvation times could last more than 1/2 months, and also that the marketplace is not the right place for free modules. So what? Link to comment Share on other sites More sharing options...
joseantgv Posted November 27, 2017 Share Posted November 27, 2017 Only partners can publish modules for free. I'd recommend you to upload module to GitHub and create a post. Link to comment Share on other sites More sharing options...
francesca Posted November 27, 2017 Author Share Posted November 27, 2017 A post on this Forum? And in this case how does it work the approvation process? Does my module have to pass some code standards/security check or it's all left on the developer? Link to comment Share on other sites More sharing options...
joseantgv Posted November 27, 2017 Share Posted November 27, 2017 5 minutes ago, francesca said: A post on this Forum? And in this case how does it work the approvation process? Does my module have to pass some code standards/security check or it's all left on the developer? It's all left on the developer. Have you seen Validator tool? https://validator.prestashop.com/ Link to comment Share on other sites More sharing options...
bellini13 Posted November 27, 2017 Share Posted November 27, 2017 If you want to offer the module for free, then create a new topic in the "Free Modules & Themes" forum... Prestashop does not allow contributors to add free modules to the PS Addons store Link to comment Share on other sites More sharing options...
RajRajen Posted April 7, 2018 Share Posted April 7, 2018 Hi , I have developed a custom module and i want to publish it on Prestashop marketplace can someone guide me on the procedure/steps to follow to publish my module on Prestashop Any related suggestion is much appretiated... Thanks 1 Link to comment Share on other sites More sharing options...
bellini13 Posted April 8, 2018 Share Posted April 8, 2018 21 hours ago, RajRajen said: Hi , I have developed a custom module and i want to publish it on Prestashop marketplace can someone guide me on the procedure/steps to follow to publish my module on Prestashop Any related suggestion is much appretiated... Thanks You want to sell your module? Or you want it to be free? Link to comment Share on other sites More sharing options...
RajRajen Posted April 8, 2018 Share Posted April 8, 2018 Hello Team, This will be for a monthly SaaS Pricing. We already have our SaaS App in Shopify. https://apps.shopify.com/liveb4buy We wanted to bring the same way to PrestaShop as well for both On-Prem and Hosted Prestashop. Thanks and Regards, Raj , LIVEb4buy team. Link to comment Share on other sites More sharing options...
prakhar-ap Posted September 28, 2020 Share Posted September 28, 2020 (edited) On 4/8/2018 at 5:09 PM, bellini13 said: You want to sell your module? Or you want it to be free? Hello, I too have created a module and want to sell my module, i.e. Upload the module in the market place. P.S. : 1. The module passed the validation process. 2. I have created a repo for the module on github. Now can you provide me a specific link/ procedure for the same? Edited September 28, 2020 by prakhar-ap (see edit history) Link to comment Share on other sites More sharing options...
fabcri Posted July 6, 2022 Share Posted July 6, 2022 Hello, we have developed a module that we would like to publish on the paid store. We are passing the form to the validator from the link https://validator.prestashop.com/ We have doubts about the licensing part. The validator returns "missing license eader". Each file must have a license section. In case we have to sell the module how should I set these parameters? Link to comment Share on other sites More sharing options...
Prestachamps Posted July 6, 2022 Share Posted July 6, 2022 Hi @fabcri, you should have the headers something like this: /** * 2007-2022 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2022 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ I hope that I could help. Have a nice day, Leo. Link to comment Share on other sites More sharing options...
fabcri Posted July 6, 2022 Share Posted July 6, 2022 yes fine, but the following section @author PrestaShop SA <[email protected]> * @copyright 2007-2022 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA shouldn't it be changed? In particular, in the type of @license license, what should I enter if the module is to be paid for? Link to comment Share on other sites More sharing options...
Prestachamps Posted July 7, 2022 Share Posted July 7, 2022 Hi @fabcri, the license you want to use is up to you, like gnu, or just place a copyright statement on your code (which you should have done anyway) and add a statement to the effect that no one is allowed to use your code. Have a nice day, Leo. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now