Hi Anton
Just made ticket 10056
Thanks in adv.
BRG
Per
Hi
I'm concidering You Sales Campaign Plugin for one of our customer.
I have noticed that this plugin should works seamlessly with the Nop Product Ribbons plugin, how is that expected to work and is there any configuration in the Campaign plugin that will create a related Ribbon and is it possible to select ribbon images ect.?
Also I noticed that when You create a std. Nop Discount, it's possible to specify a time part of the start and end date. but in the Ribbons plugin it's not possible to specify a time part. The discount and ribbon will not be correct sync.?
Best regards
Objecta Data
Denmark
Hi
I have made some further investigations and have found some common error patterns. It looks like the error is originating from nopCommerce, so I downloaded the lastes 3.80 with bugfixes, and the problem with searching is now solved.
We are using NopUltimateThemeCollection_3.8.648.22498 (NopBrooklynTheme)
When we use the search button with a random search word we get an error. In the log fil the following bug is logged. Found in NopUltimateThemeCollection_3.8.648.22498 (NopBrooklynTheme)
System.MissingMethodException: Method was not found: 'Void Nop.Core.PagedList`1..ctor(System.Collections.Generic.IList`1<!0>, Int32, Int32)'. ved SevenSpikes.Nop.Plugins.AjaxFilters.Controllers.Catalog7SpikesController.AjaxFiltersSearch(SearchModel model, CatalogPagingFilteringModel command) ved lambda_method(Closure , ControllerBase , Object[] ) ved System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) ved System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) ved System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) ved System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) ved System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) ved System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() ved System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) ved System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) ved System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) ved System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) ved System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) ved System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) ved System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) ved System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) ved System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) ved System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) ved System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() ved System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
Do we miss any configuration
Hi
Last Year we made som customizations the RichBlog plugin adding the following div to the skin Home index.cshtml
<div class="rb-cats">
@Html.Action("RichBlogCategories", "RichBlog")
</div>
Now we are triyng to uddate the site to nop 3.80 and the only missing customization is for the RichBlog plugin where we are getting an error telling us the "RichBlogCategories" action does not exists on the "RichBlog" controller.
Has this action been removed and if so, is there any action we can use instead getting the same kind of data?
Best regards
Objecta Data
Klaus E. Frederiksen
Hi
When You write that Sku is always included in the search, does this also include the Sku in the ProductAttributeCombination table?
If not, will this be posible and can I edit the Stored Proc. (ProductLoadAllPagedNopAjaxFilters) to include the table in the search?
Best regards
Objecta Data
Thank You very much for the suggested changes. I have already applied them to the live site and it's working perfectly.
Best regards
Objecta Data
Denmark
Our customer is wondering why there is a diffrence between the behavior on viewmode=list and viewmode=grid. So it would prefer that the image is clickeble on both view modes mif it's possible.
Best regards
Objecta Data
Denmark
Hi
In the _ProductBox view there is a image anchor tag as shown below, but the link does not work. The same anchor tag is also i the _ProductListBox, and here the link is working fine when the product list is shown on the page.
<div class="product-item @hoverEffectClass" data-productid="@Model.Id">
<div class="picture">
<a href="@Url.RouteUrl("Product", new { SeName = Model.SeName })" title="@Model.DefaultPictureModel.Title">
Is there any setting that controls this link or should this work on the _ProductBox view also?
Best regards
Objecta Data
Denmark
<img alt="@Model.DefaultPictureModel.AlternateText" src="@Model.DefaultPictureModel.ImageUrl" title="@Model.DefaultPictureModel.Title" />
</a>