diff --git a/source/skyconnect/index.html b/source/skyconnect/index.html
index fe2665e7261..046b7d14809 100644
--- a/source/skyconnect/index.html
+++ b/source/skyconnect/index.html
@@ -410,4 +410,8 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
closeDialog();
}
};
+
+ if (document.location.search === "?order") {
+ showBuyDialog();
+ }
diff --git a/source/yellow/index.html b/source/yellow/index.html
index d061e1f898e..942d935c0ad 100644
--- a/source/yellow/index.html
+++ b/source/yellow/index.html
@@ -343,4 +343,8 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
closeDialog();
}
};
+
+ if (document.location.search === "?order") {
+ showBuyDialog();
+ }