Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Just a simple "Powered by OSC" button for your includes/footer.php file:

 

Right-click to save one of these files, then upload it to catalog/images:

 

Light BGColor: powered_by_osc.gif

 

Dark BGColor: powered_by_osc.gif

 

In includes/footer.php, after:

    <tr>

  	 <td colspan=3 valign=bottom align=center class="bottomnav"><p><?php echo FOOTER_TEXT_BODY ?></td>

   </tr>

Paste:

    <tr>

  	 <td colspan=3 align=right><?php echo '<a href="http://www.oscommerce.com" target=_new>'. tep_image(DIR_WS_IMAGES . 'powered_by_osc.gif', 'powered by osCommerce') .'</a>'; ?></td>

   </tr>

 

If you want the .psd, PM me your email address.

 

See it in "action" here: http://www.tibetcollection.com/

 

Enjoy.

 

- Greg

Posted

How did you edit the default.php file, so people would browse by category. Usually the page displays new products for certain month. Let me know. Thanks

Posted
How did you edit the default.php file, so people would browse by category.

 

http://www.oscommerce.com/community/contri...ions,236/page,3

 

I have a question to ask, how do you remove the icons all the way on top above my account, cart contents, and checkout.

 

in includes/header.php, delete:

    <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>

 </tr>

 

Thanks,

 

Greg

Posted

Thanks for the tip, i really appreciate, but, there is one thing. I downloaded 'main_categories1.0b', and i follow the steps, i just can't find in default.php

'<tr>

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

</tr>'

its not there. I am have 2.2 version of OScommerce.

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