Sunday, June 3, 2012

Remove CartContents,Checkout,Myaccount button from Top header in main page of osCommerce

To remove CartContents,Checkout,Myaccount button from Top header in main page of osCommerce
go to includes/header.php file and comment out the echo statement at around line 23 as below



// echo tep_draw_button(HEADER_TITLE_CART_CONTENTS . ($cart-

>count_contents() > 0 ? ' (' . $cart->count_contents() . ')' : ''), 

'cart', tep_href_link(FILENAME_SHOPPING_CART)) .

No comments:

Post a Comment