Learn how to resolve Front Office Translation Issues in PrestaShop with a few steps.
Front Office Translation is used to translate sentences to other languages. In case, if you are interested to run a multi-lingual ecommerce store Login in to your admin account.
Realize Your Top Quality Ecommerce Store Dream at affordable price!!!
On the left side of the admin panel, many categories will be shown. Under those categories select Translation from the Localization option.
On the translation page, you can see the details of the Enabled Languages, Main Countries, and Front office Translation details.
On the Translation page, you can also see many categories. Under those categories choose To modify Translations. In that, you can see three subcategories namely Type of Translation, select your theme and select your language. Now, choose the type in the categories and select Modify. It will take you to the translation page.
Sometimes, the translation page will not appear because of the low memory space.
If this problem occurs, you have to change the memory limit. Increase the memory limit to view the front office translation in the php INI file.
If you don’t have php INI file, follow these steps to create a new one.
Resolve Front Office Translation Issues in PrestaShop
Step 1:
Log in to your C panel account. Once you log in to your account, click on File Manager. In File Manager, click New File to create a php file.
Step 2:
Enter your file name as “php.ini” and choose the destination path.
Step 3:
Now, click on the created php file and select Code Editor from the menu bar.
Step 4:
Once you click on the code generator, a dialog box will appear. Click on the Edit option to do further change in the memory limit.
Step 5:
Once you click on the Edit option, you will be taken to a blank page. Here, on this blank page, type the code related to the memory limit.
Below are some examples of the changes that can be made along with the syntax to use. The notes in brackets are not part of the syntax:
post_max_size = 20M (Maximum size of POST data that PHP will accept, in megabytes)
upload_max_filesize = 20M (Maximum allowed size for uploaded files, in megabytes)
max_execution_time = 30 (Maximum execution time of each script, in seconds)
max_input_time = 60 (Maximum amount of time each script may spend parsing request data, in seconds)
memory_limit = 8M (Maximum amount of memory a script may consume, in megabytes)
magic_quotes_gpc = Off (Magic quotes for incoming GET/POST/Cookie data)
magic_quotes_runtime = Off (Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.)
Step 6:
Once you finish the code, click on the Save Changes options to save the code.
Now log out of your account and log in again. This is how the translation will look after inserting the php INI file.
Do the above steps to add translation to your front office translation page.
If you are having an idea to launch an Ecommere store, click here.
Leave a Reply