Jump to content

comparison cart suggestion to stop confusion


durangod

Recommended Posts

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 by durangod
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated