Store phone number

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 anos atrás
Why are there no options to include the store phone number and text in the heading.  Custome themes are also missing the phone number.

For example its not uncommon to see Ned Help? call toll free 888-555-1212.
or simply a phone icon 888-555-1212.
Additionally the phone number would be a link which would dial the number
3 anos atrás
You have to customise for it.
3 anos atrás
[email protected] wrote:
Why are there no options to include the store phone number and text in the heading.  Custome themes are also missing the phone number.

For example its not uncommon to see Ned Help? call toll free 888-555-1212.
or simply a phone icon 888-555-1212.
Additionally the phone number would be a link which would dial the number


You can the following theme, You will find this feature  ==>http://demos.nop-station.com/#KallesTheme
3 anos atrás
That is what I'm looking for

thanks
3 anos atrás
Is there really no way to add a phone to the site header without changing the theme?
3 anos atrás
You can try this plugin for v4.2 and v4.3
https://www.selectsystems.com.au/productdownloads/HeaderContactDetails_v4/HeaderContactDetails_v4.zip

Which does


If you are using a theme you may need to play with the CSS
3 anos atrás
I suppose you could edit this .cshtml file
\Views\Shared\_Header.cshtml

Or, use an 'HTML Widgets' plugin and target one of the three widget zones referenced in that file.
3 anos atrás
The plugin worked for me. be sure to use the import feature on the zip file from the admin section

The one change I made was in the view. style was added to change the color and the font to bold
The one to do I have is to change whats app (used mostly outside the US) to SMS(used mostly in the US)

<div>
        <a href="@Model.PhoneNumberUrl" target="_blank">
            <i class="fa fa-phone fa-bold" style="color: #9e9;" aria-hidden="true"></i>
            @T("Plugins.Widgets.HeaderContactDetails.PhoneNumber") @Model.PhoneNumberDisplayText
        </a>
    </div>
2 anos atrás
Do you have this plugin for the 4.4?


Thank you
2 anos atrás
Updated for v4.4
https://www.selectsystems.com.au/productdownloads/HeaderContactDetails_v4/HeaderContactDetails_v4_series_download.zip
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.