Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hello

 

i already have a separate page for the 'about us' section however i would like to add some basic info about us on the index page..preferably in the middle section.

currently my index page has 'whats new here' in the middle but that just has products..

does anyone know how i can add-on an info box above the 'whats new here' ?

i searched in the info box add on but found nothing.

 

thanks guys!

Posted

i already have a separate page for the 'about us' section however i would like to add some basic info about us on the index page..preferably in the middle section.

currently my index page has 'whats new here' in the middle but that just has products..

does anyone know how i can add-on an info box above the 'whats new here' ?

i searched in the info box add on but found nothing.

Who needs an addon for something like that? Just add in the HTML on index.php (close to the bottom of the file):

 

         <tr>
           <td class="main"><?php echo TEXT_MAIN; ?></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
<!-- add your new box here -->
         <tr>
           <td>new html for a box here</td>
         </tr>
<!-- end of new box -->
         <tr>
           <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
         </tr>

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