Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I am adding Page Editor v1.6 and so far everything has been cut and dry except the installation on the Admin side of things.

 

The instructions says:

Open catalog/admin/index.php

 

Find near line:46

array('title' => BOX_HEADING_REPORTS,

'image' => 'reports.gif',

'href' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports'),

'children' => array(array('title' => REPORTS_PRODUCTS, 'link' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports')),

array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))),

 

After it, insert:

// BOF edit pages

array('title' => BOX_HEADING_PAGES,

'image' => 'pages.gif',

'href' => tep_href_link(FILENAME_PAGES, 'selected_box=pages'),

'children' => array(array('title' => PAGES_LIST_PAGES, 'link' => tep_href_link(FILENAME_PAGES, 'selected_box=pages')),

array('title' => PAGES_ADD_PAGE, 'link' => tep_href_link(FILENAME_PAGES.'', 'selected_box=pages&action=new_page')))),

// EOF edit pages

 

Where would this could be placed or should I disregard it?

Powered By osC 2.2RC2a STS 4.5.8 - HTC 2.6.3 - FP 1.5.9 - BCH 1.0.0

  • 4 months later...
Posted
I am adding Page Editor v1.6 and so far everything has been cut and dry except the installation on the Admin side of things.

 

The instructions says:

 

 

Where would this could be placed or should I disregard it?

 

 

Did you manage to come right my friend?....I've currently encountered the same problem.

Did you try to disregard it?...I'd luv to know if that worked.

 

I'll give it a test from my side as well.

 

Good luck

 

PS: please could you let me know how you got around this problem.

 

Thanks mate

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...