Child pages
  • Exploring PrestaShop's Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can copy the content of one language to another. This is especially useful when you wish to replace a theme language with the same language from another theme.

Modifying a Translation

The most important tool of the "Translation" sub-tab is in the "Modify translations" section. This is where you can choose to edit a translation, and completely customize each and every sentence if you wish.

Image Added

Select the part of the current translation that you wish to edit:

  • Front Office translations. Text visible to your customers about your shop.
  • Back Office translations. The texts accessible from your store’s admin panel
  • Error message translations. The error message translations that may appear.
  • Fields Names translations. The name of the fields in the front office or back office.
  • Module translations. The terms used by the installed and activated modules.
  • PDF translations. The terms used in the generated PDF files.
  • E-mail template Translations. The terms used in default e-mail templates.
    Once done, click the flag of the language that you wish to edit that translation in.

A long form then appears. It contains, split in tens of section, the hundreds of available strings.

Image Added

Click on a section title to open or close it, edit at will, and click "Update Translation" when you are done.

At the right of each text field is a an icon. Hover the mouse cursor over it to display the Google Translate suggestion.

Image Added

Quick Access

PrestaShop has handy shortcuts to your most important pages, which can be accessed through the "Quick Access" menu, at the top of the PrestaShop back-office.

!_Images^252-tools-quickAccessMenu.png |border=1!

The "Quick Accesses" sub-tab enables you to create shortcuts to make your navigation even easier.

Image Added

You will see all the shortcuts that have already been created. You can create as many shortcuts as needed – just don't overdo it, obviously.

Click "Add New" to access this form:

Image Added

Let's create a shortcut the "Tracking" sub-tab of the "Catalog" tab.

Import

The import function PrestaShop lets you fill your product catalog easily when you have a very large amount of products. By clicking the "Import" tab, the page below appears.

Image Added

PrestaShop enables you to quickly import seven types of information files:

  • categories,
  • products,
  • versions,
  • customers,
  • addresses,
  • manufacturers,
  • suppliers.

We will here only address the first two types of data.

Imported data file must be in text-file, using the CSV format (Coma Separated Value), and the accompanying .cvs file extension. We recommend using a semicolon ";" as a separator.
You can create such a file using any text editor (we recommend Notepad++), but we do advise you to use a spreadsheet program, such as the commercial Microsoft Excel or the free software OpenOffice.org Calc. Using a spreadsheet program enables you to have an easier and more visual grasp of your data, in comparison to the plain text file.

Once you have all your data in CSV format, you can upload it using the form in the "Import" sub-tab of the "Tools" tab. Load your file from your computer by clicking "Browse", confirm by clicking "Upload".

The name of your file will appear in the drop-down menu “select your CSV file." Next, select the type of data contained in your file (“select which entity to import”) In our case these are products so next, select into the language of the file.

Select the field separators. In most cases, we suggest you leave the default values. That is to say, "field separator" with a semicolon ";" and "multiple value separators" with a comma ",". If you want to remove all the products in your catalog before importing, select the appropriate option. You can skip to the next step by clicking on the button.

You will note that:

  • The price column will use your store’s default currency
  • In-stock text. The text that appears on your shop when your product is in stock
  • Supplier. If the provider does not exist, it will be automatically created during import
  • Ordering Text. This is the text displayed on the front office of your store when your product is out of stock.
  • Image URL. The URL of the image must be specified in full. In other words, the link that may
    be used in a web browser to display the image. Example: http://www.monhebergement.com/images/product/125

Import values and file format

You can import the following values (PrestaShop 1.1):

  • ID
  • Active
  • Name
  • Categories (x,y,z…)
  • Prices
  • Tax rate
  • On sale
  • Reductions
  • Reference #
  • Supplier reference #
  • Supplier
  • Manufacturer
  • EAN13
  • Weight
  • Quantity
  • Short description
  • Description
  • Tags (x,y,z…)
  • Meta-title
  • Meta-keywords
  • Meta-description
  • Text when in-stock
  • Text if back-order allowed
  • Image URLs (x,y,z…)
  • Features

Here is a sample import file:
"Actif";"Nom";"Catégories";"Prix";"ID Règle de taxes";"Prix d'achat";"En solde";"Référence";"Poids";"Quantité";"Résumé";"Description";"URL Images"
1;"Test";"1,2,3";130;1;75;0;"PROD-TEST";"0.500";10;"Test résumé";"Test desc.";"http://www.video2brain.com/fr/images/v2b_logo.gif"

Subdomains

Authentication on PrestaShop is partly based on HTTP cookies, which are very small file stored by your browser to remember crucial part of your login credentials, or of your navigating state. By design, cookies are limited to one domain (or sub-domain): a cookie created on www.myprestashop.com will not work for www.myprestashop2.com or www2.myprestashop.com.

As solution to this is to have PrestaShop cater for all of your shop's sub-domain, in order to create coherent cookies on each. That is exactly what you can do with this sub-tab.

Image Added

Add a new sub-domain is trivial.

Image Added

DB backup

You must perform regular backups in your shop, so that in case of a crash, you can reboot your shop quickly and in the best conditions. The database contains all the information in your shop. To create database backups of your shop, you have several solutions. You can use tools such as phpMyAdmin, reserved for advanced users, or use the tool integrated into PrestaShop seen on the "DB Backup" tab displayed below.

Image Added

The table above lists all backups that have already been made, specifying the date of creation, age, file name and size.
To create a new backup of the database, on "Create a new backup". You then arrive on the following notification:

Image Added

You are then prompted to click on the link "download the backup file" to save your database in the SQL format (and .sql file extension), archived in BZip2 format (.bz2). Put your backup in a safe place, for you might need it at any given time. Furthermore, you can find these backups directly on your server, in the "backup" folder, under the custom-named "admin" folder.