itch Posted July 30, 2009 Share Posted July 30, 2009 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. 0 Quote Link to comment Share on other sites More sharing options...
DedicatedPros Posted July 30, 2009 Share Posted July 30, 2009 Well you'd have to edit the orderform code manually, could you describe which step specifically you want to remove (I know you said step 3 but I don't know whether or not you allow domain registration and its easier if you just say it ). 0 Quote Link to comment Share on other sites More sharing options...
itch Posted July 30, 2009 Author Share Posted July 30, 2009 I'm not sure if I'm allowed to post links here... so I'll IM it to you. But Step 3 = "Configure"? 0 Quote Link to comment Share on other sites More sharing options...
DedicatedPros Posted July 30, 2009 Share Posted July 30, 2009 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> 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.