Close

Profile: Boyko

Avatar

User posts

7 years ago

ecommercefactory wrote:
Hi

Is this possible to do in version 3.80?

The code stops at line 45 so I assume the page has been updated as you said to paste it at line 206.

Thanks

Peter


Hi Peter,

Yes, the code has changed since 3 years ago. Also it may vary from theme to theme so I would advise you to submit a ticket and specify the theme that you are using and we will advise what needs to be done exactly to have the related products into a tab.

Cross-sell
8 years ago

lellenburg wrote:
Can the cross-sell section be formatted? The layout is not great and I can't find the source code for that section in the 'added to cart' pop-up. I updated /views/product/CrossSellProducts.cshtml but the layout did not adjust. Is there source code for Ajax Cart?

Thanks!


Hi lellenburg,

The Ajax Cart uses it own Razor view for the cross-sell products.
Inside the Views folder you will find PopupCrossSellProducts.cshtml that is used for showing the cross sell products in the Ajax Cart.

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.

8 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

8 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.

8 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.

8 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!

8 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.

8 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.