Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

NopVendorDefaults.cs

namespace Nop.Services.Vendors;

/// 
/// Represents default values related to vendor services
/// 
public static partial class NopVendorDefaults
{
    /// 
    /// Gets a generic attribute key to store vendor additional info
    /// 
    public static string VendorAttributes => "VendorAttributes";

    /// 
    /// Gets default prefix for vendor
    /// 
    public static string VendorAttributePrefix => "vendor_attribute_";
}