This article will walk you through the steps necessary to install Lagom WHMCS One Step Order Form. We will guide you carefully through the whole installation process.
.zip
folder that has been downloaded from the client area./php71+/
content to your FTP server.license_RENAME.php
file. The file is located in modules/addons/LagomOrderForm/license_RENAME.php
. Rename it from license_RENAME.php
to license.php
.license.php
file in order to provide your unique license key.My Products → License Information
.your_whmcs/modules/addons/LagomOrderForm/
. RewriteBase /
#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]
RewriteBase /
#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]
Your product has been correctly activated and you can now proceed with its configuration.
← Introduction Update →