durangod Posted December 31, 2012 Share Posted December 31, 2012 (edited) In the comparison cart process, I noticed in 512 when i was going through the process that once you choose a hosting plan and go the next page which you select a domain name that the button says Click to continue. This button is in templates/orderforms/comparison/configureproductdomain.tpl The problem is once you finish this page and click on continue, now you will see two buttons and they both say Click to continue. Clicking the upper button resubmits the domain and clicking the lower button actually takes you to the next step. This is confusing not only to customers but it is also hard to write instructions in a help text. So i fixed this in mine like this: Open: templates/orderforms/comparison/configureproductdomain.tpl down toward the bottom find this line <p align="center"><input type="submit" value="{$LANG.ordercontinuebutton}" class="cartbutton" /></p> And change it to this: <p align="center"><input type="submit" value="{$LANG.checkavailability}" class="cartbutton" /></p> Now the top button reads Check Availablity and the bottom button reads Click to Continue. This is much better and more importantly addresses accurate process on button click.. Just thought i would share. Edited December 31, 2012 by durangod 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 2, 2013 WHMCS Support Manager Share Posted January 2, 2013 Hi, Thanks for taking the time to provide your feedback. The best place to provide feature requests such as these are in our dedicated feature requests system at http://requests.whmcs.com 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted January 3, 2013 Author Share Posted January 3, 2013 Thanks John i will do that 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.