Close

Profile: vedran

Avatar

User posts

After transger development version in work version on server I have error.
____________________________________________________________________
Log level:   Error
The log entry message.Short message:   Object reference not set to an instance of an object.
The details for the log entry.Full message:   System.NullReferenceException: Object reference not set to an instance of an object. at SevenSpikes.Nop.Plugins.SmartSEO.ActionFilters.CategoryActionFilterAttribute.OnActionExecuted(ActionExecutedContext filterContext) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) at System.Web.Mvc.Controller.ExecuteCore() at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5() at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0() at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End() at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d() at System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
____________________________________________________________________________________
And
Log level:   Error
The log entry message.Short message:   Object reference not set to an instance of an object.
The details for the log entry.Full message:   System.NullReferenceException: Object reference not set to an instance of an object. at SevenSpikes.Nop.AjaxFilters.ActionFilters.CategoryActionFilterAttribute.OnActionExecuted(ActionExecutedContext filterContext)
_______________________________________________________________________________
Version 2.65
Web site work normally, but log reports errors for ajax filter and SEO.
In the development version does not report anything.
I tried reinstall, but no change.
Core is ver 2.65

11 years ago

Not so easy. When is a lot of filters, not showing them all (regardless of whether they are marked for display "Allow filtering"). It is always a partial view. Tested on multiple sites.
Thanks for your reply.

11 years ago

Can I see all the "Filters by attributes" (Specification attributes)?
In the present case can be see only partially, with some unexplained choice of displaying.
I know that is this so in the classical filter (Nop).
But maybe you have solution, if not, maybe you should think about this option in the future.

Best regards

11 years ago

Works!
Nice

11 years ago

New case for Ajax cart:
- Product labeled as : "Customer enters price"
- In category page, in box with short description of the product and small pictures (grid or line), button "Add to cart" send product to cart
- Must send to product detail page to enter price for product
- This work without "Enable Nop Ajax Cart on Catalog Pages"

11 years ago

Works!
Good job.

11 years ago

Hello

No modifications to the _GiftCartInfo.cshtm.
In demo work nice.
I'll try on another website. I will tell you the results. Thank you

11 years ago

Second error (The correct link is:
http://www.mushroomslook.com/p/333/membership-mushlook)
I edited in my meni.

Thanks

11 years ago

Without AjaxCart I can add recipient name and the sender name.
Everything is working normally.
Once I install Ajax cart not possible to enter recipens and sender name.
Exactly, it is possible but with error.
Now I uninstall Ajaxcart, and you can try. Work.

11 years ago

I tried and I'm wrong somewhere.
I hope it is not rude. Can you send the parts of two files that you edit.

SevenSpikesNopUI.css

.product-page-size span
{
    float: left;
    margin: 0 8px 0 0;
}
.White
{
  background-repeat: no-repeat !important;
  background-position: left 3px !important;
        background-image: url(../images/whitesq.jpg)
}

SpecificationFilter.cshtml

                if (specificationFilterItem.FilterItemState == FilterItemState.Checked)
                {
                    filterItemCssClass = "filterItemSelected";
                }
                    
        <li>
             <li class="@specificationFilterItem.Name"> Cap color <li>
            <a class="@filterItemCssClass" data-option-id="@specificationFilterItem.Id">@specificationFilterItem.Name</a>
                </li>
            }
        </text>;
    
    <div class="block block-category-navigation">


If not, thanks anyway!