osckar Posted July 18, 2008 Share Posted July 18, 2008 Hi: I'm experiencing some issues with the order.php process: 1.- I click on whmcs/order.php and choose a package. Click on Order Now to step 2. 2.- Choose a domain. Ok. Now click on continue to step 3 3.- Configure addons etc. Now click to continue to step 4 4.- Order stops at step 3 I have replaced my buttons with images. I have replaced this: <input type="submit" value="{$LANG.ordercontinuebutton}" name="continue"/> With this: <input type="image" src="images/buttons/continue.gif" value="{$LANG.ordercontinuebutton}" name="continue"/> files: order_stepthree.tpl and order_stepfour.tpl In order_stepone.tpl and order_steptwo.tpl there is no problem using the code above. Any help appreciated! 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.