Close

Profile: sathish.sunka

Avatar

User posts

Hi,

we are planning to buy the Nop.Ultimate Package 6.0 version, And we are doing testing.
we had installed the Nop.Ultimate Quicktabs version 6.0.

First i tried with Automatic method, we did not find the any product tabs in the product page.
Then i moved to manual method, and added code in the ProductTemplate.SingleVariant.cshtml ,
as you said in the online documentation i did the same.
http://www.nop-templates.com/Help/NopQuickTabs/Version_2_6/lessons/Integration.html

we had unchecked the Automatic Integration in settings, and when we get into the product page we are getting error message

Server Error in '/' Application.

No parameterless constructor defined for this object.

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.MissingMethodException: No parameterless constructor defined for this object.

Source Error:


Line 92:     
Line 93:               </div>
Line 94:      @Html.Action("ProductTabs", "ProductTab")
Line 95:     
Line 96:

Source File: c:\inetpub\Nop.Web\Views\Catalog\ProductTemplate.SingleVariant.cshtml    Line: 94

Stack Trace:


i had checked in the both themes in Nop Classic and Dark Orange, even i added that code in our Custom theme and checked the same problem.

Thanks in advance.

Hi

Even i replaced the code this

@Html.Widget("home_page_bottom")  with

@Html.Action("WidgetsByZone", "Widget", new { widgetZone = "home_page_bottom" }), Then also same problem.

But Now my problem is solved, by placing that piece of code in style.css file.

Thanks for quick replies

Hi,

we are planning to take Nop Ultimate package 2.6 version. Now we are the  testing plugins the trail version. I had installed Nop anywhere slider plugin and we want the images side by side (2 or 3 ) horizontal wise in homepage (Bottom or top) . i emailed regarding this, as per your reply mail i had  wrap the widget as it follows:
Themes\CustomTheme\Views\Home/Index.cshtml file.

Added code in the above in the Index.cshtml file
Below Code:
<div class="sliders-line">
  @Html.Widget("home_page_bottom")
</div>

then add the following in your css file:

.sliders-line
{
   overflow:hidden;
}

.sliders-line .nivoSlider-wrapper
{
  float:left;
}

Then i had created 3 sliders of type Nivo, map them to the "home-page-bottom" widget zone and set the correct width to fit the placeholder.

But when i run the website the following error message displayes as follows

Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'Widget' and no extension method 'Widget' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 50:
Line 51: <div class="sliders-line">
Line 52: @Html.Widget("home_page_bottom")
Line 53:  </div>
Line 54:


Source File: c:\Add-0ns\ES\Project files\Uninet\eShop_2.60_Source\Presentation\Nop.Web\Themes\CustomTheme\Views\Home\Index.cshtml    Line: 52

Thanks in advance
satish