Close

Profile: Boyko

Avatar

User posts

8 years ago

guclu wrote:
Hi ;
I wantto modify .cshtml file of InstantSearch in otrder to add category names to dropdown list.

What I want to do is;
when you search for keyword book;
Iwant to list in doropdown
-Lord of the Rings
-Guilty
-books (category name)

When user clicks books I want to redirect to books category.

Is it possible?
If We have the InstantSearchModel fileds list maybe I can add category manualy.


Hi guclu,

Please note that the Nop Instant Search plugin searches only for products and not categories.
So you can't have categories as part of the search results.

8 years ago

Juson wrote:


And there's another problem.

I'm using 3.8 version, new UI of megamenu.

I added a category, ACL only for premium member on mega menu.

But guests can see the category on mega menu.

I know guests click it, redirect to error page, but I want guests not to even see the category name, perfectly hide.

Any advice?

Thanks.


Hi Juson,

So you are using the new Mega Menu in 3.8. How do you find it? Any feedback is welcome.

If a category is under ACL and the current customer should not see it then this category menu item should not appear in the Mega Menu.
We will correct this.

Regarding the ACL of the Custom Links we will think about it and how this could be done.

8 years ago

robplayblue wrote:
I want to do a carousel with a Product source of BestSellers in a Category can you please explain how I would achieve this.
Thanks
Robert


Hi Robert,

With the JCarousel plugin you can show only the BestSllers from all categories and not a specific one.

You can try the Smart Product Collections plugin as they allow you to have a Category collection and show the BestSellers from that category in a separate Tab.

8 years ago

Juson wrote:
Hello.


I want to use ACL to custom menus.
...


What kind of line should I add?


Thanks.


Hi Juson,

I don't think you need to do anything extra as we check the ACL of each category so if the customer that is in Role A is browsing the site then it will not see the categories that are not visible for Role A.

I hope this makes sense!

8 years ago

break4 wrote:
Awesome! I'm looking forward to it :)


Hi break4,

We are glad to inform you that all our products are released for nopCommerce 3.8!

8 years ago

StephDep wrote:
Hope this is illustrating what I want to achieve. Question is how to configure.



ps  : Quite annoing one cannot upload images directly on your forum. This way the links may not work anymore after a period of time which might be a loss of information to other forum users.


Hi StephDep,

The setup as you have described it seem right to me - a category product collection where you select your category with the three products.
The image of the category should be show and the three products should appear on the right side if you have added a Tab via the Tab Builder that appears when you edit the category in the administration.

You can submit a ticket if you want us to investigate why the image of the category is not shown.

8 years ago

baloghc wrote:
This may be a question for the NopCommerce forums, but I posted it there without any replies as of yet. So I figured I'd give this a shot.

We use Google feedburner to alert subscribers of new blog posts, but our RSS feed (http://yoursite.com/blog/rss/1) is too large. It's not a Blogger blog so appending (?max-results=1) to the end is not a solution.

Is there a way to provide Feedburner with a summary feed, instead of the full content of our (currently) 156 posts?


Hi baloghc,

Unfortunately we don't have experience with Feedburner and we are not able to advise.

8 years ago

embryo wrote:
It would be very helpful if this:

.anywhere-page-map .map-title

..was changed to be a link to the /allshops page.


Also..

My client likes the plugin, but she immediately asked me why the little pop-ups on the map that happen when you click the little red map markers do not link to that shop detail page...I told her that was a good idea...


Hi embryo,

Thank you for the suggestions!

We will think if we should implement any of them.

Bugs
8 years ago

Rastaman420 wrote:
I've code my implementation of NopCommerce's ProductService that works great, but when I install Nop Ajax Filters NopCommerce starts working weird...
When I search products (without Nop Ajax Filters installed) Search(...) method on CatalogController begin a search request and then it calls my ProductService class...

But if I install Nop Ajax Filters it don't even use Search(...) methods of CatalogController

Help please


Hi Rastaman420,

Please note that the Ajax Filters don't use the product service to filter the products. They use their own route (/filtersearch) and logic for making the filtration and that is why your code is not called.

8 years ago

kamalhamidi99 wrote:
Hi

If  we buy this theme, do we get the Source code or just the publish one?


Hi kamalhamidi99,

A nopCommerce theme consist of Razor view files (.cshtml) that are open to modification so you get them with the purchase of the theme. Actually the theme folder (Themes\Uptown) includes .cshtml, .css and .js files that you can modify to your needs.