jkook Posted August 19, 2008 Share Posted August 19, 2008 How can I hide [register domain] and [transfer domain] option from order page? I tried to find out, but I can't find option for that. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted August 19, 2008 Share Posted August 19, 2008 Configuration >> General >> Domains >> uncheck the first 2 boxes. 0 Quote Link to comment Share on other sites More sharing options...
jkook Posted August 19, 2008 Author Share Posted August 19, 2008 No. What I wanted is to remove category from order page [register domain] and [transfer domain] I want those options you asked me to uncheck. Clients should be able to register or transfer when they order hosting. I don't want clients to buy domain only. All clients should buy hosting and domain at the same time. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted August 19, 2008 Share Posted August 19, 2008 In templates/orderforms/cart/products.tpl Make a backup first You will find these 2 lines towards the top of the page (approx line 14) {if $registerdomainenabled}<a href="{$smarty.server.PHP_SELF}?a=add&domain=register">{$LANG.registerdomain}</a> |{/if}{if $transferdomainenabled}<a href="{$smarty.server.PHP_SELF}?a=add&domain=transfer">{$LANG.transferdomain}</a>{/if} Simply remove those 2 lines 0 Quote Link to comment Share on other sites More sharing options...
jkook Posted August 19, 2008 Author Share Posted August 19, 2008 Thanks great ! 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.