Method | Description | |
---|---|---|
ExtendedVendorController ( IExtendedVendorService extendedVendorService, IPermissionService permissionService, IPictureService pictureService, IVendorService vendorService, ICountryService countryService, IStateProvinceService stateProvinceService, ICacheManager cacheManager, ILocalizationService localizationService, IWorkContext workContext, IOrderService orderService, IProductService productService, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, IWorkflowMessageService workflowMessageService, ICustomerActivityService customerActivityService, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings, ISettingService settingService, IStoreService storeService, ICustomerService customerService ) : System | ||
ExtendedVendorDetails ( string SeName ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
CertifiedBadgeHandler ( object additionalData ) : System.Web.Mvc.ActionResult | ||
Configure ( ) : System.Web.Mvc.ActionResult | ||
Configure ( |
||
DeletePayout ( int Id ) : System.Web.Mvc.ActionResult | ||
DeleteReview ( int Id ) : System.Web.Mvc.ActionResult | ||
DisplayNavigation ( ) : System.Web.Mvc.ActionResult | ||
EditExtendedReview ( int OrderId, int ProductId ) : System.Web.Mvc.ActionResult | ||
EditExtendedReviewPost ( int OrderId, int ProductId, |
||
EditVendor ( int Id ) : System.Web.Mvc.ActionResult | ||
GetCurrentVendorId ( ) : int | ||
ListPayoutsAdmin ( int VendorId, Nop.Web.Framework.Kendoui.DataSourceRequest command ) : System.Web.Mvc.ActionResult | ||
ListReviewsAdmin ( int VendorId, Nop.Web.Framework.Kendoui.DataSourceRequest command ) : System.Web.Mvc.ActionResult | ||
SaveReview ( |
||
SaveVendor ( |
||
UpdatePayout ( |
||
UpdateReview ( |
||
UserReviews ( bool Redirection = false ) : System.Web.Mvc.ActionResult | ||
UserReviewsData ( string Type ) : System.Web.Mvc.ActionResult | ||
VendorRatingHandler ( object additionalData ) : System.Web.Mvc.ActionResult |
public ExtendedVendorController ( IExtendedVendorService extendedVendorService, IPermissionService permissionService, IPictureService pictureService, IVendorService vendorService, ICountryService countryService, IStateProvinceService stateProvinceService, ICacheManager cacheManager, ILocalizationService localizationService, IWorkContext workContext, IOrderService orderService, IProductService productService, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, IWorkflowMessageService workflowMessageService, ICustomerActivityService customerActivityService, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings, ISettingService settingService, IStoreService storeService, ICustomerService customerService ) : System | ||
extendedVendorService | IExtendedVendorService | |
permissionService | IPermissionService | |
pictureService | IPictureService | |
vendorService | IVendorService | |
countryService | ICountryService | |
stateProvinceService | IStateProvinceService | |
cacheManager | ICacheManager | |
localizationService | ILocalizationService | |
workContext | IWorkContext | |
orderService | IOrderService | |
productService | IProductService | |
catalogSettings | Nop.Core.Domain.Catalog.CatalogSettings | |
workflowMessageService | IWorkflowMessageService | |
customerActivityService | ICustomerActivityService | |
localizationSettings | Nop.Core.Domain.Localization.LocalizationSettings | |
settingService | ISettingService | |
storeService | IStoreService | |
customerService | ICustomerService | |
return | System |
public ExtendedVendorDetails ( string SeName ) : System.Web.Mvc.ActionResult | ||
SeName | string | |
return | System.Web.Mvc.ActionResult |