Top
Installation erfordert FTP Zugang

Digistore 4.1

MailBeez workswith DigiStore 4.1, running on php 5.3+

If MailBeez is not included in your DigiStore 4.1+ release please follow these instructions

The installation is straight forward and can be done in a couple of minutes by following these two steps:

  • copy new files
  • modify existing files

Step 1 – copy new files

Falls Sie noch nicht das Installations-Paket (.zip Archiv) geladen haben, bitte jetzt downloaden und auf Ihrem Computer entpacken: Download

The “Quickstart Package” Zip-File contains several folders. The Folder “catalog” contains the files and folders you need to copy into your Shop Root.

Copy following file and folder to your Shop Root (where your index.php is located)


catalog/admin/mailbeez.php -> admin/mailbeez.php  
catalog/mailhive -> mailhive (folder)  
catalog/mailhive.php -> mailhive.php

Step 2 – modify existing files

1. Add a menu entry

located and open the file


admin/includes/boxes/email.php

find


'<a href="' . tep_href_link(FILENAME_CONFIGURATION, 'gID=12', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CONFIGURATION_EMAIL_OPTIONS . '</a>');

replace with


 '<a href="' . tep_href_link(FILENAME_CONFIGURATION, 'gID=12', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CONFIGURATION_EMAIL_OPTIONS . '</a>'.
 '<a href="' . tep_href_link('mailbeez.php', '', 'NONSSL') . '" class="menuBoxContentLink">Mail Beez</a>');

this will add the menu-entry “MailBeez” to your Email-Menu item.

Feel free to place this link whereever you want.

Installation ausführen

Mit Klick auf den neuen Menü-Punkt gelangen Sie zum MailBeez Installer:

MailBeez Admin

Sie werden durch den weiteren Installations-Verlauf geführt und ggf. auf Probleme aufmerksam gemacht.

Fehler gefunden? Möchten Sie diese Seite verbessern?   diese Seite bearbeiten