How to get rid of Contact Us Form under information?!?!

9 months ago
Our POS partner configures our system but they are not aways the most helpful on some topics. We use a contact us page on our brochure website and not our eCom. We do not want guests contact us thru this form that then sends emails to our order staff...and not guest services staff.

So I've setup the system to have a page where they can find our correct links for the brochure site but I want to get rid (turn off or hide better) the built in Contact Us form that is currently renamed "---" to throw off guests...that still click it and find it!

What is the best solution here?

Screenshot1:
https://www.dropbox.com/scl/fi/nsofrfjzvcyate3sn6r1t/2023-07-21_11-56-16.png?rlkey=fm586r5vo4cgo7u6dbd6lkpvv&dl=0

Screenshot2:
https://www.dropbox.com/scl/fi/wi6l3uhqnuqz52v13ylfr/2023-07-21_11-55-06.png?rlkey=6i0f8mr2h5imo7h2xckqcz14x&dl=0

There HAS to be a solution this need!
Thx
RSF
9 months ago
There is a setting in All Settings
displaydefaultfooteritemsettings.displaycontactusfooteritem
Set it to False
9 months ago
Thank you for your time but I see no string in the search by name. I did a full search which produced nothing and even "contactus" produces but a few hits as seen in this screenshot, visit:

https://www.dropbox.com/scl/fi/nrk44aosb1dr0kr3pvmgz/2023-07-21_14-06-26.png?dl=0&rlkey=tgki6b2mu0z1q9wtt9g1e4dtw

Note, in my screenshot I have marked one option that seems to turn off using the system email address for the contact us form. If this is set to FALSE is there an override somewhere when I can simply add in the email I prefer over the store defined email?
9 months ago
And I should add since I'm a bit dumb on this...I was able to create that non existent setting with "+Add new record" but that didn't seem todo anything even after using the "Restart application" feature in the gear in the upper right corner. Thoughts?
9 months ago
What version of nopCommerce are you using ?
9 months ago
nopCommerce version  3.90
9 months ago
Ok well if you want to add the setting check how that setting is used in v4.6 and you can edit your version and add in the changes

Otherwise edit the file
    src\Presentation\Nop.Web\Views\Shared\Components\Footer\Default.cshtml
or as you have a theme edit
    src\Presentation\Nop.Web\Themes\XXXX\Views\Shared\Components\Footer\Default.cshtml
Where XXXX is the theme name
and remove the link which should look something like
<li><a href="@Url.RouteUrl("ContactUs")">@T("ContactUs")</a> </li>