cypherdenmark Posted October 22, 2002 Share Posted October 22, 2002 Hey everybody....... :D I have just installed the Administrators-1.2.2 and it works almost perfect. In the Admin section -> Go to -> Modules there are 3 menu items: 1)Payment 2)Shipping 3)Order Total But the last menu item is not called ordre total the menu is suddenly look like this: 1)Payment 2)Shipping 3)BOX_MODULES_ORDER_TOTAL <- WRONG How can i make this look right again..... Have a nice day.......... :P Quote Link to comment Share on other sites More sharing options...
James2002 Posted October 23, 2002 Share Posted October 23, 2002 You just need to add that line in the english.php file in /admin/includes/languages/english.php define('BOX_MODULES_ORDER_TOTAL', 'Order Total'); is missing from the site. your english.php file should look like this: // modules box text in includes/boxes/modules.php define('BOX_HEADING_MODULES', 'Modules'); define('BOX_MODULES_PAYMENT', 'Payment'); define('BOX_MODULES_SHIPPING', 'Shipping'); define('BOX_MODULES_ORDER_TOTAL', 'Order Total'); I hope this helps. Quote Link to comment Share on other sites More sharing options...
cypherdenmark Posted October 23, 2002 Author Share Posted October 23, 2002 Thanx dude..... :!: That works..... Have a nice day........ :D 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.
Note: Your post will require moderator approval before it will be visible.