Jump to content

Removing a step in the order process


itch

Recommended Posts

I am using the default order form template. The 3rd step is the redundant step that I wish to remove. It shows the order and then "update cart". Here are possibilities in order of preference:

 

1) Remove step 3 completely, and change "add to cart" to next

2) Change "add to cart" and "update cart" to "next" and "confirm" respectively

 

Which is easier, and how would I go about getting this right? Remember, option 1 is by far my preferred way to go.

Link to comment
Share on other sites

Got your PM, I'll post the info here so maybe someone else can use it later.

 

Now I'm not too sure if this will work but let's try ;) Go to /whmcs_dir/templates/orderforms/current_order_form/configureproductdomain.tpl, download that file and edit it as such:

 

 <p align="center">
 <input type="submit" value="{$LANG.ordercontinuebutton}" />
 </p>
 {/if}

 

To:

 

  
   {/if}
   <p align="center">{if $editconfig}
   <input type="submit" value="{$LANG.updatecart}" />
   {else}
   <input type="submit" value="{$LANG.addtocart}" />
   {/if}</p>

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