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;
}

Comments

Popular posts from this blog

Redirect apache request to another domain

Black screen after logging in on Windows 2012 R2 using domain credentials on remote desktop connection

Can't use proxy because no authentication schemes are fully configured.