Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
587d8626
Commit
587d8626
authored
Feb 15, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thank you page
parent
a6179f0e
Pipeline
#327
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
functions.php
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
+1
-1
template.php
WWW_DATA/wp-content/plugins/apex_global_lms/template.php
+2
-0
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
View file @
587d8626
...
...
@@ -203,7 +203,7 @@ function vq_lms_process_order()
$_mid
=
get_option
(
"vq_lms_payment_merchant_id"
);
$_requestid
=
substr
(
uniqid
(),
0
,
13
);
$_noturl
=
site_url
(
"lms-notify?order_id=
{
$oid
}
"
);
//////site_url("https://requestb.in/1cz13lh1"); // url where response is posted
$_resurl
=
site_url
(
"
lms-payment-confirm
"
);
//url of merchant landing page
$_resurl
=
site_url
(
"
thank-you-download
"
);
//url of merchant landing page
$_cancelurl
=
site_url
(
"lms-cancel"
);
//url of merchant landing page
$_fname
=
$name
[
0
];
// kindly set this to first name of the cutomer
$_lname
=
$name
[
1
];
// kindly set this to last name of the cutomer
...
...
WWW_DATA/wp-content/plugins/apex_global_lms/template.php
View file @
587d8626
...
...
@@ -15,6 +15,7 @@ function enqueue_admin_css()
function
use_lms_template
(
$data
)
{
global
$post
;
if
(
is_page
(
'lms'
)){
return
__DIR__
.
"/template/e-learning.php"
;
...
...
@@ -41,6 +42,7 @@ function use_lms_template($data)
else
if
(
is_page
(
'lms-pricing'
))
{
return
__DIR__
.
'/template/pricing-request.php'
;
}
else
if
(
is_page
(
'lms-notify'
))
{
include
(
__DIR__
.
'/template/order-redirection.php'
);
exit
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment