diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl index 1dbae6fe7..092b3b48a 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl @@ -62,7 +62,12 @@ function swapBadgeInfo(badgeId) { } } } - + +var selector1 = document.getElementById('badgeId_formId'); +if (selector1) { + swapBadgeInfo(selector1.value); +} + \ No newline at end of file diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl index 767bcd324..f3e054c21 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl @@ -9,13 +9,16 @@

- + - - + + -
- -
-
+ + + +
a -
\ No newline at end of file + +
\ No newline at end of file