Close

Profile: IvanStoyanov

Avatar

User posts

Bugs
11 years ago

embryo wrote:
Hello again!

While creating another topic yesterday, I noticed that you had edited your reply. I understood you to mean that the Smart SEO and Cloud Zoom plugins had been updated, so I downloaded the theme again and replaced those two plugin folders on my running site with the new ones from the most recent package.

Today, when I login to the administration area, I get this error:
---------------------------------------------------------------------
Exception Details: System.MissingMethodException: Method not found: 'Void SevenSpikes.Nop.Framework.Plugin.BaseAdminPlugin7Spikes..ctor(System.Collections.Generic.List`1<SevenSpikes.Nop.Framework.Plugin.MenuItem7Spikes>, System.String, System.String, SevenSpikes.Nop.Framework.Data.Base7SpikesObjectContext, Boolean, System.String)'.

Source Error:


Line 47:     .Items(x =>
Line 48:     {
Line 49:         if (adminMenuPlugins.Count() > 0)
Line 50:         {
Line 51:             if (!hideAdminMenuItemsBasedOnPermissions ||


Source File: c:\Inetpub\wwwroot\MFS2\Administration\Views\Shared\Menu.cshtml    Line: 49
---------------------------------------------------------------------


Is this (I assume) due to me replacing those two folders? Or what else might cause this issue? The only thing else that I've done lately is modify the view for my categoriesheadermenu and comment out the homepage products from the view at Themes/Electronics/Views/Home/Index.cshtml.

I'm kinda freaking out as there are now a few other employees who cannot do their work in the administration area either...help!

Thank you!


Hi embryo,

This problem occurs, because we have also modified the Nop Core plugin. To solve it, please replace the Nop Core plugin folder with the new one.

Every time you update any of our plugins it is recommended to do this.

We are very sorry for the inconvenience.

Best wishes!

Ivan Stoyanov

11 years ago

embryo wrote:
Hi-

I'm trying to add a couple of other links to my Categories Header Menu, but can't figure out the correct way to refer to the Home page..
I tried this:

<li><a href="@Url.RouteUrl("Home", new { SystemName = "home" })">@T("Home")</a></li>


....and evidentally "home" isn't the correct system name...what is?



Also, I want to add a link to the forum, and that does work, but it displays in all lower case instead of how I specify it in my code.

<li><a href="@Url.RouteUrl("Boards", new { SystemName = "boards" })">@T("KnowledgeBase")</a></li>


How do I get it to display the word "KnowledgeBase" instead of "knowledgebase" ??


Thanks-
Steve




Hi Steve,

The correct way to reffer to the Home page is

<li><a href="@Url.RouteUrl("HomePage")">@T("HomePage")</a></li>


For the blog is

<li><a href="@Url.RouteUrl("Blog")">@T("Blog")</a></li>


The best way to find the references is to go to /Views/Common/ and open Menu.cshtml.

To display Knowledge Base instead of Blog. You need to go to the administration of your nopCommerce website. Then go to Configuration => Languages. Click View string resources next to your first language e.g English. You will see all resources for your website.

Now you have two options:
1. To change the value of the Blog resource to Knowledge Base
2. To create new resource KnowledgeBase

To change the value of the Blog resource click on the filrer button for the Resource name, type blog and click Filter. You will have one item. Click the Edit button and replace the Value with Knowledge Base.
Repeat this process for all your languages e.g for German replace the Value with Wissensbasis.

To create new resource, click on the Add new record button. For the Resource name enter KnowledgeBase and for the Value enter Knowledge Base. Click on the Insert button. Repeat this process for all your languages.

If you have chosen the second option you need to change the refference to your blog from

<li><a href="@Url.RouteUrl("Blog")">@T("Blog")</a></li>


to

<li><a href="@Url.RouteUrl("Blog")">@T("KnowledgeBase")</a></li>


Have a great day!

Ivan Stoyanov

embryo wrote:
I configured a JCarousel to show the featured products on my main page at the bottom...that works great, but I can't figure out how to disable the other "default" Featured products that also display on the main page.

Thanks-
Steve


Hi Steve,

There is no option in nopCommerce to disable the featured products that are shown on the home page (except not setting any featured products).
To hide the featured products you need to change the source code of the Home page.

Go to Views/Home in your nopCommerce folder and open Index.cshtml with Visual Studio or Notepad.
Find the following code:

@Html.Action("HomepageProducts", "Catalog")
        <div class="clear">
        </div>

and replace it with:

@*@Html.Action("HomepageProducts", "Catalog")
        <div class="clear">
        </div>*@


Or you can just delete it.

Have a great day!

Ivan Stoyanov

steelwater wrote:
I get an error when trying to manage sliders after sucessfully installing the trial anywhere sliders in nopcommerce 2.6. is there anything i missed? the code and the plugin were installed properly

---
error in browser:

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /admin/AnywhereSlidersAdmin/List

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

---
from the plugins table:

7Spikes  Seven Spikes Core  SevenSpikes.Core  2.60  Seven Spikes  0  true    Uninstall  
7Spikes  Nop Anywhere Sliders  SevenSpikes.Nop.Plugins.AnywhereSliders  2.60  Seven Spikes  1  true  

---


Hi steelwater,

This is a very common bug for newly installed plugins in nopCommerce.

Please read the following post for the solution of your problem: http://www.nop-templates.com/boards/topic/29/getting-a-no-web-page-error-from-the-automatic-integration-step#33

Have a great day!

Ivan Stoyanov

Bugs
11 years ago

shanexh wrote:
Hello,

I have incorporated the Mega Menu into my company's website, the website is in development on a test domain to a specific port (example.com:8080). The mega menu seems to work great, except after several hours time the category images within the menu system disappear and show the browsers default symbol for a broken image link.

I have IIS and SQL pretty well set at defaults with the exception of a couple things. Notably I do not have any compression or caching settings on that I am aware of that would interfere with this.

I also have images of this happening to the menu system in Firefox and Google chrome if your interested in seeing those. If you need access to my domain/ web root and server to assess this bug please let me know via email.


Hello shanexh,

We have sent you an email, asking for screenshots and/or acces to your server, in order to investigate the problem.
We are still waiting for an answer.

Have a great day!

Ivan Stoyanov

11 years ago

Ivano wrote:
Hi,
I have a new installation of nopCommerce 2.65 with fifty product and five featured.
I've placed a Jcarousel on home page with data source "Home page featured products".
Widget zone "Home page bottom".
The products are displayed, but they are in vertical and without any scroll.

I've tried all settings (also Rotate the JCarousel to vertical position) but nothing change.
What I'm missing to view Jcarousel horizzontally as in demo store ?

Thanks. Ivano.


Hi Ivano,

We have investigated the problem.
The problem appears for example when you create a carousel in the DarkOrange theme with skin default-skin-3-items and then you change the theme to Fashion. After that in the Fashion theme you create a carousel with skin default-skin-4-items.

The problem appears because in the Fashion theme, there is no skin default-skin-3-items. So when the first carousel is called, its .css file can not be found, so it breaks.
The solution is to change the skin of the first carousel, delete it, or just delete the widget.

We will further investigate the problem and try to fix it.

Have a great day!

Ivan Stoyanov

Bugs
11 years ago

codicezerouno wrote:
We're using NopCommerce 2.60. Can we apply the fix to this version of NopCommerce?

Thanks.
codicezerouno


Hi,

I applied the fix to 2.6 version. Please update your plugin as I described in the previous post.

Best regards,

Ivan Stoyanov

Bugs
11 years ago

codicezerouno wrote:
Hi,
  have you news about our last post?

Thanks in advance.


Hi codicezerouno,

We are glad to announce that the bug is fixed. Thank you again for reporting it.
This is fixed for 2.65 version of nopCommerce.
To use the fix, please download the package from our site and replace the Core and Ajax Cart plugins folders with the one that you have downloaded.

Have a great day!

Ivan Stoyanov

11 years ago

ylechasseur wrote:
Hi Guys,

Some questions :

1. Sub menus always opening on the right side. So when you pick items located at the right inside the sub it outside the page frame (the sub should open on the left side)

2. I wonder if I can increase the amount of columns instead of 3 having 4 or 5 (as per the single menu...

3. Can we create multiple Topics. So far I am just able to create one only

The product is versatile, easy to use and I say funny..  



Yves


Hi Yves,

We are pleased that you like our Nop Mega Menu plugin.

Thank you for reporting the bug with the right side items. We are going to fix it ASAP.

You can add multiple topics to the Nop Mega Menu plugin. Please check our online documentation for more information http://www.nop-templates.com/Help/NopMegaMenu/Version_2_65/lessons/Integration.html

If you have more questions, please do not hesitate and ask.

Have a great day.

Ivan Stoyanov

11 years ago

castironcook wrote:
I'd like to proceed with editing the source for the homepage (Page Title).  Can you/someone provide instructions?  

Thank you for any help as I need to get this fixed as soon as possible.


Hi castironcook,

We are glad to announce that we have upgraded the Nop Smart SEO plugin with Remove Default Title feature. The feature allows you to remove the default title on every page of your website.
To use the new feature, please download the latest version of the Nop Smart SEO plugin and replace it with the older version that you are using.

NOTE: The upgrade is for 2.65 version only.

Thank you for your feedback.

Have a great day.

Ivan Stoyanov