Lagom WHMCS One Step Order Form

Lagom WHMCS One Step Order Form v1.1.2 Untouched

No permission to download

donscream

New member
Jun 6, 2020
7
4
3
I think it's wise not to tell how it's nulled publicly because it's possible that the MG team will change their licensing system in the next version if they read this post
well they do indeed change those key location in every version....
But hat's not a issue as i already have the 1.0.6 also working XDD
Well again for me it's working... (even it's a Frankenstein version )

Again Play with it....
 
  • Like
Reactions: hostmax

iuzairjan

Member
Banned User
May 4, 2022
27
67
18
iuzairjan updated Lagom WHMCS One Step Order Form with a new update entry:

Lagom WHMCS One Step Order Form 1.0.5 Nulled

Version 1.0.5 Nulled - Big Thanks to @abushadab


Released on the 10th of June 2022
Compatible with WHMCS v8.4.x, v8.5.0, Lagom Client Theme 2.1.x
  • Improvement Additional adjustments related to scrolling indication for fields validation
  • Improvement Swapped positions of country, state, and city fields for account details to better represent their order - case #589
  • FIX Additional linking fixes related to using products...

Read the rest of this update entry...
 

pengyangtao

New member
Feb 26, 2020
7
2
3
This prompt appears after I upload
Code:
ParseError: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) in
 

thecasper

New member
May 3, 2020
13
2
3
How can I configure the order.php page, when I open the modules, the order page gives a 404 error

order-page-error.PNG
 

Joaquop

New member
Banned User
May 2, 2022
14
14
3
How can I configure the order.php page, when I open the modules, the order page gives a 404 error

order-page-error.PNG
you need to edit .htaccess

Open the 'htaccess' file, you will find it in the main root directory.
8. If you have 'fully friendly rewrite' set up, you will have to paste the below rule underneath 'RewriteBase /' : RewriteBase /

#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]

Otherwise, create the below rule above the WHMCS rules:
RewriteBase /

#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]

*9. This step is optional:
If you are using an NGINX server, it is advised to add the below lines into its configuration file. Otherwise, the module might not work properly.

location /order {
rewrite ^/order/(.*)$ /order.php?m=OneStepOrder&gid=$1 break;
}
location /modules/addons/LagomOrderForm/api/ {
try_files $uri $uri/ /modules/addons/LagomOrderForm/api/index.php?$args;
}

Remember to adjust the above example to your WHMCS location.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu