Close

Profile: cicciuzzo

Avatar

User posts

10 years ago

Hi

why ajax filters don't work with custom value? it work only predetermined value?

b.r.

10 years ago

cicciuzzo wrote:

and where should I put this code?


I tried, but by obtaining this

Object reference not set to an instance of an 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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:



Line 541:            return _cacheManager.Get(cacheKey, () =>
Line 542:            {
Line 543:                var model = _deliverySetService.GetProductDeliverySetsByProductId(product.Id, null, true)
Line 544:                   .Select(psa =>
Line 545:                   {
  

Source File:  e:\Dev\myweb\Presentation\Nop.Web\Controllers\CatalogController.cs    Line:  543

10 years ago


and where should I put this code?

10 years ago

How solved you this problem?

BBlue wrote:
Hi,

I've recently downloaded the trial of Instant Search, however once it's installed and i go to the website i get the following error

Method not found: 'Void Nop.Web.Controllers.CatalogController..ctor(Nop.Services.Catalog.ICategoryService, Nop.Services.Catalog.IManufacturerService, Nop.Services.Catalog.IProductService, Nop.Services.Catalog.IProductTemplateService, Nop.Services.Catalog.ICategoryTemplateService, Nop.Services.Catalog.IManufacturerTemplateService, Nop.Services.Catalog.IProductAttributeService, Nop.Services.Catalog.IProductAttributeParser, Nop.Core.IWorkContext, Nop.Core.IStoreContext, Nop.Services.Tax.ITaxService, Nop.Services.Directory.ICurrencyService, Nop.Services.Media.IPictureService, Nop.Services.Localization.ILocalizationService, Nop.Services.Catalog.IPriceCalculationService, Nop.Services.Catalog.IPriceFormatter, Nop.Core.IWebHelper, Nop.Services.Catalog.ISpecificationAttributeService, Nop.Services.Helpers.IDateTimeHelper, Nop.Services.Orders.IShoppingCartService, Nop.Services.Catalog.IRecentlyViewedProductsService, Nop.Services.Catalog.ICompareProductsService, Nop.Services.Messages.IWorkflowMessageService, Nop.Services.Catalog.IProductTagService, Nop.Services.Orders.IOrderReportService, Nop.Services.Common.IGenericAttributeService, Nop.Services.Catalog.IBackInStockSubscriptionService, Nop.Services.Security.IAclService, Nop.Services.Stores.IStoreMappingService, Nop.Services.Security.IPermissionService, Nop.Services.Media.IDownloadService, Nop.Services.Logging.ICustomerActivityService, Nop.Services.Events.IEventPublisher, Nop.Core.Domain.Media.MediaSettings, Nop.Core.Domain.Catalog.CatalogSettings, Nop.Core.Domain.Orders.ShoppingCartSettings, Nop.Core.Domain.Localization.LocalizationSettings, Nop.Core.Domain.Customers.CustomerSettings, Nop.Web.Framework.UI.Captcha.CaptchaSettings, Nop.Core.Caching.ICacheManager)'.

Line 167:        public object ResolveOptional(Type serviceType)
Line 168:        {
Line 169:            return Scope().ResolveOptional(serviceType);
Line 170:        }

disabling the search or uninstalling it fixes the issue.

I've also installed the same companies Ribbon plugin and this works fine.

I've tried rebuilding the app and cleaning out the bin, but no change.

Any suggestions?

10 years ago

Hi

it's possible add ribbons in category?  with ribbon 3.10?

hi

10 years ago

is possible to do it in another way?

10 years ago

hi

how I can disable cloud zoom?  I need only click to zoom functionality !! it's possible??

hi

10 years ago

hi

I did a update version of nopcommerce core... but the tab in detail page not see.

The new plug-in should be visible in @Html.Widget("productdetails_before_collateral") ..

The plug-in is active, but I noticed that if you do not like and activates the graphic theme and Jquery.

You help me?

hi

10 years ago

hi

For this theme exist the language pack for example Italian?

because I downloaded from nopcommerce site but isin't complete.

hi

10 years ago

No, it don't work... as if is ignored this widget..

I have clear cache and restart all.. browser and Visual studio..

may depend of the controller ? I don't know!!! ;(((

this my controller

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;


namespace Nop.Web.Controllers
{
    public class ServiceController : BaseNopController
    {
        //
        // GET: /Service/Index

        public ActionResult Index()
        {
            return View();
        }

        //
        // GET: /Service/SearchProduct
        public ActionResult SearchProduct()
        {
            return View();
        }
    }
}