Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

comparison cart suggestion to stop confusion

$
0
0
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

Code:

<p align="center"><input type="submit" value="{$LANG.ordercontinuebutton}" class="cartbutton" /></p>
And change it to this:

Code:

<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.

Viewing all articles
Browse latest Browse all 13458

Trending Articles