Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Member approval 1.5_4 Problem


hopper91

Recommended Posts

im following this add-on however there is part of it that say

 

 

#### [ OPEN ] ##################################################################

admin/includes/boxes/customers.php

##################################################################

## After this: ################################

 

'<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS .

 

'</a><br>' .

 

## Insert this: ################################

 

'<a href="' . tep_href_link(FILENAME_MEMBERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_APPROVAL .

 

'</a><br>' .

 

 

however when i go to the file it doesnt show any of the "after this" but the file just looks like

 

 

<?php

/*

$Id$

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2010 osCommerce

 

Released under the GNU General Public License

*/

 

$cl_box_groups[] = array(

'heading' => BOX_HEADING_CUSTOMERS,

'apps' => array(

array(

'code' => FILENAME_CUSTOMERS,

'title' => BOX_CUSTOMERS_CUSTOMERS,

'link' => tep_href_link(FILENAME_CUSTOMERS)

),

array(

'code' => FILENAME_ORDERS,

'title' => BOX_CUSTOMERS_ORDERS,

'link' => tep_href_link(FILENAME_ORDERS)

 

)

)

);

?>

 

 

 

Please help needed asap thanks

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.

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