FlexiHost Posted August 15, 2011 Share Posted August 15, 2011 Hi there, just wondering if it's possible at all to order/add to cart a domain via a URL at all. Thinking like: /cart.php?a=add&domain=register&systpl=mobile&sld=domainnamehere&tld=.co.nz But we don't want any hosting options available, just simply pass the domain that has already been checked into the cart to complete ordering. Any thoughts? 0 Quote Link to comment Share on other sites More sharing options...
FlexiHost Posted August 15, 2011 Author Share Posted August 15, 2011 Actually, ideally we want to person to land @ cart.php?a=confdomains - with the domain there all ready to go. 0 Quote Link to comment Share on other sites More sharing options...
Payton Designs Posted August 16, 2011 Share Posted August 16, 2011 Here is the integration code: <form action="cart.php?a=add&domain=register" method="post"> <input type="hidden" name="token" value="8eb26342e74075042d0b5eab10ffc20bb92f0970" /> Domain: <input type="text" name="sld" size="20"> <select name="tld"> </select> <input type="submit" value="Go"> </form> 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.