Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ship2pay problem


Guest

Recommended Posts

Hello, i installed this ship2pay method. It doesent appears in modules section in adminpanel. I set all the code and installed the patch too.

 

Can anyone help me?

 

I think its a problem in the modules.php

 

Here is the code:

 

<?php
/*
 $Id: modules.php,v 1.16 2003/07/09 01:18:53 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License
*/
?>
<!-- modules //-->
         <tr>
           <td>
<?php
 $heading = array();
 $contents = array();

 $heading[] = array('text'  => BOX_HEADING_MODULES,
                    'link'  => tep_href_link(FILENAME_MODULES, 'set=payment&selected_box=modules'));

 if ($selected_box == 'modules') {
   $contents[] = array('text'  => '<a href="' . tep_href_link(FILENAME_MODULES, 'set=payment', 

'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_PAYMENT . '</a><br>' .
                                  '<a href="' . tep_href_link(FILENAME_MODULES, 'set=shipping', 

'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_SHIPPING . '</a><br>' .
                                  '<a href="' . tep_href_link(FILENAME_MODULES, 'set=ordertotal', 

'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_ORDER_TOTAL . '</a>');
 }

 $box = new box;
 echo $box->menuBox($heading, $contents);

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

BOX_MODULES_SHIP2PAY . '</a>'

?>
           </td>
         </tr>


<!-- modules_eof //-->

 

THX m8ghts

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