Close

Profile: Boyko

Avatar

User posts

10 years ago

mowenft wrote:
what i am asking is called fuzzy search  , so nopcommerce does not include fuzzy search , and how to implement this ?


Hi mowenft,

I think you need to enable the fulltext search in nopCommerce.
See how it looks like in this image.
Please note that your database need to support fulltext search.

Hope this helps!

Thanks

10 years ago

o4online wrote:
how can i use the price filter slider to filter some other properties such as size, weight or length.


Hi o4online,

No, you can't use it for anything else but only the price.

Thanks

10 years ago

shellyshao wrote:
What I want to do is like http://www.winerack.co.uk/en/. It has a special offers link in its header menu. It links to a page showing only the product on speical offers while ajax filter is also available on the left.


Hi shellyshao,

Special offer products has nothing to do with "featured products" in nopCommerce.
Actually they have a separate category called "Special offer" (but they can put any products in it) and then they simply chose the Red wine filter for example and then simply copy the generated link and use it in the mega menu.

Thanks

RJM wrote:
Hi hristian,

Yes, I would like to see the banner there, or at least the "option" to do so. Sometimes, we have components of a particular grouped item on sale that are priced to get the group sale, and we want to be able to highlight that component which sometimes gets lost just by showing the crossed-out price with a sale price.

Thanks for your reply! :-)

RJM


Hi RJM,

Thank you for the clarification. The current version of the plugin does not have support for showing the countdown timer on the inner products on a grouped product page. In this version of the plugin you will have to make this product to be visible individually and have its own product page where the countdown timer will be shown.

You can suggest your idea and vote for it in our UserVoice portal and let's see if there will be interest in such an option.

Many thanks for your feedback it is much appreciated!

Thanks

anesu wrote:
after installing the dark orange theme on nopCommerce 2.8 I can't find the plugins even though they are in the plugins folder and I correctky copied each and every one of them and so did I the theme into the themes folder and I have an error "Nop.Core.Domain.Common.CommonSettings' does not contain a definition for 'BreadcrumbDelimiter'" is there anything I'm missing?


Hi anesu,

Are you using the 2.8 version of the theme or you are trying to install version 3.3 of the theme into nopCommerce 2.8?
Please note that you need to use the same version of the theme as your nopCommerce.

Thanks

peter.larsson wrote:
I've opened  a nop 2.8 solution in VS2013 to add some functionality to a megamenu.

However when I open megamenu.cshtml I the sevenspikes model is not found due to a reference error to the Sevenspikes dll.

I tried adding the dll as a reference but it didn't work.

Any help on this?

/Peter


Hi Peter,

There is no way to see the model as there is no intellisense in the plugin views.
The mega menu model is located in the Mega Menu plugin .dll file but you can't change it - you can only consume it.

Thanks

10 years ago

o4online wrote:
thanks for responding.

i mean the telerik grid-view which is in the admin side. i want such kind of grid in the public store side to store large number of data.


Hi o4online,

Sorry but we can't help with this customization. Please note that if you want to use the telerik Kendo UI grid you will need to have a license for it. You will also get free support from them if you have any questions regarding their grid.

Thanks

10 years ago

shellyshao wrote:
I found this forum is very useful. I truly appreciate your quick response.

Now what I want to achieve is to create a pre-filtered page, for example, instead of a page showing all the products and the ajax filter on the left. I want to create a page showing only the featured products. I still want the ajax filter on the left, only to filter down the featured products. I'm still new to the whole nopcommerce and noptemplate platform. Your reply is highly appreciated!


Hi shellyshao,

Please note that the Ajax Filters would work only on category, manufacturer and vendors pages only. You can't make them work on any other pages.
Also the Filters do not use the "Featured products" as these products are always shown and you can't filter them.

Thanks

10 years ago

shellyshao wrote:
Thanks a lot for replying. Every country can have hundreds of region, so if we show all the regions from all the countries, the dropdownlist could be very very long...


Hi shellyshao,

OK I see :)
Can you suggest your idea in our UserVoice portal?

Thanks

10 years ago

shellyshao wrote:
Does your ajax filter support spec attribute grouping? for example, country and region are two spec attributes, and I want to make country to be a parent of region. Maybe ajax filter is the not the right plugin, do you provide any plugin to support hierarchical relationship of spec attributes?
  


Hi shellyshao,

Actually the Ajax Filters do support this feature in terms of the required functionality but not exactly the way you have described it (visually and grouping).
I will give you an example. If you enable the Ajax Filters to be shown in dropdowns rather than with checkboxes then you will have 2 dropdowns: Country and Region.
Then if you select the Country you will get all the products that are from this country and in the Region dropdown you will see only the regions of the products that are returned (all the other regions will not be shown).
Basically the Ajax Filters check all the available options for all the specifications based on the Filtered products.

What you are trying to achieve is basically the same with the only difference that both dropdowns will be shown at the same time and not shown dynamically i.e select country then see the region dropdown.

Hope this helps!