zerocool912 Posted February 7, 2008 Share Posted February 7, 2008 Hello every one. I am looking for away of coding my order form generated by WHM into my website allowing them to order with out been with in my website with just the order form with out them having to go to a new part of my website that looking nothing like my theme 0 Quote Link to comment Share on other sites More sharing options...
JasonO Posted February 7, 2008 Share Posted February 7, 2008 I would think it's possible, but slightly awkward. I'm having a guess how I've done something like this in the past, with a CMS system. Basiclly you can just copy and paste the <form> form data </form> from the source into your own html/php file. If you change the form action url to your WHMCS one.. I would 'Think' that would work. A domain order form is available in the Intergration Code area under the Utlities tab in the Admin Area. 0 Quote Link to comment Share on other sites More sharing options...
zerocool912 Posted February 7, 2008 Author Share Posted February 7, 2008 Hey dude thx for the help. it worked out anyways. but now i got a new problem. with my useing an iframe i need to keep with down the order form worked out so it jsut fitted nice with out scroll bars. Now the new problem is shoping cart. once they click on add to cart it opens the shoping cart up in the ifram. any idea on how to get it so i can open the shoping cart up in a new window? 0 Quote Link to comment Share on other sites More sharing options...
JasonO Posted February 7, 2008 Share Posted February 7, 2008 The add to cart button is a form button I believe. Either in the <form action="..."> bit, or in the button tag part, you need this: target="_blank" Have a play around and tell me if you get anywhere, if not i'll look into the templates and play about. 0 Quote Link to comment Share on other sites More sharing options...
zerocool912 Posted February 8, 2008 Author Share Posted February 8, 2008 Ty very very very much that seemed to of worked 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.