Skip to main content

Request: Option to Disable "Downloads"

For e-commerce stores which do NOT have digital products, it would be great to be able to disable the "Downloads" tab of the Customer Dashboard, as it becomes redundant in this use case.

Request: Option to Disable "Downloads"

Thomas Oates

You can hide it with some custom CSS.

.fc-customer-nav-item-downloads { display: none; }

Jeremy Moll

That’s true! Preferably there would be a toggle in the plugin settings somewhere.

F. C.

+1 for options in the UI to hide components and menu items that are not needed or are not in use.