Close

Profile: Boyko

Avatar

User posts

10 years ago

haknesh wrote:
Thanks.
This is not possible with trial version right?


That is not true. This would work perfectly with both versions - the Trial and Paid ones.

Thanks

zhong wrote:
Can give a "Nop Lighthouse Responsive Theme" display database?

Can give a "Nop Lighthouse Responsive Theme" display database?
I hope my mall and example as a database for me.
Thank you


Hi zhong,

I guess you are talking about the demo database for the Lighthouse theme.
Please submit a ticket requesting it and we will send it to you.

Thanks

10 years ago

haknesh wrote:
Hi,

How can i get the filters get working with other themes? i have a very nice looking theme but the filters do not work in this theme.


Hi haknesh,

The Ajax Filters can work with any theme. What do you mean by "the filters do not work in this theme"? Please elaborate on this.
The Filters are integrated into a widget zone, which if exists in your theme, should show the Ajax Filters. There is no reason for the filters not to work.

Thanks

10 years ago

haknesh wrote:
Dear NT team,

Where can i change the order in witch the filters are showed? i would like to place the manufacturer filter before price range.

Thanks in advance.


Hi haknesh,

Yes you can do this. You need to open this file:
Plugins\SevenSpikes.Nop.Plugins.AjaxFilters\Views\NopAjaxFilters\NopFilters.cshtml

and change the order of the filters, which are now like this:

<div class="filtersPanel">
        @priceRangeFilter
        @onSaleFilter
        @specificationsFilter
        @attributesFilter
        @manufacturersFilter
        @vendorsFilter
    </div>


to be like this:

<div class="filtersPanel">
        @manufacturersFilter
        @priceRangeFilter
        @onSaleFilter
        @specificationsFilter
        @attributesFilter        
        @vendorsFilter
    </div>


Hope this helps!

Thanks

danishjee wrote:

Hi,

I am using 3.3 version.I have replaced left_side_column_before with content_before but not working after restart application.

Please help me out in this issue


Hi danishjee,

In our themes we integrate the Menu in a different widget zone.
For example in the Motion theme, which you are using, we use a widget zone called "theme_header_menu", which is in this file:
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\Motion\SupportedWidgetZones.xml

The SupportedWidgetZones.xml file in the Theme folder overrides the default one in the root plugin folder.
So you need to change the widget zone in the file above.

Thanks

rating start
10 years ago

danishjee wrote:
I am using Nop Anywhere Sliders .I want to show rating starts after price.System Name (HomePageSlider).Could you please help me in this.I am using nopCommerce3.3.


Hi danishjee,

I don't understand what you want.
The Anywhere Sliders plugin has nothing to do with the product price and the ratings.
Please clarify what exactly you want.

Thanks

Bugs
10 years ago

[email protected] wrote:
Thanks for quick reply Boyko!
I have submitted the ticket. I am new to the forum and Nop-Commerce so sorry for any confusion in sending email as well as writing in forum.

thank you,
Ashima


Hi Ashima,

Thank you for submitting the ticket. You will get a reply to it soon.

Thanks

Bugs
10 years ago

[email protected] wrote:
I am using NITRO theme for my nop-commerce 3.4 store. Under Product Ribbon, the conditions are not getting saved. I have tried it couple of times without any luck.
Please let me know how can I add the condition for ribbons.


I just tested the Ribbons and they are working fine.
Please submit a ticket and provide a link to your store in the ticket.

p.s: Please don't write posts and send emails at the same time.

Thanks

Bugs
10 years ago

[email protected] wrote:
I am new to nop commerce and using NITRO theme.
When I look at the DEMO of this theme, there is Newsletter  textbox next to the available payment options but somehow, this does not show up in my application. So far I have not done any changes rather just configured the theme.
Any idea where do I need to make changes to fix it.


There is a setting in the Customer Settings to hide the Newsletter box, which is probably enabled in your store. Go to "Configuration -> Settings -> Customer Settings" in the nopCommerce administration and make sure that the Hide newsletter box setting checkbox is not checked.

Thanks  

10 years ago

haknesh wrote:
Hi, thanks for reply...i downloaded the plugin again. When unpacking the zip file, my antivirus blocks the process. a lot of dll's are seeing as threats?
Anyway I unpacked it via a workaround and it works now...still not show about the reaction of my antivirus, because yesterday, with the older version of the filter plugin, i got no warnings from my antivirus software(avast).


Hi haknesh,

I am glad it works fine now.
You are the second person to report that this Avast antivirus program is seeing our plugins as a threat. Please see this post. I can assure you that there is nothing wrong with the plugins that you should worry about.

Thanks