From 4eb190650f9c5e9242849a8d39b29d9a4dbbbbee Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 7 Sep 2017 16:26:02 -0400 Subject: [PATCH] Setting url for site Go the wordpress site url. --- registrations/Views/Default/registrations_confirmation.html | 2 +- registrations/registrations.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/registrations/Views/Default/registrations_confirmation.html b/registrations/Views/Default/registrations_confirmation.html index 4448347..4f25bc2 100644 --- a/registrations/Views/Default/registrations_confirmation.html +++ b/registrations/Views/Default/registrations_confirmation.html @@ -115,7 +115,7 @@  
- {customer_long_name} + {customer_long_name} {customer_address} {customer_city}, {customer_state} {customer_zip} {customer_phone} diff --git a/registrations/registrations.php b/registrations/registrations.php index 2eee834..330ba8d 100644 --- a/registrations/registrations.php +++ b/registrations/registrations.php @@ -771,6 +771,7 @@ $v['rate_classes'] = $rate_classes; $v['rate_name'] = $rate_class_name; $v['base_secure_url'] = BASE_SECURE_URL; $v['base_url'] = SI_BASE_URL; +$v['real_url'] = get_site_url(); $v['old_url'] = 'https://ws0.gaslightmedia.com/cslewis'; // Get bulletin and terms/conditions -- 2.17.1