MailBeez works with Zen Cart v2.x running on PHP 8+
The installation is straight forward and can be done in a couple of minutes by following these steps:
MailBeez maintains its own tables – the shopping cart's existing tables remain as they are... unchanged.
Falls Sie noch nicht das Installations-Paket (.zip Archiv) geladen haben, bitte jetzt downloaden und auf Ihrem Computer entpacken: Download
In the mailbeez_installer-v4.xx fileset, navigate to catalog > admin, then copy the following file to your Zen-Cart admin-directory.
mailbeez.php
In the mailbeez_installer-v4.xx fileset, navigate to the catalog folder, then copy the following file and folder to your root Zen Cart directory (where your index.php is located).
mailhive (folder)
mailhive.php
In the mailbeez_installer-v4.xx fileset, navigate to extra_files > extra_zencart > zencart_2.x > admin, then copy/merge its contents into your Zen Cart admin-directory.
Log in to your zen-cart administration panel. From the navigation bar, select Tools > MailBeez. Then, click the “Install” button.
Please add following condition
# Don't rewrite MailBeez directory
RewriteCond %{REQUEST_URI} !^/mailhive [NC]
as a new line above
# Handle all other URIs using Zen Cart (its index.php)
The Zen Cart email function is peculiar when sending custom emails, and you may experience some minor issues when sending MailBeez generated emails through Zen Cart. See FAQ:
Please see Zen Cart FAQ for more details
Quick Solution: configure a SMTP Email Server in MailBeez > Configuration > Email Engine. This will bypass the Zen Cart email function and give MailBeez full control for sending emails.
If you would like MailBeez to use its own template system to generate MailBeez email (recommended), rather than integrating with and using Zen Cart’s email template system to generate MailBeez email (default), please do the following:
$email_html = zen_build_html_email_from_template($module, $block);
This code change tells Zen Cart to check if the content contains a valid html tag, and if not, applies the Zen Cart template system.
Mit Klick auf den neuen Menü-Punkt gelangen Sie zum MailBeez Installer:
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