Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A small problem after installing Administrators-1.2.2


cypherdenmark

Recommended Posts

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

Link to comment
Share on other sites

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.

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • Create New...