Download the PHP package powerling/akeneo-extension without Composer
On this page you can find all versions of the php package powerling/akeneo-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download powerling/akeneo-extension
More information about powerling/akeneo-extension
Files in powerling/akeneo-extension
Package akeneo-extension
Short Description Powerling extension for Akeneo product data
License OSL-3.0
Informations about the package akeneo-extension
Powerling extension for Akeneo PIM
Description
The Powerling Akeneo extension allows you to easily translate your Akeneo product contents to a large quantity of languages with a simple mass edit process.
Requirements
In order to start using this extension, first contact our sales team through this form: https://powerling.com/contact/cms-token Once the modalities of the collaboration settled, you will be provided with an API token
How it works
The translation request is done by a very simple mass edit process:
- Select your products in the grid and choose the "translate with Powerling" mass edit operation.
- Choose the language association used for this translation project.
- Send your products to Powerling in just one click
- Your products will be pushed back in the PIM as soon as the translation is complete
Installation
First step is to require the sources:
Register the bundle in config/bundles.php:
Clear cache:
Then we need to add a new mass edit batch job:
Add the new routes used by the extension to the global router. Add the following lines at the end of config/routes/routes.yml (create the file if it does not exist):
Update the database schema and regenerate your cache and assets:
Finally, you must set a cron to retrieve the translated contents from Powerling:
This command checks for translated content once every hour. We do not recommend to check more often than every hour to not overload the Powerling servers.
Parameters
You can configure your Powerling plugin in the dedicated screen: System >> Configuration >> Powerling
In this screen you will be able to set:
- you API credentials :
API key - the attributes you want to translate
Sandbox
When you install the extension, it aims at Powerling's sandbox environment.
In order to make it aim at the production environment, add the following line to your config/services/services.yml file:
Screenshots
This extension is based on the Akeneo TextMaster extension developped by Jean-Marie Leroux and Jessy Jurkowski