Store phone number

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 năm cách đây
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 năm cách đây
You have to customise for it.
3 năm cách đây
[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 năm cách đây
That is what I'm looking for

thanks
3 năm cách đây
Is there really no way to add a phone to the site header without changing the theme?
3 năm cách đây
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 năm cách đây
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 năm cách đây
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 năm cách đây
Do you have this plugin for the 4.4?


Thank you
2 năm cách đây
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.