Jump to content

How and where to publish a module


Recommended Posts

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

  • 4 months later...

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

  • Like 1
Link to comment
Share on other sites

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

  • 2 years later...
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 by prakhar-ap (see edit history)
Link to comment
Share on other sites

  • 1 year later...

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...