Close

How to change "ON SALE" text?

Ebrahim
9 years ago
#8502 Quote
Avatar
  • 25
Hi every body

How to change "ON SALE" text? I cant find it on Resources.en-us.xml on pelugin folder and main site Resources file.

I found text location on OnSaleFilter.cshtml file this section:

<div class="filtersGroupPanel" style="@toggleStateStyles">
            <ul>
                @onSaleOptionsHtml(0)
            </ul>
        </div>

but cant find @onSaleOptionsHtml(0).

Please help me
Boyko
9 years ago
#8508 Quote
Avatar
  • Moderator
  • 1570
Ebrahim wrote:
Hi every body

How to change "ON SALE" text? I cant find it on Resources.en-us.xml on pelugin folder and main site Resources file.

I found text location on OnSaleFilter.cshtml file this section:

<div class="filtersGroupPanel" style="@toggleStateStyles">
            <ul>
                @onSaleOptionsHtml(0)
            </ul>
        </div>

but cant find @onSaleOptionsHtml(0).

Please help me


Hi Ebrahim,

It should be in the Resource file of the plugin. You have probably missed it.
Here is the resource key:"SevenSpikes.NopAjaxFilters.Public.OnSale".
Here is a video of how to search and change resources.
Regards,
Nop-Templates.com Team
Ebrahim
9 years ago
#8535 Quote
Avatar
  • 25
Boyko wrote:
Hi every body

How to change "ON SALE" text? I cant find it on Resources.en-us.xml on pelugin folder and main site Resources file.

I found text location on OnSaleFilter.cshtml file this section:

<div class="filtersGroupPanel" style="@toggleStateStyles">
            <ul>
                @onSaleOptionsHtml(0)
            </ul>
        </div>

but cant find @onSaleOptionsHtml(0).

Please help me

Hi Ebrahim,

It should be in the Resource file of the plugin. You have probably missed it.
Here is the resource key:"SevenSpikes.NopAjaxFilters.Public.OnSale".
Here is a video of how to search and change resources.


I Cant find it :-( resource key:"SevenSpikes.NopAjaxFilters.Public.OnSale".
and I try to add it but still show "On Sale" text.
Can you tell me how to get "On Sale" text from "@onSaleOptionsHtml(0)" script??
Boyko
9 years ago
#8540 Quote
Avatar
  • Moderator
  • 1570
Ebrahim wrote:

I Cant find it :-( resource key:"SevenSpikes.NopAjaxFilters.Public.OnSale".
and I try to add it but still show "On Sale" text.
Can you tell me how to get "On Sale" text from "@onSaleOptionsHtml(0)" script??


Hi Ebrahim,

This is populated in the controller and it uses the same resource. So I would advice you to download your product package again from our web site and update the plugin to its latest version as it is strange that this resource is missing. I double checked and the resource is in the file, so this should be some problem on your end.
Regards,
Nop-Templates.com Team