gdfwilliams Posted February 13, 2003 Posted February 13, 2003 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: Dark BGColor: 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 Quote
leorulz Posted February 13, 2003 Posted February 13, 2003 I just your website http://www.tibetcollection.com/index.php, and its really cool. I have a question to ask, how do you remove the icons all the way on top above my account, cart contents, and checkout. Let me know. I must admit your website is really awesome. Quote
leorulz Posted February 13, 2003 Posted February 13, 2003 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 Quote
gdfwilliams Posted February 13, 2003 Author Posted February 13, 2003 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 Quote
leorulz Posted February 14, 2003 Posted February 14, 2003 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. Quote
Recommended Posts
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.