Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

admin/index.php appearance


Irin

Recommended Posts

Posted

Hello,

I'm trying to change an appearance of my admin/index.php page. I added some new titles and took some away. Unfortunately, my changed titles are undefined, like:

 

Configuration

My Store, BOX_CONFIGURATION_PRODUCT_LISTING, BOX_CONFIGURATION_STOCK, Logging, Cache

 

Modules

Payment, Shipping, BOX_MODULES_SALE_MAKER

 

Catalog

Contents, Manufacturers

 

Locations / Taxes

Countries, Tax Zones

 

Customers

Customers, BOX_CUSTOMERS_REPORTS_ORDERS_TOTAL

 

Orders

Orders, BOX_PAYPAL_IPN

 

Localization

Currencies, Languages

 

Reports

Products, Orders

 

Tools

Backup, Banners, Files

 

 

I can't find out where does admin/index.php takes all the boxes definitions from. Does anybody have any advice where should I look for this?

 

Thanks.

Irina.

Posted

You need to define your new titles in catalog/admin/includes/languages/index.php .

 

-jared

Posted
You need to define your new titles in catalog/admin/includes/languages/index.php .

 

-jared

 

Thanks a lot jared. Now everything is perfect. :thumbsup:

Irina.

Posted

Great! I'm glad to see things come together.

 

-jared

  • 2 months later...
Posted

Hello,

 

I have added Order Total to admin/index.php Modules. When I click Order Total, it takes me to http://...../osCommerce/admin/modules.php?selected_box=modules&set=order_total but instead of showing Order Total I have Payment Modules with Module Directory: ........../osCommerce/includes/modules/payment/. In admin/index.php for BOX_HEADING_MODULES I have:

 

array('title' => BOX_HEADING_MODULES,

//Admin begin

                    'access' => tep_admin_check_boxes('modules.php'),

//Admin end

                    'image' => 'modules.gif',

                    'href' => tep_href_link(FILENAME_MODULES, 'selected_box=modules&set=payment'),

                    'children' => array(array('title' => BOX_MODULES_PAYMENT, 'link' => tep_href_link(FILENAME_MODULES, 'selected_box=modules&set=payment')),

                                        array('title' => BOX_MODULES_SHIPPING, 'link' => tep_href_link(FILENAME_MODULES, 'selected_box=modules&set=shipping')),

                                        array('title' => BOX_MODULES_ORDER_TOTAL, 'link' => tep_href_link(FILENAME_MODULES, 'selected_box=modules&set=order_total')),

                                        array('title' => BOX_MODULES_SALE_MAKER, 'link' => tep_href_link(FILENAME_SALEMAKER, 'selected_box=modules&set=salemaker')),

                                        array('title' => BOX_TOOLS_DEALS_COUPONS_MANAGER, 'link' => tep_href_link(FILENAME_DEALS_COUPONS_MANAGER, 'selected_box=modules&set=deals_coupons_manager')))),

When I go to http:......./osCommerce/admin/modules.php?set=payment&selected_box=modules and choose either Payment, Shipping or Order Total, I get:

HEADING_TITLE 

 

Modules Sort Order Action 

Module Directory: 

with the http:........./osCommerce/admin/modules.php in address.

 

What did I miss?

Thanks,

Irina.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...