Posts

Showing posts with the label oscommerce disable cart

Oscommerce disable header buttons login cart

I needed to disable the cart function of the oscommerce first step is disable the most visible item the login, checkout buttons In stylsheet.css find this add the display: none; #headerShortcuts {   display: none;   float: left;   margin-top: 5px; }