- Upload files from this repo in whmcs MAIN DIR
- Activate the Microweber Addon from Setup > Addon modules
- Go to general settings and set Domain Url and WHMCS System URL as https
- Add configurable option group "Template"
- Go to Addon > Microweber Addon
- Mark current Plans and Templates
- Save!
- Go to Setup -> General Settings
- Set the template to "Mw-sitebuilder"
- Visit your website
- If you have cPanel & WHM you can install the plugin from here cPanel Plugin
- If you have Plesk you can install the plugin from here Plesk Plugin
- If you don't have cPanel or Plesk you can use the Cloud Connect setup from here Cloud Connect
If you wish to edit the order process and customize the designs, you can do it in the following way,
- All order forms are located in
modules/addons/microweber_addon/order/
folder - Copy the folder
whitelabel
and rename it to something else for examplemybrand
- Open the file
templates/mw-sitebuilder/header.tpl
and change the embed code parameter of the style attribute for. For example<script src="{$WEB_ROOT}/modules/addons/microweber_addon/order/embed.js?style=whitelabel&target=top"></script>
will become or example<script src="{$WEB_ROOT}/modules/addons/microweber_addon/order/embed.js?style=mybrand&target=top"></script>
- Edit your text and style on your order forms from the folder
modules/addons/microweber_addon/order/mybrand
If you wish to edit use your own cart template you need to add thole lines on your file configureproduct.tpl
For example open this file /members/templates/orderforms/modern/configureproduct.tpl
and add
{if $template_config_option_script}
{$template_config_option_script}
{/if}
If you have any problems please post them in the issues section.