AtroPIM
-
AtroPIM – a free, open source, next generation PIM system
AtroPIM is a free, modern, 100% open source, GPLv3 licensed, web-based, feature-rich and configurable PIM solution of a new generation for retailers, producers and brands, with many benefits. It's easy to keep catalogs up to date, add new products or change existing ones, deliver your current product information across all channels, and it takes hours, not weeks. AtroPIM helps you with teamwork and automates your business processes, increases the productivity and quality of the work results, systematizes and structures the exchange of information. AtroPIM can be adapted exactly to the needs of the user. Use AtroPIM together with AtroDAM in one software instance to deliver excellent product experience!
- https://atropim.com/
- https://github.com/atrocore/atrocore
- https://github.com/atrocore
- https://alternativeto.net/software/atropim/
Integrates with EspoCRM too apparently, similar free core and paid additional modules, although you can also create your own.
-
This post is deleted!
-
I hope everybody specifies what the acronyms mean on their first use. This courtesy of YouChat AI:
A PIM (Product Information Management) solution is a software tool that helps companies collect, manage, and distribute product information across their various sales channels. It serves as a centralized platform that compiles and organizes information about a company's products, such as descriptions, prices, images, and specifications. A PIM solution allows companies to keep their product information consistent and up-to-date across all channels, including websites, marketplaces, and social media. It can also integrate with other business systems, such as ERPs and CRMs, to provide a complete view of a company's product data. Overall, a PIM solution helps companies to streamline their product management processes and provide accurate information to their customers.
-
To be fair, you can do what this app does with Wordpress + Woocommerce
-
I was able to install this App via the Cloudron LAMP App:
- Open Path "/app/data/public/" and delete all files (including .htaccess)
- run
git clone https://github.com/atrocore/skeleton-pim-no-demo.git . && php composer.phar self-update && php composer.phar update
(make sure you are in "/app/data/public/") - run
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
- run
find client data custom upload -type d -exec chmod 775 {} + && find client data custom upload -type f -exec chmod 664 {} +
- add to cron in cloudron app settings:
* * * * * php /app/data/public/index.php cron
- open App URL and run setup
- Get mysql credentials from /app/data/credentials.txt
- Add required parameters to /app/data/php.ini:
max_execution_time=180
max_input_time=180
memory_limit=256M
- Restart App
- Finish Setup
Updates can be done in the Admin UI:
Administration → System → Modules → Update
(you have to restart the App in Cloudron after every Update)You can use this Image for the Launcher: