Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

This may be the wrong forum to ask this but here goes.

I want to combine the BTS Contribution with the define mainpage contribution.

From what I can see the BTS splits the index.php files so that the define mainpage mod won't work. One overwrites the other. Can someone tell me how to combine the two contributions?

Posted

Hi Tampaguy,

 

I took a quick look but as far as I can see the define mainpage contribution only changes this to index.php:

**CATALOG STEP 1 --> OPEN catalog/index.php:
 ====================================================================
 Look for this around line 307 (near bottom):
 ====================================================================

           <td class="main"><br><?php echo TEXT_MAIN; ?></td>

 ====================================================================
 And replace that line with this:
 ====================================================================

           <td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td>

It is a wild guess but can't you just make the above change to "catalog/templates/main_page.tpl.php" ? And if other files are affected also, do something alike?

Posted

you caould DL max it has a bunch of contribs installed BTS, and main page

<span style='font-family:Courier'>If you can't fix it Perl it!!!...</span>

******************************

Posted

Thanx Paul, I'll give it a shot. I dind';t realize at the time I posted that BTS lets you redo the index page thru the BTS template...DUH...

 

 

And Jello, I tried the MAX Version already. MAX doesn't work well with IPOWER web hosting, UPS modules don't work and neither does the Authorizenet mods.

So I went back to the 2.2 MS2 version and added the mods by hand, some of them anyway.

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