Child pages
  • Modul- und Template-Shop

Versions Compared

Key

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

...

Table of Contents
maxLevel4

Modules and Themes Catalog

PrestaShop comes bundled with more than 100 modules, but even that number might seem limiting, or you could want to explore other directions.

Image Removed

...

Modul- und Template-Katalog

PrestaShop hat mehr als 100 Module, wenn selbst diese Zahl für Sie eine Einschränkung darstellt, oder Sie noch mehr erkunden möchten, gibt es eine große Anzahl von Community-Modulen.

Image Added

Es stehen viele weitere Module auf der PrestaShop Addons-Website (http://addons.prestashop.com/) . Some are free, others are for-pay, and you are sure to find something that suits your needs! Once you are a seasoned module developer/theme designer, you can even submit your own creations, and sell them on Addons!

The "Modules & Themes Catalog" page gives you a quick and easy access to the online Addons database of modules and themes. Its interface is pretty straightforward:

  • A search field, with which you can search the whole content of the Addons website.
  • A list of 8 modules that you can buy directly.
  • A list of 12 themes that you can buy directly.

A search query will send you to the Addons website, where more options are available.

Clicking on an item will open its Addons page in a new browser tab.

Info

Addons is the official marketplace for PrestaShop Modules and Themes. This is where shop owners can get all the necessary items to customize their shop, and where authors can share their creations with the community.

Modules and themes can either be free or for-sale: the price is set by the author. Take the time to browse the available modules and themes, because expensive does not always mean better.

You must be logged-in before you can download or rate anything. Creating an account is free.

Installing a module

Once you have downloaded a module from the Addons online shop to your computer, it is up to you have it installed on your PrestaShop site.

There are two ways to install a module: either using the dedicated form, or using your FTP client.

Installing using the dedicated form

To install a new PrestaShop module automatically, click on the "Add new module" link at the top of the list of modules, in the "Modules" page. A new section will slide open.

Image Removed

The form in this section enables you to upload the archive file of the module, as downloaded from Addons. You can either upload a zip file, or a tar.gz one (tarball). The form is straightforward: simply browse to the module's file that you downloaded, and click the "Upload this module" button. Do not point to the module's uncompressed folder or any of its unpacked files: only the archive file!

Once you have clicked the button, PrestaShop will upload the module from your computer to its server, unpack it, place the files in the correct location, and update the page, all this in a handful of seconds. PrestaShop will then display "Module downloaded successfully".

Modules are not installed by default: you still have to click the module's "Install" button, and then possibly configure its settings.

Once configuration is complete, be sure to test the module immediately to confirm that it works as planned.

Installing using a FTP client

To install a new PrestaShop module manually:

  1. Unzip (decompress) the module archive file (.zip or tar.gz). This should result in a new folder.
  2. Using your FTP client, connect to PrestaShop web server, and place the unpacked module folder in PrestaShop's /modules folder.
    Pay attention NOT to upload that folder in another module's folder (which can happen when drag-and-dropping items). Upload both the folder and the files it contains, not just the files.
  3. Go to your back office, in the "Modules" menu.
  4. Locate the new module in the modules list. You might have to scroll down; you can also use the list's search engine, which should give you a dynamically updated list of matching module names.
  5. In the row for the new module, click the "Install" button.
  6. Your module is now installed and should be activated too. If necessary, click on the module's "Configure" link. Also, pay attention to any warning message that might be displayed by PrestaShop.

Once configuration is complete, be sure to test the module immediately to confirm that it works as planned.

Warning

Modules can come from many sources, and not all of them are reliable. This is why PrestaShop 1.6.0.7 introduced a warning window for "Untrusted" modules – that is, modules that have not been verified by PrestaShop through its Addons marketplace. This screen window lets you choose whether to proceed with the installation with no further notification, or to stop the installation process.

Image Removed

Installing a native module or a module obtained through Addons will not trigger the display of this window.

Updating a module

Your PrestaShop installation regularly checks with the Addons server if there is any update for your modules. If so, PrestaShop displays a "Update it!" link for the affected modules. Simply click it, and PrestaShop will take care of downloading and updating the module.

Image Removed

Uninstalling a module

Warning

Do not ever delete a module by directly trashing its folder using your FTP client! You must let PrestaShop take charge of it.

When you need to temporarily stop using a module, but still wish to keep its configuration, you can simply disable it: just click on the "Disable" link. The actions will turn into "Enable" and "Delete", but the "Uninstall" button can still be seen.

If you do not care about the module's configuration, click on the "Uninstall" button: your module's folder will still be in the /modules folder, but the module will not have any impact on your shop anymore.
If you wish to entirely remove the module from your server, click the "Delete" link: PrestaShop will get rid of its folder and all its files.

Tip

Make sure that the disabling or removal of the module does not break the theme.

Installing a theme

Once you have downloaded a theme from the Addons online store, it's up to you have it installed on your PrestaShop site.

Installing using PrestaShop's theme installer

This is the recommended method, as it preserves all the blocks' positions on their respective hooks.

PrestaShop has a native theme importer, which you can reach from the "Themes" page, under the "Preferences" menu. Click the "Add new theme" button at the top of the screen (not the "Add new" button above the list of themes, which is used to create a new theme). This screen presents you with 3 methods to install (or "import") a new module: from your computer, from a public website, or from your own FTP server. It also gives you a method to create a new theme from scratch.

Importing a theme

Whatever the method, the process remains the same: indicate the location of the theme's Zip archive, then click "Next".

Tip

Import from your computer: using the file explorer to find the archive.
Import from the web: indicate the direct public URL to the archive.
Import from FTP: using your FTP client, upload the archive in the following folder: /modules/themeinstallator/import/ .

A quick summary is displayed in the next page, indicating what that importer is about to do.

Click "Next" again to validate your choice. The theme is now installed, and PrestaShop asks you if you wish to install modules that were imported along with the theme, what you would rather do with the current modules configuration, and how you would like the images configuration to be taken into account.

Click "Next" one last time. A final confirmation page presents you with all the changes applied to your PrestaShop site. Click "Finish" to end the process.

Installing using a FTP client

This method is not recommended, but is still available. Use with caution: your blocks might not have the expected position on their respective hooks.

To install a new PrestaShop theme via FTP:

  1. Unzip (decompress) the theme archive file (.zip). This should result in at least one new local folder, /themes, containing your theme's folder(s).
  2. Using your FTP client, place the theme's folder (as found in the local /themes folder) online in your PrestaShop /themes folder. Pay attention NOT to upload that folder in another theme's folder (which can happen when drag-and-dropping items). Upload the whole folder, not just the files it contains.
  3. (optional) If the theme's archive contains a second /modules folder, it means your new theme comes bundled with modules that are specific to it, or necessary for it to run properly. Using your FTP client, place the folder(s) found in the local /modules folder online in your PrestaShop /modules folder. If your online PrestaShop install already has a module of the same name, try to only keep the most recent version of the two (the one with the most recent files). If unsure, keep the version bundled with the theme, as it is the most likely to work best with it.
  4. Go to your back office, in the "Themes" page under the "Preferences" menu.
  5. Select the new theme in place of the current theme, by clicking on the radio button then clicking "Save".
  6. Your theme is now in place.
  7. (optional) If the theme came with modules, activate them on the back office's "Modules" page, then configure them if need be.

Many themes come with an accompanying Install.txt file, which gives you instructions. Make sure to follow them in order to not forget anything.

Once configuration is complete, be sure to test the theme immediately, every page of it, to confirm that it works as planned. Do try to make a full order, from A to Z – you wouldn't want to miss orders just because you didn't notice the theme was incomplete!

Exporting a theme

Exporting a theme is very useful when you want either to back the theme up for safety, and create an archive of the theme for a friend or in order to make it available on the Addons marketplace zur Verfügung. Einige sind kostenlos, andere kostenpflichtig, Sie finden sicher, etwas, das Ihren Bedürfnissen entspricht! Wenn Sie ein erfahrener Modul Entwickler / Template Designer sind, können Sie sogar Ihre eigenen Kreationen einsenden, und sie auf Addons verkaufen!

Auf der Seite "Modul- & Template-Shop" finden Sie einen schnellen und einfachen Zugriff auf die Online-Addon-Datenbank der Module und Templates. Die Oberfläche ist ziemlich einfach:

  • ein Suchfeld, mit dem Sie den gesamten Inhalt der Addons Website durchsuchen können.
  • Eine Liste von 8 Modulen, die Sie direkt kaufen können.
  • Eine Liste von 12 Templates, die Sie direkt kaufen können.

Mit einer Suchanfrage gelangen Sie auf die Addons Website, wo mehr Optionen zur Verfügung stehen.

Durch Klicken auf ein Element wird seine Addons Seite in einem neuen Browser-Tab zu geöffnet.

Info

Addons ist der offizielle Marktplatz für PrestaShop Module und Templates. Hier können sich Shopbesitzer alle notwendigen Elemente holen, um ihren Shop anzupassen und Autoren ihre Kreationen mit der Community teilen können.

Module und Templates können entweder kostenlos oder kostenpflichtig sein: Der Preis wird vom Autor festgelegt. Nehmen Sie sich Zeit, die verfügbaren Module und Templates durchzusehen, teuer bedeutet nicht immer besser.

Sie müssen angemeldet sein, bevor Sie downloaden und bewerten können. Die Erstellung eines Kontos ist kostenlos.

Installation eines Moduls

Sobald Sie ein Modul von der Addons-Seite auf Ihren Computer heruntergeladen haben, müssen Sie es in Ihrem Shop installieren

Es gibt zwei Möglichkeiten, ein Modul zu installieren: entweder mit dem speziellen Dialog oder mit Ihrem FTP-Client.

Installation mit Hilfe des Dialoges

Um die automatische Installation eines neuen PrestaShop Moduls zu starten, klicken Sie auf den Button "neue Modul hinzufügen", links oben an der Liste der Module auf der Seite "Module". Ein neuer Abschnitt wird geöffnet.

Image Added

Im Dialog dieses Abschnitts können Sie die Archiv-Datei des Moduls hochladen, wie sie von Addons heruntergeladen wurde. Sie können entweder eine Zip-Datei oder eine tar.gz-Datei auswählen. Der Dialog ist einfach: einfach die Datei des Moduls, die Sie heruntergeladen haben, durchsuchen und auf "Modul hochladen" klicken. Wählen Sie keinen unkomprimierten Ordner des Moduls oder eine entpackte Datei: nur die Archivdatei!

Sobald Sie den Button geklickt haben, wird das Modul PrestaShop von Ihrem Computer auf den Server laden, entpacken, die Dateien an der richtigen Stelle ablegen und die Seite zu aktualisieren, das alles in ein paar Sekunden. PrestaShop zeigt dann an: "Modul erfolgreich hochgeladen".

Module sind nicht standardmäßig installiert: Sie müssen das Modul "Installieren" und dann möglicherweise seine Einstellungen konfigurieren.

Sobald die Konfiguration abgeschlossen ist, müssen Sie das Modul sofort testen, um zu bestätigen, dass es funktioniert wie geplant.

Installation mit Hilfe eines FTP-Client

Um ein neues PrestaShop-Modul manuell zu installieren:

  1. Entpacken (dekomprimieren) Sie die Archivdatei (.zip oder tar.gz). Dies sollte einen neuen Ordner zur Folge haben.
  2. Verwenden Sie Ihren FTP-Client, um eine Verbindung zum PrestaShop Webserver aufzubauen und legen Sie den entpackten Modulordner im / modules-Ordner in PrestaShop ab.
    Achten Sie darauf, diesen Ordner nicht in den Ordner eines anderen Moduls (was beim Ziehen und Ablegen von Elementen passieren kann) hochzuladen. Laden Sie sowohl den Ordner und die darin enthaltenen Dateien hoch, nicht nur die Dateien.
  3. Gehen Sie zu Ihrem Back-Office, im Menü "Module".
  4. Suchen Sie das neue Modul in der Modulliste. Sie müssen möglicherweise nach unten scrollen; Sie können es auch durch die dynamisch aktualisierte Liste der passenden Modul-Namen suchen.
  5. Klicken Sie beim passenden Modul auf die Schaltfläche "Installieren".
  6.  Ihr Modul ist nun installiert und sollte auch aktiviert werden. Falls erforderlich, klicken Sie auf den Link "Konfigurieren" des Moduls. Achten Sie auf jede Warnmeldung, die durch PrestaShop angezeigt werden könnte.

Sobald die Konfiguration abgeschlossen ist, müssen Sie das Modul sofort testen, um zu bestätigen, dass es funktioniert wie geplant.

Module können aus vielen Quellen stammen, und nicht alle von ihnen sind zuverlässig. Deshalb wurde mit  PrestaShop 1.6.0.7 eine Warnmeldung für "nicht vertrauenswürdige" Module - also Module, die nicht durch PrestaShop und den Addons Marktplatz verifiziert wurden - implementiert. In diesem Bildschirmfenster können Sie auswählen, ob Sie mit der Installation ohne weitere Vorkehrungen fortfahren wollen.

Warning

Image Added

Die Installation eines nativen Moduls oder ein Modul vom Marktplatz erzeugt kein solches Fenster.

Aktualisieren eines Moduls

Ihre PrestaShop Installation prüft regelmäßig die Addons-Server, um zu sehen, ob es eine Aktualisierung für Ihre Module gibt. Wenn dem so ist, zeigt PrestaShop den Link "aktualisieren!" bei den betroffenen Modulen. Klicken Sie einfach und PrestaShop kümmert sich um das Herunterladen und Aktualisieren des Moduls.

Image Added

Deinstallieren eines Moduls

Warning

Löschen Sie kein Modul, indem Sie seinen Ordner mit Ihrem FTP-Client löschen! Sie müssen diese Aufgabe PrestaShop erledigen lassen.

Wenn Sie ein Modul vorübergehend stoppen, aber seine Konfiguration nicht verlieren wollen, können Sie es einfach deaktivieren: klicken Sie einfach auf den "Deaktivieren" Link. Die Aktionen werden sich zu "Aktivieren" und "löschen" ändern, aber die Schaltfläche "Deinstallieren" wird noch zu sehen sein.

Wenn Ihnen die Konfiguration des Moduls egal ist, klicken Sie auf die Schaltfläche "Deinstallieren": Der Ordner Ihres Moduls wird immer noch im Ordner / modules vorhanden sein, aber das Modul wird keine Auswirkungen mehr auf Ihren Shop haben.
Wenn Sie das Modul vollständig vom Server entfernen möchten, klicken Sie auf den Link "Löschen": PrestaShop wird alle zugehörigen Ordner und Dateien löschen.

Tip

Stellen Sie sicher, dass die Deaktivierung oder Entfernung des Moduls nicht Ihr Template beeinflusst.

Ein Template installieren

Sobald Sie ein Template aus dem Addons Online-Store heruntergeladen haben, liegt es an Ihnen, es in Ihrem PrestaShop-Office zu installieren.

Installation mit dem PrestaShop Theme Installer

Dies ist die empfohlene Methode, da sie alle Werte und Positionen auf Standardwerten belässt.

PrestaShop hat einen native Template Importer, zu dem Sie über die Seite "Templates" unter dem Menü "Voreinstellungen" gelangen. Klicken Sie auf den "Template hinzufügen" -Button am oberen Rand des Bildschirms. Diese Seite zeigt Ihnen 3 Methoden, um ein neues Modul zu installieren (oder zu importieren): vom Computer, von einer öffentlichen Website, oder Ihrem eigenen FTP-Server. Es auch eine Methode, ein neues Template von Grund auf neu zu erstellen.

Ein Template importieren

Unabhängig von der Methode bleibt der Vorgang der gleiche: Geben Sie den Speicherort des Zip-Archivs an und klicken Sie auf "Weiter".

Tip

Import aus Ihrem Computer: den Datei-Explorer nutzen, um das Archiv zu finden.
Import aus dem Internet: schreiben Sie die direkte und öffentlichen URL in das Archiv.
Import von FTP: Laden Sie das Archiv mit Ihrem FTP-Client in den folgenden Ordner: / modules / themeinstallator / Import /.

Eine kurze Zusammenfassung wird auf der nächsten Seite angezeigt, die angibt, was das Importprogramm tut.

Klicken Sie auf "Weiter", um Ihre Auswahl zu bestätigen. Das Template ist nun installiert und PrestaShop fragt, ob Sie die Standardkonfiguration für Module, die zusammen mit dem Template arbeiten, einrichten möchten, oder lieber die alte behalten möchten, und ob Bilder, die in so einer Konfiguration importiert wurden, berücksichtigt werden sollen.

Klicken Sie ein letztes Mal auf „weiter“. Eine endgültige Seite zeigt Ihnen alle Änderungen an Ihrer PrestaShop Website, die durchgeführt werden. Klicken Sie auf "Fertig stellen", um den Vorgang zu beenden.

Installation mit Hilfe eines FTP-Client

Diese Methode wird nicht empfohlen, ist aber noch vorhanden. Vorsicht: Ihre Blöcke haben möglicherweise nicht die erwartete Position auf der Website.

Um ein neue PrestaShop Template via FTP zu installieren:

  1.  Entpacken der Template-Archivdatei (.zip). Dies sollte zu mindestens einem neuen lokalen Ordner führen, / themes, welcher weitere Ordner Ihres Templates enthält.
  2. Verwenden Sie Ihren FTP-Client, legen Sie den Ordner des Templates(wie im lokalen Ordner Themes gefunden) online in Ihren PrestaShop / Ordner Themes. Achten Sie darauf diesen Ordner nicht in den Ordner eines anderen Templates(was beim beim Ziehen und Ablegen von Elementen passieren kann) hochzuladen. Laden Sie den gesamten Ordner, er enthält nicht nur die Dateien.
  3. (optional) Wenn das Templates-Archiv einen zweiten Ordner – Modules – enthält, heißt das, das neue Design wurde mit Modulen, die speziell für das Template notwendig sind, gebündelt. Mit Ihrem FTP-Client, setzen Sie den Ordner (s) gefunden in der lokalen / Ordner Module online in Ihrem PrestaShop / Ordner Module. Wenn Ihre Online-Installation von PrestaShop bereits ein Modul mit dem gleichen Namen besitzt, versuchen Sie, nur die aktuellste Version der beiden zu behalten(die mit den neuesten Dateien). Wenn Sie unsicher sind, behalten Sie die Version, die mit dem Template gebündelt ist, hier ist die Wahrscheinlichkeit höher, dass alles korrekt funktioniert.
  4. Gehen Sie zu Ihrem Back-Office, auf die Seite „Templates“ unter dem Menüpunkt "Voreinstellungen".
  5. Wählen Sie das neue Template anstatt des alten aus und klicken Sie auf "Speichern".
  6. Ihr Template ist nun einsatzfähig.
  7. (Optional) Wenn das Template mit Modulen arbeitet, aktivieren Sie diese auf der Back-Office "Module" Seite, dann konfigurieren Sie sie, wenn nötig.

Viele Templates haben eine Install.txt-Datei, die Ihnen Anweisungen gibt. Vergessen Sie nicht, diesen zu folgen.

Sobald die Konfiguration abgeschlossen ist, sollten Sie das Template sofort testen, jede Seite, um zu bestätigen, dass es funktioniert wie geplant. Versuchen Sie wirklich alles- Sie würden keine Aufträge verpassen wollen, nur weil Sie nicht bemerkt haben, dass das Thema unvollständig war!

Ein Template Exportieren

Ein Template Export ist sehr nützlich, wenn Sie eine Sicherheitskopie des Template erstellen wollen, oder es auf dem Addons-Marktplatz zur Verfügung stellen möchten (http://addons.prestashop.com/ ). Not only does it generate a complete Zip archive of your theme, but it also adds many information in an XML files, which is very useful both when uploading to Addons, and when importing to another PrestaShop site.

Just as for theme importation, there are two ways to export a theme: using PrestaShop's own exporter, or using the one from the Theme Installator module:

  • PrestaShop's exporter: click on the "Export theme" button at the top of the "Themes" page (in the "Preferences" menu).
  • Theme Installator's exporter: open the module's configuration page, then go to the "Export a theme" section.

Select a theme and click on "Export this theme". A configuration form appears where you can set the exported themes parameters: author, theme name, compatibility version, attached modules (if any), etc.

Once all the parameters are correctly set, click on "Generate the archive now". You will quickly get a file to download from your browser. Save it on your hard-drive, then give the save file a proper name. From there on, you can easily share this theme, and if it is your own creation, you can start selling it on PrestaShop's Addons website at Es erzeugt nicht nur ein komplettes ZIP-Archiv mit Ihrem Template, es fügt auch viele Informationen in XML-Dateien hinzu, die sehr nützlich sind, wenn es sowohl um das Hochladen auf die Addons-Seite geht, oder beim Import auf eine andere PrestaShop Website.

So wie für Template-Import gibt es mehrere Möglichkeiten, ein Template zu exportieren: Verwendung des PrestaShop Exporteurs, oder des Theme Installator Moduls:

  • PrestaShop Exporteur: klicken Sie auf den Button „Template exportieren“ am oberen Rand der "Templates" Seite (im Menü "Voreinstellungen").
  • Theme Installator: Öffnen Sie Konfigurationsseite des Moduls, dann zum Abschnitt "Template exportieren".

Wählen Sie ein Thema und klicken Sie auf "dieses Template exportieren". Ein Dialog zur Konfiguration wird angezeigt, in dem Sie die zugehörigen Parameter einstellen können: Autor, Template-Namen, Kompatibilitätsversion, gebündelte Module (falls vorhanden), usw.

Sind alle Parameter richtig eingestellt, klicken Sie auf "Archiv jetzt erstellen". Ihr Browser wird die Datei herunterladen. Speichern Sie sie auf Ihrer Festplatte, dann geben Sie der Sicherungsdatei einen eigenen Namen. Von dort aus können dieses Template, wenn es Ihre eigene Kreation ist, zum Verkauf auf der PrestaShop Addons Website anbieten http://addons.prestashop.com/.

PrestaShop's mobile template

The mobile template enables any PrestaShop merchant to have his or her shop be accessible to mobile devices: from the home page to the payment process, along with product pages and conversion funnel.

Installing the mobile template for your shop

Installing PrestaShop's mobile template is easy:

  1. Connect to you PrestaShop's administration.
  2. Go to the "Themes" page under the "Preferences" menu.
  3. In the "Appearance" section, go to the "Enable mobile theme" part and choose one of the three options other than "I want to disable it".

Image Removed

By default, the mobile template is only used for mobiles phones, tablet receiving the same theme as regular devices. With this option, you can choose to have the mobile template be used for tablets ("Both" option"), or even choose to only have it used for tablets (mobile phones receiving the regular theme).

Customizing the mobile template

The mobile template's files are located in the /mobile subfolder of the current theme's folder. This way, if you current theme is the default PrestaShop theme, the mobile template's files are in the /themes/default/mobile of your PrestaShop installation.

The template is made of HTML, CSS and JavaScript files: its structure is therefore the same as for the default theme, but its design is radically different, as it was built for the smaller screens of mobile devices.

Therefore, if you wish to change the colors or layout of the mobile template's pages, you must edit the CSS and/or HTML files in order to adapt them to your likings. You must have a good knowledge of web programming languages, or ask for help from a web developer.

Using the mobile template with another theme

The mobile template is only available if the current theme has a /mobile subfolder in its own folder. Hence, numerous PrestaShop themes do not have a proper mobile theme, and these themes' users cannot automatically offer a mobile version of their shop to their visitors

While the theme you are using is being updated with its own mobile template, you can use the default mobile template, thanks to a quick file manipulation: you just have to copy the /mobile subfolder from the /themes/default folder, and paste this subfolder (and all of its files) in your current theme's folder.

...

Mobile Vorlagen

Die mobile Vorlage ermöglicht es jedem PrestaShop Nutzer, seinen oder ihren Shop für mobile Geräte zugänglich zu machen.

Installieren der mobilen Vorlage für Ihren Shop

Die Installation einer mobilen Vorlage ist ganz einfach:

  1.  Schließen Sie die PrestaShop Verwaltung.
  2. auf der "Themen" Seite suchen Sie den Menüpunkt "Einstellungen".
  3. Wählen Sie im folgenden Abschnitt den Reiter „Mobil“, wählen Sie eine der drei anderen Optionen und nicht „immer deaktivieren“.

Image Added

Standardmäßig ist die mobile Vorlage nur für Mobiltelefone, Tablets sehen die Website wie normale PC-Geräte. Mit dieser Option können Sie aber festlegen, dass die Mobil Vorlage auch für Tablets oder sogar ausschließlich für Tablets verwendet werden soll.

Anpassen der mobilen Vorlage

Die Dateien der mobilen Vorlage sind im / Mobile Unterordner vom Ordner des aktuellen Templates. Also finden Sie die mobile Vorlage, falls Sie das Standard-Template verwenden, unter / themes / default / Mobile Ihrer PrestaShop Installation.

Die Vorlage enthält HTML, JavaScript und CSS Dateien: seine Struktur ist daher die gleiche wie bei einem Standard-Design, die Konstruktion ist aber grundlegend anders, für kleinere Bildschirme der mobilen Geräten aufgebaut.

Deshalb, wenn Sie die Farben oder das Layout der Seiten des Mobil Vorlage ändern möchten, müssen Sie die CSS und / oder HTML-Dateien an Ihre Vorlieben anpassen oder bearbeiten. Sie müssen eine gute Kenntnis der Web-Programmiersprachen haben, oder fragen Sie einen Web-Entwickler um Rat.

Verwendung der mobilen Vorlage mit einem anderen Template

Die mobile Vorlage ist nur verfügbar, wenn das aktuelle Template einen / Mobile Unterordner im Template-Ordner hat. Zahlreiche PrestaShop-Templates haben aber kein eigenes Mobil-Template, Benutzer können also keine Mobilversion ihrer Website für Besucher anbieten.

Während das Template möglicherweise um eine Mobilvorlage erweitert wird, können Sie die Standard-Vorlage verwenden, dank einer schnellen Dateimanipulation: Sie müssen nur den / Mobile Unterordner vom / themes / default Ordner kopieren, und diesen Ordner(und alle seine Dateien) im Ordner Ihrer aktuellen Templates unterbringen.

Sie werden daher die Standard-Mobil Vorlage verwenden, anstatt eine Vorlage mit einem Design, das im Einklang mit Ihren Haupttemplate ist, aber nichts hindert Sie daran, die HTML, CSS oder JavaScript-Dateien der mobilen Vorlage zu bearbeiten, um sie näher an Ihr eigenes Template heranzubringen.