Malith Perera Posted June 6, 2018 Share Posted June 6, 2018 i want add this my web site Domain page. How To add this My Domain page? 0 Quote Link to comment Share on other sites More sharing options...
wp4all Posted June 7, 2018 Share Posted June 7, 2018 Hi Malith Perera, less !!!!! would be also ok You can go under Setup --> tools--> Integrationscode there you will find some code snipped. For Domain would it be : <form action="https://your.domain.com/cart.php?a=add&domain=register" method="post"> Find your Domain: <input type="text" name="query" size="20" /> <input type="submit" value="Go" /> </form> The rest is done by css you can go over the Inspector of your Browser and copy the existing one and modify it. .domain-checker-container { margin: 20px 0; padding: 0; background-color: #ffce44; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; background: -webkit-gradient(linear,0 0,0 100%,from(#ffb201),to(#ffd960)); background: -webkit-linear-gradient(top,#ffd960,#ffb201); background: -moz-linear-gradient(top,#ffd960,#ffb201); background: -ms-linear-gradient(top,#ffd960,#ffb201); background: -o-linear-gradient(top,#ffd960,#ffb201); } .domain-checker-bg { margin: 0; padding: 80px 0; background-repeat: no-repeat; background-position: -512% -58px; background-image: url(../assets/img/globe.jpg); width: 98%; } Greetings Christian 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 7, 2018 Share Posted June 7, 2018 I will add that you won't get the pricing table, or prices in the spotlight TLDs because the homepage, or any page outside of the cart, won't automatically include access to those arrays/variables. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.