Close

Profile: Boyko

Avatar

User posts

prasad1709 wrote:
Hi,


I would like to show all out of stock products in my categories pages, search results pages, product tags page, filters applied pages.

What is the customization required to achieve this.

We have a many out of stock products at this time in our store.  Instead of deleting the products we would like to move all these products at bottom in all results pages.

It would be really help us if you can reply early with positive response.

Thanks in advance.


Hi prasad1709,

By default nopCommerce shows out of stock products unless you have unpublished them.
If you want to show the out of stock products at the bottom you can change their display order in the category/manufacturer mappings as nopCommerce uses it for the default sort option which is "By position". So you can write a script to change all mappings for the out of stock products and update the Display Order to be different than the default one which is 1.

Hope this helps!

unity wrote:
We are going to buy "nop Pavilion theme" and we want to know about something before that.

1. Once we buy the theme, should we pay more for other required plugins ?

2. Can we take theme with demo data when we buy the theme?

3. How is the supporting for issues? or bugs or etc. ?

4. How long is the license valid?

5. After expiring that license should we renew other plugins which are come with the "nop
   Pavilion theme" ?

Thanks & regards,
Sameera


Hi Sameera,

We already replied to your email and I just noticed you have posted in the forum too.
For other people reading this post I would recommend referring to our FAQs page.

7 years ago

richhoward wrote:
We just upgraded to 3.9 and we are still having the same problem, is there anything we could do to tweak the /filtersearch page to not make it so heavy?


Hi Rich,

It is not about the /filtersearch page only. Even if you remove the Ajax Filters and leave the default ones they can open the /search page and will also make a heavy query that will search all products in your store for the specified search term.
Is the URL they request the same one all the time? If so then we can somehow ignore this specified search and do not search the database for that keyword at all i.e "pages" as in your example with /filterSearch?q= pages

7 years ago

richhoward wrote:
We have been having instability issues for the last couple weeks and finally was able to find the culprit. We have someone trying to crawl/scrape our site and they are hitting about 15-20k /filterSearch?q= pages in a matter of an hour or two. When they do that our site completely crashes our CPU pegs to 99%. Do you know what potentially could be causing the page not to be able to handle the request and peg our CPU to 99%? Obviously that is alot of requests and we are trying to figure out how to stop them but just curious your thoughts?


Hi richhoward,

The best you can do is to block the IPs of these requests as too many requests on a potentially heavy page could break your website down. The search page is a page where you have to filter all the products in the store based on a search keyword and it hits the database for sure and could be considered "heavy" page.
Simply block these IP addresses to prevent such attacks to your website.

PhokasWeb wrote:
Hello,

We recently decided to display one category in the mega menu header. We don't want it to show on the previous category menu item.

Please see http://www.phokas.be for an example. You can see that the item "Pasfoto's" is already implemented on the menu, and is also visible when you hover over item "Aanbod". Is there any way to keep "Pasfoto's" as an item, and remove it from the detail of "Aanbod"?

Thank you?
Jef


Hi Jef,

This is possible in the latest version of the Mega Menu plugin. You just need to disable the Include in Top Menu for the "Pasfoto's" category and it will not be included in the "Aanbond" list of categories. Then you can manually include the "Pasfoto's" category in the Mega Menu.

7 years ago

neilzb wrote:
Does anyone know how to get the Postcodesforu plugin to work when you are using the one page checkout? I would really like to have an address lookup, but it just doesn't seem to work?

The Postcodesforu plugin is the only UK address lookup I can find:
https://www.nopcommerce.com/p/1221/postcodes4u-uk-address-lookup.aspx

Thanks
Neil


Hi Neil,

We haven't had any customers using this plugin with the One Page Checkout so far so we can't advise if it works with the OPC plugin or not. You can ask the plugin developer if he can add support for the One Page Checkout plugin. Of course if he has any technical questions regarding our plugin we can help him.
We have a client using the Uptown theme and the One Page Checkout and I have noticed that they are using a similar service - I think they use this one. This is their website and if you like what they have you can contact them although I am not sure if they have this available as a plugin or it is some custom integration but you can ask them anyway.

7 years ago

subhajit01 wrote:
This is Jit.
We have our own server to host our website. Our website loading response time too long may be 60.00 sec (according to the Pingdom result). So I need to reduce this problem. Please let me know, how to reduce website response time? For check our website link: https://www.gmtglobalinc.com/en/

Thank you so much.
I am waiting for your response regarding topic.


Hi,

We do not offer website optimization services but usually the problem is either in the server itself or the configuration of the website.
You can refer to this article and see if some of the performance optimization settings are enabled.
I see that your website loading time on the Home page is 3-4 sec even after the Home page is refreshed several times, which is not normal as all the data is cached after the first request and the response time should be around 200-300 ms.

p.s: If you use Pingdom and open the Home page every 5 minutes then it should be cached most of the time. 60 sec could be the time only after nopCommerce has been restarted and is loading the whole website for a fist time but usually this does not take more than 20-30 sec on a decent server.

This is a very nice video from the last year's conference that gives you very useful advices for optimizations.

Hope this helps!

7 years ago

ellerlor wrote:
Hi

We are planning to buy the Poppy Theme... but it seems that is build with frames. Is it correct? I'm writing this because google doesn't like the sites with frames

Thank you
Lorenzo


Hi Lorenzo,

The Poppy theme is just like all the other themes but the styling is a bit different.
We do not use any iframes in any of our themes if this what you mean by "frames".
If this is not what you meant then please elaborate so that we can advise!

7 years ago

harshit wrote:

Hi
Thanks For your response.
After successfully installing that api i am facing few problems.
When I am testing the api it always ask me for credentials andd when i tried to login with my exsting credentials it shows error . (ADMIN CREDENTIALS)
first I try to acces- domainname/swagger/ui/index and try to get any data it shows error (Authentication Error)
.1- how to resolve this login error?
2- for testing i commented filter attribute and then get request for customer works fine
but I need help in posting data how to pass objct or content in objectPropertyNameValuePairs   this parameter for posting customer from swagger-index page ?


Hi harshit,

This forum is not the right place to ask questions about the Api plugin.
If you have any questions/problems regarding the Api plugin please create an issue in GitHub.

7 years ago

harshit wrote:
hello,
I need a help for api that is free on github Can you please provide a brief document for how to use api in our project .
one more thing I want to know that is this same api work in nop 4.0  or it needs new api ?


Hi harshit,

All the information about the API plugin is available in GitHub.
There is no additional document available for the plugin that we could provide.
You can watch this video from the last year's nopCommerce conference where I explain how to use the API plugin.
nopCommerce 4.0 is not released yet so we can't say anything until it is officially released.