Close

Profile: LesMc

Avatar

User posts

I have version nopCommerce 3.8 running fine on my local environment using Visual Studio 2015. It builds fine locally, launches the app, and I can go through the site with no problems.

I am now trying to publish it to my web host via the FTP method from within VS2015. It connects fine, but then throws the following error:

Cannot evaluate the item metadata "%(RootDir)". The item metadata "%(FullPath)" cannot be applied to the path obj\Release\TransformWebConfig\transformed\Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\AutomaticIntegration\DarkOrange\Views\Web.config". C:\Users\lmcelhaney\Dropbox\LK Shared Docs\Les\Programming Projects\WebSites\Cyclogical\Cyclogical 380s\Presentation\Nop.Web\obj\Release\TransformWebConfig\transformed\Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\AutomaticIntegration\DarkOrange\Views\Web.config

There are at least two issues I see here:
1) I do not know why the DarkOrange theme is showing up. It was sun-setted a couple of nopCommerce versions ago. My upgrade has no references to it as far as I can find until I run this FTP publish routine.  
2) The plugin referenced NopQuickTabs is NOT installed in my configuration. It was previously, but I both disabled and uninstalled it.

Any insight is appreciated.

Les

I have created a custom tab for a "secondary" description. When I input text into the tab, then associate it with multiple products, the content shows up for all products.

Is there are way to have different content for different products using the same custom tab?

11 years ago

I see how to arrange the tab order for custom tabs, but is there a way to re-order the default tabs too? I want my custom tabs to the left of the default tabs.

Bugs
11 years ago

LesMc wrote:
I am running nopCommerce 2.7. On 1/6/2013 I downloaded a trail version of Nop Quick Tabs. I installed using the Manual approach.

On the admin page "Admin / Plugins / Nop Quick Tabs / Settings", when I deselect the checkboxes for BOTH the default items:
- Enable Product Full Description Tab:
- Enable Product Specifications Tab:
AND Select "Enable Ajax"

and then run the UI page for product details, I get the following error:

Server Error in '/' Application.

The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult ProductReviewsTab(Int32)' in 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameter name: parameters

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult ProductReviewsTab(Int32)' in 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameter name: parameters

Source Error:


Line 94:                         {
Line 95:                             defaultTabTitle = T("SevenSpikes.NopQuickTabs.Client.Tabs.Reviews").ToString();
Line 96:                             defaultTabContent = Html.Action("ProductReviewsTab", "ProductTab", new { productId = Model.ProductId });
Line 97:                             showReviews = false;
Line 98:                         }

Source File: i:\Les Docs\WebSites\nopCommerce\nopCommerce700s\Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml    Line: 96

Bugs
11 years ago

I am running nopCommerce 2.7. On 1/6/2013 I downloaded a trail version of Nop Quick Tabs. I installed using the Manual approach.

On the admin page "Admin / Plugins / Nop Quick Tabs / Settings", when I deselect the checkboxes for BOTH the default items:
- Enable Product Full Description Tab:
- Enable Product Specifications Tab:

and then run the UI page for product details, I get the following error:

Server Error in '/' Application.

The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult ProductReviewsTab(Int32)' in 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameter name: parameters

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult ProductReviewsTab(Int32)' in 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameter name: parameters

Source Error:


Line 94:                         {
Line 95:                             defaultTabTitle = T("SevenSpikes.NopQuickTabs.Client.Tabs.Reviews").ToString();
Line 96:                             defaultTabContent = Html.Action("ProductReviewsTab", "ProductTab", new { productId = Model.ProductId });
Line 97:                             showReviews = false;
Line 98:                         }

Source File: i:\Les Docs\WebSites\nopCommerce\nopCommerce700s\Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml    Line: 96

Bugs
11 years ago

IvanStoyanov wrote:
I am running nopCommerce 2.7. On 1/6/2013 I downloaded a trail version of Nop Quick Tabs. I installed using the Manual approach.

Tabs work fine in the UI, but I get an error from the screen:
Admin / Plugins / Nop Quick Tabs / Manage Products and Tabs. In the resulting table of products, when I click the "Edit" link in the far right "Edit" column for any product, I get the following 404 error:

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/ProductTabAdmin/Edit

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17[/code]929


Hi LesMc,

Thank you for considering our products and reporting this problem. There was a problem with the "Edit" link, that we fixed. To apply the changes please go to our website, download the package and replace the Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs folder with the folder in the package.

Thanks again and have a nice evening.

Ivan Stoyanov



Thank you for the very speedy response and quality work done! The fix worked perfectly!

Les Mc

Bugs
11 years ago

I am running nopCommerce 2.7. On 1/6/2013 I downloaded a trail version of Nop Quick Tabs. I installed using the Manual approach.

Tabs work fine in the UI, but I get an error from the screen:
Admin / Plugins / Nop Quick Tabs / Manage Products and Tabs. In the resulting table of products, when I click the "Edit" link in the far right "Edit" column for any product, I get the following 404 error:

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/ProductTabAdmin/Edit

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17[/code]929