archerv Posted July 19, 2023 Share Posted July 19, 2023 Hi guys, Need help in module deployment. We received this error "Your .zip name is already used in an other module." when we tried to deploy our payment module to prestashop marketplace. We did look into the marketplace if we have similar names but none exist, and this is our initial release. This error seems to be not really the actual problem. We followed the structure of 1.7 or 1.8 as suggested: ------------------ /modulename - controllers - front - install - src - upgrade - views - css - img - js - templates - front - hook modulename.php logo.png config.xml ------------------------ The zip, folder {module} and the main file are non-caps, the class name is in camel case, the main module class extends PaymentModule, the $this->name = {module} is also non-caps, the module_key is properly entered. The main class has install and uninstall function. We validated my module with the prestashop validator and all are checked green. Our compatibility are versions 1.7.7 to 8.1.1. Any other thing that we missed? Thank you in advance. A Link to comment Share on other sites More sharing options...
archerv Posted July 25, 2023 Author Share Posted July 25, 2023 any experts with prestashop deployment here that can help? appreciated. Link to comment Share on other sites More sharing options...
idnovate.com Posted July 26, 2023 Share Posted July 26, 2023 The problem is that there's another module in Addons that uses the same physical name. You need to rename yours. 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