Close

Profile: Boyko

Avatar

User posts

Bugs
10 years ago

Alex_ wrote:
Hi ,
When I'm trying to add item to basket and having a spinning wheel and this error :


An exception of type 'Autofac.Core.DependencyResolutionException' occurred in Autofac.dll but was not handled in user code

Additional information: An exception was thrown while invoking the constructor 'Void .ctor(Nop.Services.Catalog.IProductService, ... on type 'NopAjaxCartShoppingCartController'.


Then if I press Continue debugging  message come out "Loading the page failed"

Obviously it should be info message about product was added to cart and would you like to continue shopping.

If I have  Nop Ajax Cart disabled everything is working fine then. But I would like to have   Nop Ajax Cart .

Thank you.
Alex


Hi Alex,

I guess you have made modifications to the ShoppingCartController constructor in nopCommerce. Can you confirm this?

Thanks

10 years ago

naresh wrote:
Filters not working after migrating to nop3.3 i have ultimate package, please help, you check the issue on wip.lebhi.com


Did you uninstall and then install the Filters as described in the upgrade instructions in the documentation?

Thanks

10 years ago

GreatAdventure wrote:
Hello, on my second multistore, I'm trying to have different Home Page Main Sliders from my first store. However, I can't seam to figure out how to do this. Regardless of what I have checked on "Stores", "Limited to Stores" the same banners show up on all the stores.

For example, on my first website, www.ParacordCanada.ca (which has been working great - Thank you Nop Templates) I have checked "Limited to Stores", and "canadaparacord.ca" however the banners are showing up in my second store.

When I create a second Home Page Main Slider, and check "Limited to Stores" and "KnifeStoreCanada.ca" for this second home page slider then those banners show up on all the stores.

Thanks,
Shawn


Hi Shawn,

Which version of nopCommerce/MegaMenu are you using?

Thanks

10 years ago

hayco83 wrote:
Hi,

I have upgraded Nop Playground Theme from V3.20 to V3.30

However, I cannot find the SmartSEO plugin.

Where can I get it from?

Thanks


Hi hayco83,

We no longer include this plugin in our themes. It can be purchased separately.
Any customer that has a valid license for any of our premium themes can take advantage of 50% for any plugins not included in the themes.

Thanks

otginformatica wrote:
Hi guys ,
it's been a month since I asked for help in this forum, and I have always the same problem, how is it possible? My hosting has no problems, he says he can not do much. It may be possible that it is a problem of the theme? Why another client of mine, and it has nopCommerce 3.10 with standard theme and its speed is very good. While the site esseemme.e-otg.it.temp.anaxanet.com with nopC 3.20 and the theme Jewerly charge after 37 seconds, while ecological.esseemme-srl.it.temp.anaxanet.com done with nopC 3.10 is charged after 17 seconds. is a big problem for me .. some help?

In this example, the link with my three sites:
1) my client with nopC 3.20
2-3) my client with nopC 3.10
4) your client with 3.20
5) your theme Jewerly

Image : slow.jpg

Is really important for me to solve this problem.

thanks!!
Fabio!!


Hi Fabio,

There are a lot of reasons why a nopCommerce web site could be slow.
Most of the time it is a hosting issue, which I don't think is the case with your store.
Anyway you can find this discussions useful:
http://www.nopcommerce.com/boards/t/26138/nopcommerce-website-performance-profiling.aspx

http://www.nopcommerce.com/boards/t/29446/v330-memory-consumption.aspx#119695

Please note that the first request to woke up the site is always slow.
I can give you an example with our demo store, which we run on a machine with 32GB RAM and a super fast processor. It may take up to 1 minute to wake up a web site after it is restarted.
But there is an easy way to make your web site never sleep. You can use a service like Pingdom that will keep your web site alive.
Of course using our theme with the plugins can take a little extra memory because and more time to load the site the first time but after that you should not have any problems.

There are a lot of performance improvements in nopCommerce 3.3 for which we will write in a separate blog post in our blog. If you wonder should you upgrade to the new version of nopCommerce you can read what is new in nopCommerce 3.3 in this blog post - What is new in nopCommerce 3.3. We will prove tips of how to speed up your nopCommerce soon in our blog. So stay tuned.

Hope this helps!

Bugs
10 years ago

ScardAdmin wrote:
That is exactly I did for all attachments in particular category, so, what did I wrong in it?


Hi ScardAdmin,

Please send an email to our support mail with credentials to your web site, so that we can see what is wrong.

Best Regards,
Nop-Templates.com Team

Bugs
10 years ago

UserThomas wrote:
That worked great! Thanks for the quick help!

One last question on this topic...  do i still need the
 Html.AppendCssFileParts("~/Themes/Allure/Content/CSS/custom.css");

in the Head.cshtml file?


No, you don't need it anymore :)

10 years ago

robplayblue wrote:
Hi
If I have 3 levels of categories and wanted to show multiple mega menus each showing the contents of one of the root level categories.
I would end up with maybe 4 root mega menus with each showing the categories / subcategories for each root mega menu.
Is this possible to configure?
Thanks
Rob


Hi Rob,

If you have 4 root level categories then you can just setup the mega menu to show each root category like we have done in the Allure theme demo for example. To do this you need to uncheck the "Show categories in a single menu:" checkbox from the "Category Menu Setting" panel in the Mega Menu administration page.

Hope this helps!

Thanks

Bugs
10 years ago

UserThomas wrote:

The only possible reason is that the custom.css file is not the last .css file. When you open the html source of the page can you see if the custom.css file is the last .css file included?
Another possible reason is that your browser has cached the css and you don't see the changes. Make sure you clear your browser's cache on every change you make to the css files.


The custom.css file is the first css file loaded and then all the others are linked after it.  How do I get it to load last?
I have cleared the cache several times.  

I'm running this on a local server at the moment, as I wait for our team to get the updates applied to the online dev environment. Would this matter?


Hi UserThomas,

It is not a problem that you are running it on a local server but it would be much more convenient for us to help if we could see what is wrong and also to be much more helpful.

To be 100% sure that the custom styles will be loaded last and this way override any other styling before them you can edit the _Root.Head.cshtml file:
@Html.NopCssFiles(this.Url, ResourceLocation.Head)
    <link type="text/css" rel="Stylesheet" href="@Url.Content("~/Themes/Allure/Content/CSS/custom.css")" />
    @Html.Widget("head_html_tag_after_css_files_allure")  


The code in bold is the newly added one. Please make sure you remove the adding of the custom.css from the Head.cshtml file.

Best Regards,
Nop-Templates.com Team

10 years ago

robplayblue wrote:
Hi I'm interested in purchasing this theme but I already obviously have a website running on my domain this would be an upgrade. Can I run this as Localhost or an IP until I'm ready to release.
Thanks
Rob


Hi Rob,

Thank you for considering our products!

Yes, you can use the theme in localhost or a test/staging server.

Should you have additional questions please let us know and we will be glad to help!

p.s: You might find some of our FAQs useful.

Best Regards,
Nop-Templates.com Team