buddy Posted January 14, 2008 Share Posted January 14, 2008 Hi, i would remove the line "Total Recurring:" in my shopping cart. In which way i can do that? Thank you 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted January 14, 2008 Share Posted January 14, 2008 Open whmcs/lang/English.txt and find: $_LANG['ordertotalrecurring'] = "Total Recurring"; Replace with: $_LANG['ordertotalrecurring'] = ""; 0 Quote Link to comment Share on other sites More sharing options...
buddy Posted January 14, 2008 Author Share Posted January 14, 2008 Hi, just that? And the total will be removed also? Thank you 0 Quote Link to comment Share on other sites More sharing options...
arhost Posted January 14, 2008 Share Posted January 14, 2008 No, you'll need to edit the "order-stepfour.tpl” to remove the order total recurring. 0 Quote Link to comment Share on other sites More sharing options...
buddy Posted January 14, 2008 Author Share Posted January 14, 2008 No, you'll need to edit the "order-stepfour.tpl” to remove the order total recurring. Thank you!! It's ok now! 0 Quote Link to comment Share on other sites More sharing options...
buddy Posted January 14, 2008 Author Share Posted January 14, 2008 Sorry but i was wrong. Can you tell me what i have to delete exactly? Thanks again 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Developer WHMCS Andrew Posted January 14, 2008 WHMCS Developer Share Posted January 14, 2008 Edit : templates/orderforms/default/order-stepfour.tpl I would say remove this: (but backup files and test as i haven't) {if $totalrecurringmonthly || $totalrecurringquarterly || $totalrecurringsemiannually || $totalrecurringannually || $totalrecurringbiennially} <tr class="clientareatableheading"><td align="right">{$LANG.ordertotalrecurring}: </td><td align="center">{if $totalrecurringmonthly}{$totalrecurringmonthly} {$LANG.orderpaymenttermmonthly}<br />{/if} {if $totalrecurringquarterly}{$totalrecurringquarterly} {$LANG.orderpaymenttermquarterly}<br />{/if} {if $totalrecurringsemiannually}{$totalrecurringsemiannually} {$LANG.orderpaymenttermsemiannually}<br />{/if} {if $totalrecurringannually}{$totalrecurringannually} {$LANG.orderpaymenttermannually}<br />{/if} {if $totalrecurringbiennially}{$totalrecurringbiennially} {$LANG.orderpaymenttermbiennially}<br />{/if}</td></tr>{/if} 0 Quote Link to comment Share on other sites More sharing options...
buddy Posted January 14, 2008 Author Share Posted January 14, 2008 I have removed that code but total recurring is still there 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Developer WHMCS Andrew Posted January 14, 2008 WHMCS Developer Share Posted January 14, 2008 delete all the files from your "templates_c" folder 0 Quote Link to comment Share on other sites More sharing options...
Brett Posted January 14, 2008 Share Posted January 14, 2008 Are you using cart.php or order.php? If using order.php which template are you using, boxes, default, or singlepage... 0 Quote Link to comment Share on other sites More sharing options...
buddy Posted January 14, 2008 Author Share Posted January 14, 2008 I'm using cart.php. Thank you 0 Quote Link to comment Share on other sites More sharing options...
Brett Posted January 14, 2008 Share Posted January 14, 2008 Edit /templates/orderforms/cart/viewcart.tpl Remove: {if $totalrecurringmonthly || $totalrecurringquarterly || $totalrecurringsemiannually || $totalrecurringannually || $totalrecurringbiennially} <tr class="carttablesummary"><td align="right">{$LANG.ordertotalrecurring}: </td><td align="center">{if $totalrecurringmonthly}{$totalrecurringmonthly} {$LANG.orderpaymenttermmonthly}<br />{/if} {if $totalrecurringquarterly}{$totalrecurringquarterly} {$LANG.orderpaymenttermquarterly}<br />{/if} {if $totalrecurringsemiannually}{$totalrecurringsemiannually} {$LANG.orderpaymenttermsemiannually}<br />{/if} {if $totalrecurringannually}{$totalrecurringannually} {$LANG.orderpaymenttermannually}<br />{/if} {if $totalrecurringbiennially}{$totalrecurringbiennially} {$LANG.orderpaymenttermbiennially}<br />{/if}</td></tr>{/if} Make sure you backup before editing. Just let us know if this works for you. 0 Quote Link to comment Share on other sites More sharing options...
buddy Posted January 15, 2008 Author Share Posted January 15, 2008 Removed but the line is always there! How is it possible? I have deleted also the files into templates_c. Thanks for your help 0 Quote Link to comment Share on other sites More sharing options...
Brett Posted January 15, 2008 Share Posted January 15, 2008 Can you give the website URL or if you are not comfortable giving it send me a PM. 0 Quote Link to comment Share on other sites More sharing options...
buddy Posted January 15, 2008 Author Share Posted January 15, 2008 Done again and resolved. I don't know what i was wrong but now it seems to work correctly. Thanks again for your help. 0 Quote Link to comment Share on other sites More sharing options...
Brett Posted January 15, 2008 Share Posted January 15, 2008 Cool! Glad to hear it. 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.