在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → SmartStore MVC 开源 商城

SmartStore MVC 开源 商城

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:50.29M
  • 下载次数:13
  • 浏览次数:173
  • 发布时间:2021-03-05
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
SmartStore MVC 开源 商城
【实例截图】
【核心代码】
42855aec-b1df-43a9-8bf4-8fc6892fe186
└── SmartStoreNET-3.x
├── assets
│   └── SmartStoreNET.png
├── build.bat
├── changelog.md
├── ClickToBuild.cmd
├── ClickToTest.cmd
├── CREDITS.txt
├── how-to-build.txt
├── lib
│   ├── ClearScript.V8
│   │   ├── lib
│   │   │   ├── ClearScriptV8-32.dll
│   │   │   ├── ClearScriptV8-64.dll
│   │   │   ├── v8-ia32.dll
│   │   │   └── v8-x64.dll
│   │   └── Native
│   │   ├── amd64
│   │   │   ├── msvcp110.dll
│   │   │   └── msvcr110.dll
│   │   └── x86
│   │   ├── msvcp110.dll
│   │   └── msvcr110.dll
│   ├── Facebook
│   │   └── Facebook.dll
│   ├── GCheckout2.5.0.5a
│   │   └── GCheckout.dll
│   ├── MSBuild
│   │   ├── Extensions
│   │   │   ├── Interop.COMAdmin.dll
│   │   │   ├── Interop.IWshRuntimeLibrary.dll
│   │   │   ├── Ionic.Zip.dll
│   │   │   ├── MSBuild.ExtensionPack.dll
│   │   │   ├── MSBuild.ExtensionPack.dll.config
│   │   │   ├── MSBuild.ExtensionPack.pdb
│   │   │   ├── MSBuild.ExtensionPack.tasks
│   │   │   └── MSBuild.ExtensionPack.VersionNumber.targets
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── MSBuild.Community.Tasks.dll
│   │   └── MSBuild.Community.Tasks.Targets
│   ├── nunit
│   │   ├── agent.conf
│   │   ├── agent.log.conf
│   │   ├── clr.bat
│   │   ├── launcher.log.conf
│   │   ├── lib
│   │   │   ├── Images
│   │   │   │   ├── Ellipsis.gif
│   │   │   │   ├── pinned.gif
│   │   │   │   ├── Tree
│   │   │   │   │   ├── Circles
│   │   │   │   │   │   ├── Failure.jpg
│   │   │   │   │   │   ├── Ignored.jpg
│   │   │   │   │   │   ├── Inconclusive.jpg
│   │   │   │   │   │   ├── Skipped.jpg
│   │   │   │   │   │   └── Success.jpg
│   │   │   │   │   ├── Classic
│   │   │   │   │   │   ├── Failure.jpg
│   │   │   │   │   │   ├── Ignored.jpg
│   │   │   │   │   │   ├── Inconclusive.jpg
│   │   │   │   │   │   ├── Skipped.jpg
│   │   │   │   │   │   └── Success.jpg
│   │   │   │   │   ├── Default
│   │   │   │   │   │   ├── Failure.png
│   │   │   │   │   │   ├── Ignored.png
│   │   │   │   │   │   ├── Inconclusive.png
│   │   │   │   │   │   ├── Skipped.png
│   │   │   │   │   │   └── Success.png
│   │   │   │   │   └── Visual Studio
│   │   │   │   │   ├── Failure.png
│   │   │   │   │   ├── Ignored.png
│   │   │   │   │   ├── Inconclusive.png
│   │   │   │   │   ├── SeriousWarning.png
│   │   │   │   │   ├── Skipped.png
│   │   │   │   │   └── Success.png
│   │   │   │   └── unpinned.gif
│   │   │   ├── log4net.dll
│   │   │   ├── NSubstitute.dll
│   │   │   ├── NSubstitute.xml
│   │   │   ├── nunit-console-runner.dll
│   │   │   ├── nunit.core.dll
│   │   │   ├── nunit.core.interfaces.dll
│   │   │   ├── nunit-gui-runner.dll
│   │   │   ├── nunit.uiexception.dll
│   │   │   ├── nunit.uikit.dll
│   │   │   ├── nunit.util.dll
│   │   │   ├── Rhino.Mocks.dll
│   │   │   └── Rhino.Mocks.xml
│   │   ├── license.txt
│   │   ├── nunit-agent.exe
│   │   ├── nunit-agent.exe.config
│   │   ├── nunit-agent-x86.exe
│   │   ├── nunit-agent-x86.exe.config
│   │   ├── nunit-console.exe
│   │   ├── nunit-console.exe.config
│   │   ├── nunit-console-x86.exe
│   │   ├── nunit-console-x86.exe.config
│   │   ├── nunit-editor.exe
│   │   ├── nunit.exe
│   │   ├── nunit.exe.config
│   │   ├── NUnitFitTests.html
│   │   ├── nunit.framework.dll
│   │   ├── NUnitTests.config
│   │   ├── NUnitTests.nunit
│   │   ├── NUnitTests.VisualState.xml
│   │   ├── nunit-x86.exe
│   │   ├── nunit-x86.exe.config
│   │   ├── pnunit-agent.exe
│   │   ├── pnunit-agent.exe.config
│   │   ├── pnunit.framework.dll
│   │   ├── pnunit-launcher.exe
│   │   ├── pnunit-launcher.exe.config
│   │   ├── pnunit.tests.dll
│   │   ├── runFile.exe
│   │   ├── runFile.exe.config
│   │   ├── runpnunit.bat
│   │   └── test.conf
│   ├── PerceptiveMCAPI
│   │   ├── CookComputing.XmlRpcV2.dll
│   │   ├── PerceptiveMCAPI.dll
│   │   └── PerceptiveMCAPI.Export.dll
│   ├── SmartStore.Licensing
│   │   └── SmartStore.Licensing.dll
│   ├── sqlce
│   │   ├── amd64
│   │   │   ├── Microsoft.VC90.CRT
│   │   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   │   ├── msvcr90.dll
│   │   │   │   └── README_ENU.txt
│   │   │   ├── sqlceca40.dll
│   │   │   ├── sqlcecompact40.dll
│   │   │   ├── sqlceer40EN.dll
│   │   │   ├── sqlceme40.dll
│   │   │   ├── sqlceqp40.dll
│   │   │   └── sqlcese40.dll
│   │   ├── MICROSOFT VISUAL C++ 2008 EXPRESS EDITION ENU.txt
│   │   ├── ReadmeSSCE_ENU.htm
│   │   ├── REDIST_ENU.TXT
│   │   ├── SQLCE_EULA_ENU.rtf
│   │   ├── System.Data.SqlServerCe.dll
│   │   └── x86
│   │   ├── Microsoft.VC90.CRT
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── msvcr90.dll
│   │   │   └── README_ENU.txt
│   │   ├── sqlceca40.dll
│   │   ├── sqlcecompact40.dll
│   │   ├── sqlceer40EN.dll
│   │   ├── sqlceme40.dll
│   │   ├── sqlceqp40.dll
│   │   └── sqlcese40.dll
│   └── Telerik
│   └── Telerik.Web.Mvc.dll
├── LICENSE.txt
├── README.md
├── SmartStoreNET.proj
├── SmartStoreNET.Tasks.Targets
└── src
├── AssemblySharedInfo.cs
├── AssemblyVersionInfo.cs
├── FixRazorIntellisense.targets
├── Libraries
│   ├── SmartStore.Core
│   │   ├── app.config
│   │   ├── Async
│   │   │   ├── AsyncLock.cs
│   │   │   ├── AsyncRunner.cs
│   │   │   └── AsyncState.cs
│   │   ├── BaseEntity.cs
│   │   ├── Caching
│   │   │   ├── DisplayControl.cs
│   │   │   ├── ICacheManager.cs
│   │   │   ├── IDisplayControl.cs
│   │   │   ├── IOutputCacheProvider.cs
│   │   │   ├── IRequestCache.cs
│   │   │   ├── ISet.cs
│   │   │   ├── MemoryCacheManager.cs
│   │   │   ├── MemorySet.cs
│   │   │   ├── NullCache.cs
│   │   │   ├── NullOutputCacheProvider.cs
│   │   │   ├── OutputCacheItem.cs
│   │   │   └── RequestCache.cs
│   │   ├── Collections
│   │   │   ├── ConcurrentMultimap.cs
│   │   │   ├── LazyMultimap.cs
│   │   │   ├── MostRecentlyUsedList.cs
│   │   │   ├── MultiMap.cs
│   │   │   ├── Querystring.cs
│   │   │   ├── TopologicalSorter.cs
│   │   │   ├── TreeNodeBase.cs
│   │   │   └── TreeNode.cs
│   │   ├── ComponentModel
│   │   │   ├── FastActivator.cs
│   │   │   ├── FastProperty.cs
│   │   │   ├── HybridExpando.cs
│   │   │   ├── PropertyBag.cs
│   │   │   ├── SerializationUtils.cs
│   │   │   └── TypeConversion
│   │   │   ├── BooleanConverter.cs
│   │   │   ├── DateTimeConverter.cs
│   │   │   ├── EnumerableConverter.cs
│   │   │   ├── ITypeConverter.cs
│   │   │   ├── NullableConverter.cs
│   │   │   ├── ProductBundleDataConverter.cs
│   │   │   ├── ShippingOptionConverter.cs
│   │   │   ├── TimeSpanConverter.cs
│   │   │   ├── TypeConverterAdapter.cs
│   │   │   ├── TypeConverterBase.cs
│   │   │   └── TypeConverterFactory.cs
│   │   ├── Configuration
│   │   │   ├── ISettings.cs
│   │   │   ├── ISettingService.cs
│   │   │   └── JsonPersistAttribute.cs
│   │   ├── Data
│   │   │   ├── DataProviderFactory.cs
│   │   │   ├── DataSettings.cs
│   │   │   ├── DbContextScope.cs
│   │   │   ├── DbQuerySettings.cs
│   │   │   ├── EntityState.cs
│   │   │   ├── Hooks
│   │   │   │   ├── DefaultHookHandler.cs
│   │   │   │   ├── HookedEntityEntry.cs
│   │   │   │   ├── HookEntityMetadata.cs
│   │   │   │   ├── IHook.cs
│   │   │   │   ├── IHookHandler.cs
│   │   │   │   ├── ImportantAttribute.cs
│   │   │   │   ├── PostActionHook.cs
│   │   │   │   └── PreActionHook.cs
│   │   │   ├── IDataProvider.cs
│   │   │   ├── IDbContext.cs
│   │   │   ├── IDbContextExtensions.cs
│   │   │   ├── IQueryableExtensions.cs
│   │   │   ├── IRepository.cs
│   │   │   ├── ITransaction.cs
│   │   │   ├── RepositoryExtensions.cs
│   │   │   └── SqlFileTokenizer.cs
│   │   ├── Domain
│   │   │   ├── Affiliates
│   │   │   │   └── Affiliate.cs
│   │   │   ├── Blogs
│   │   │   │   ├── BlogComment.cs
│   │   │   │   ├── BlogExtensions.cs
│   │   │   │   ├── BlogPost.cs
│   │   │   │   ├── BlogPostTag.cs
│   │   │   │   └── BlogSettings.cs
│   │   │   ├── Catalog
│   │   │   │   ├── AttributeControlType.cs
│   │   │   │   ├── BackInStockSubscription.cs
│   │   │   │   ├── BackorderMode.cs
│   │   │   │   ├── CatalogSettings.cs
│   │   │   │   ├── Category.cs
│   │   │   │   ├── CategoryTemplate.cs
│   │   │   │   ├── CrossSellProduct.cs
│   │   │   │   ├── DownloadActivationType.cs
│   │   │   │   ├── GiftCardType.cs
│   │   │   │   ├── LowStockActivity.cs
│   │   │   │   ├── ManageInventoryMethod.cs
│   │   │   │   ├── Manufacturer.cs
│   │   │   │   ├── ManufacturerTemplate.cs
│   │   │   │   ├── PriceDisplayType.cs
│   │   │   │   ├── PriceRange.cs
│   │   │   │   ├── ProductAttribute.cs
│   │   │   │   ├── ProductBundleData.cs
│   │   │   │   ├── ProductBundleItemAttributeFilter.cs
│   │   │   │   ├── ProductBundleItem.cs
│   │   │   │   ├── ProductCategory.cs
│   │   │   │   ├── Product.cs
│   │   │   │   ├── ProductManufacturer.cs
│   │   │   │   ├── ProductPicture.cs
│   │   │   │   ├── ProductReview.cs
│   │   │   │   ├── ProductReviewHelpfulness.cs
│   │   │   │   ├── ProductSortingEnum.cs
│   │   │   │   ├── ProductSpecificationAttribute.cs
│   │   │   │   ├── ProductTag.cs
│   │   │   │   ├── ProductTemplate.cs
│   │   │   │   ├── ProductType.cs
│   │   │   │   ├── ProductVariantAttributeCombination.cs
│   │   │   │   ├── ProductVariantAttribute.cs
│   │   │   │   ├── ProductVariantAttributeValue.cs
│   │   │   │   ├── ProductVariantAttributeValueType.cs
│   │   │   │   ├── RecurringProductCyclePeriod.cs
│   │   │   │   ├── RelatedProduct.cs
│   │   │   │   ├── SmartStoreProductVariantAttributeCombination.cs
│   │   │   │   ├── SpecificationAttribute.cs
│   │   │   │   ├── SpecificationAttributeOption.cs
│   │   │   │   ├── SpecificationAttributeOptionFilter.cs
│   │   │   │   └── TierPrice.cs
│   │   │   ├── Cms
│   │   │   │   ├── ContentSliderSettings.cs
│   │   │   │   └── WidgetSettings.cs
│   │   │   ├── Common
│   │   │   │   ├── Address.cs
│   │   │   │   ├── AddressSettings.cs
│   │   │   │   ├── AdminAreaSettings.cs
│   │   │   │   ├── BankConnectionSettings.cs
│   │   │   │   ├── CommonSettings.cs
│   │   │   │   ├── CompanyInformationSettings.cs
│   │   │   │   ├── ContactDataSettings.cs
│   │   │   │   ├── FulltextSearchMode.cs
│   │   │   │   ├── GenericAttribute.cs
│   │   │   │   ├── PdfSettings.cs
│   │   │   │   └── SocialSettings.cs
│   │   │   ├── Configuration
│   │   │   │   └── Setting.cs
│   │   │   ├── Customers
│   │   │   │   ├── BestCustomerReportLine.cs
│   │   │   │   ├── CustomerContent.cs
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── CustomerNameFormat.cs
│   │   │   │   ├── CustomerNumberMethod.cs
│   │   │   │   ├── CustomerNumberVisibility.cs
│   │   │   │   ├── CustomerRole.cs
│   │   │   │   ├── CustomerSettings.cs
│   │   │   │   ├── ExternalAuthenticationRecord.cs
│   │   │   │   ├── ExternalAuthenticationSettings.cs
│   │   │   │   ├── PasswordFormat.cs
│   │   │   │   ├── RewardPointsHistory.cs
│   │   │   │   ├── RewardPointsSettings.cs
│   │   │   │   ├── SystemCustomerAttributeNames.cs
│   │   │   │   ├── SystemCustomerNames.cs
│   │   │   │   ├── SystemCustomerRoleNames.cs
│   │   │   │   └── UserRegistrationType.cs
│   │   │   ├── DataExchange
│   │   │   │   ├── DataExchangeEnums.cs
│   │   │   │   ├── DataExchangeSettings.cs
│   │   │   │   ├── ExportDeployment.cs
│   │   │   │   ├── ExportEnums.cs
│   │   │   │   ├── ExportFilter.cs
│   │   │   │   ├── ExportProfile.cs
│   │   │   │   ├── ExportProjection.cs
│   │   │   │   ├── ImportEnums.cs
│   │   │   │   ├── ImportProfile.cs
│   │   │   │   └── SyncMapping.cs
│   │   │   ├── Directory
│   │   │   │   ├── Country.cs
│   │   │   │   ├── Currency.cs
│   │   │   │   ├── CurrencySettings.cs
│   │   │   │   ├── DeliveryTime.cs
│   │   │   │   ├── ExchangeRate.cs
│   │   │   │   ├── MeasureDimension.cs
│   │   │   │   ├── MeasureSettings.cs
│   │   │   │   ├── MeasureWeight.cs
│   │   │   │   ├── QuantityUnit.cs
│   │   │   │   └── StateProvince.cs
│   │   │   ├── Discounts
│   │   │   │   ├── Discount.cs
│   │   │   │   ├── DiscountLimitationType.cs
│   │   │   │   ├── DiscountRequirement.cs
│   │   │   │   ├── DiscountType.cs
│   │   │   │   └── DiscountUsageHistory.cs
│   │   │   ├── Forums
│   │   │   │   ├── EditorType.cs
│   │   │   │   ├── Forum.cs
│   │   │   │   ├── ForumGroup.cs
│   │   │   │   ├── ForumPost.cs
│   │   │   │   ├── ForumSearchType.cs
│   │   │   │   ├── ForumSettings.cs
│   │   │   │   ├── ForumSubscription.cs
│   │   │   │   ├── ForumTopic.cs
│   │   │   │   ├── ForumTopicType.cs
│   │   │   │   └── PrivateMessage.cs
│   │   │   ├── Localization
│   │   │   │   ├── ILocalizedEntity.cs
│   │   │   │   ├── ILocalizedEnum.cs
│   │   │   │   ├── Language.cs
│   │   │   │   ├── LocaleStringResource.cs
│   │   │   │   ├── LocalizationSettings.cs
│   │   │   │   └── LocalizedProperty.cs
│   │   │   ├── Logging
│   │   │   │   ├── ActivityLog.cs
│   │   │   │   ├── ActivityLogType.cs
│   │   │   │   └── Log.cs
│   │   │   ├── Media
│   │   │   │   ├── Download.cs
│   │   │   │   ├── IHasMedia.cs
│   │   │   │   ├── MediaSettings.cs
│   │   │   │   ├── MediaStorage.cs
│   │   │   │   ├── Picture.cs
│   │   │   │   └── PictureType.cs
│   │   │   ├── Messages
│   │   │   │   ├── Campaign.cs
│   │   │   │   ├── EmailAccount.cs
│   │   │   │   ├── EmailAccountSettings.cs
│   │   │   │   ├── EmailAttachmentStorageLocation.cs
│   │   │   │   ├── Events.cs
│   │   │   │   ├── MessageTemplate.cs
│   │   │   │   ├── MessageTemplatesSettings.cs
│   │   │   │   ├── NewsLetterSubscription.cs
│   │   │   │   ├── QueuedEmailAttachment.cs
│   │   │   │   └── QueuedEmail.cs
│   │   │   ├── News
│   │   │   │   ├── NewsComment.cs
│   │   │   │   ├── NewsItem.cs
│   │   │   │   └── NewsSettings.cs
│   │   │   ├── Orders
│   │   │   │   ├── BestsellersReportLine.cs
│   │   │   │   ├── CheckoutAttribute.cs
│   │   │   │   ├── CheckoutAttributeValue.cs
│   │   │   │   ├── CheckoutEnums.cs
│   │   │   │   ├── Events.cs
│   │   │   │   ├── GiftCard.cs
│   │   │   │   ├── GiftCardUsageHistory.cs
│   │   │   │   ├── OrderAverageReportLine.cs
│   │   │   │   ├── OrderAverageReportLineSummary.cs
│   │   │   │   ├── Order.cs
│   │   │   │   ├── OrderExtensions.cs
│   │   │   │   ├── OrderItem.cs
│   │   │   │   ├── OrderNote.cs
│   │   │   │   ├── OrderSettings.cs
│   │   │   │   ├── OrderStatus.cs
│   │   │   │   ├── OrganizedShoppingCartItem.cs
│   │   │   │   ├── RecurringPayment.cs
│   │   │   │   ├── RecurringPaymentHistory.cs
│   │   │   │   ├── ReturnRequest.cs
│   │   │   │   ├── ReturnRequestStatus.cs
│   │   │   │   ├── ShoppingCartItem.cs
│   │   │   │   ├── ShoppingCartSettings.cs
│   │   │   │   └── ShoppingCartType.cs
│   │   │   ├── Payments
│   │   │   │   ├── PaymentMethod.cs
│   │   │   │   ├── PaymentSettings.cs
│   │   │   │   └── PaymentStatus.cs
│   │   │   ├── Polls
│   │   │   │   ├── PollAnswer.cs
│   │   │   │   ├── Poll.cs
│   │   │   │   └── PollVotingRecord.cs
│   │   │   ├── Security
│   │   │   │   ├── AclRecord.cs
│   │   │   │   ├── DefaultPermissionRecord.cs
│   │   │   │   ├── IAclSupported.cs
│   │   │   │   ├── PermissionRecord.cs
│   │   │   │   └── SecuritySettings.cs
│   │   │   ├── Seo
│   │   │   │   ├── CanonicalHostNameRule.cs
│   │   │   │   ├── ISlugSupported.cs
│   │   │   │   ├── PageTitleSeoAdjustment.cs
│   │   │   │   ├── SeoSettings.cs
│   │   │   │   └── UrlRecord.cs
│   │   │   ├── Shipping
│   │   │   │   ├── Shipment.cs
│   │   │   │   ├── ShipmentItem.cs
│   │   │   │   ├── ShippingMethod.cs
│   │   │   │   ├── ShippingOption.cs
│   │   │   │   ├── ShippingSettings.cs
│   │   │   │   └── ShippingStatus.cs
│   │   │   ├── StoreInformationSettings.cs
│   │   │   ├── Stores
│   │   │   │   ├── IStoreMappingSupported.cs
│   │   │   │   ├── Store.cs
│   │   │   │   ├── StoreExtensions.cs
│   │   │   │   └── StoreMapping.cs
│   │   │   ├── Tasks
│   │   │   │   └── ScheduleTask.cs
│   │   │   ├── Tax
│   │   │   │   ├── AuxiliaryServicesTaxType.cs
│   │   │   │   ├── TaxBasedOn.cs
│   │   │   │   ├── TaxCategory.cs
│   │   │   │   ├── TaxDisplayType.cs
│   │   │   │   ├── TaxSettings.cs
│   │   │   │   └── VatNumberStatus.cs
│   │   │   ├── Themes
│   │   │   │   ├── ThemeSettings.cs
│   │   │   │   └── ThemeVariable.cs
│   │   │   └── Topics
│   │   │   └── Topic.cs
│   │   ├── Email
│   │   │   ├── DefaultEmailSender.cs
│   │   │   ├── EmailAddress.cs
│   │   │   ├── EmailException.cs
│   │   │   ├── EmailMessage.cs
│   │   │   ├── IEmailSender.cs
│   │   │   ├── IEmailSenderExtensions.cs
│   │   │   └── SmtpContext.cs
│   │   ├── Events
│   │   │   ├── AsyncConsumerAttribute.cs
│   │   │   ├── CommonMessages
│   │   │   │   ├── AppInitScheduledTasksEvent.cs
│   │   │   │   ├── AppRegisterGlobalFiltersEvent.cs
│   │   │   │   ├── EntityDeleted.cs
│   │   │   │   ├── EntityInserted.cs
│   │   │   │   └── EntityUpdated.cs
│   │   │   ├── EventConsumerMetadata.cs
│   │   │   ├── IConsumer.cs
│   │   │   ├── IConsumerFactory.cs
│   │   │   ├── IEventPublisher.cs
│   │   │   └── NullEventPublisher.cs
│   │   ├── Extensions
│   │   │   ├── CollectionExtensions.cs
│   │   │   ├── ConversionExtensions.cs
│   │   │   ├── DateTimeExtensions.cs
│   │   │   ├── DecimalExtensions.cs
│   │   │   ├── DictionaryExtensions.cs
│   │   │   ├── EnumerableExtensions.cs
│   │   │   ├── ExceptionExtensions.cs
│   │   │   ├── HtmlTextWriterExtensions.cs
│   │   │   ├── HttpExtensions.cs
│   │   │   ├── IOExtensions.cs
│   │   │   ├── LinqExtensions.cs
│   │   │   ├── MiscExtensions.cs
│   │   │   ├── StreamExtensions.cs
│   │   │   ├── StringExtensions.cs
│   │   │   ├── TypeExtensions.cs
│   │   │   ├── XmlNodeExtensions.cs
│   │   │   ├── XmlWriterExtensions.cs
│   │   │   └── XPathExtensions.cs
│   │   ├── Fakes
│   │   │   ├── Extensions.cs
│   │   │   ├── FakeController.cs
│   │   │   ├── FakeHttpContext.cs
│   │   │   ├── FakeHttpRequest.cs
│   │   │   ├── FakeHttpResponse.cs
│   │   │   ├── FakeHttpSessionState.cs
│   │   │   ├── FakeIdentity.cs
│   │   │   └── FakePrincipal.cs
│   │   ├── GenericComparer.cs
│   │   ├── Html
│   │   │   ├── BBCodeHelper.cs
│   │   │   ├── CodeFormatter
│   │   │   │   ├── CLikeFormat.cs
│   │   │   │   ├── CodeFormat.cs
│   │   │   │   ├── CodeFormatHelper.cs
│   │   │   │   ├── CSharpFormat.cs
│   │   │   │   ├── HighlightOptions.cs
│   │   │   │   ├── HtmlFormat.cs
│   │   │   │   ├── JavaScriptFormat.cs
│   │   │   │   ├── MshFormat.cs
│   │   │   │   ├── SourceFormat.cs
│   │   │   │   ├── TsqlFormat.cs
│   │   │   │   └── VisualBasicFormat.cs
│   │   │   ├── HtmlUtils.cs
│   │   │   └── ResolveLinksHelper.cs
│   │   ├── HttpSecurityMode.cs
│   │   ├── IActivatable.cs
│   │   ├── IHideObjectMembers.cs
│   │   ├── IMergedData.cs
│   │   ├── Infrastructure
│   │   │   ├── AppDomainTypeFinder.cs
│   │   │   ├── ApplicationEnvironment.cs
│   │   │   ├── ComparableObject.cs
│   │   │   ├── ContextState.cs
│   │   │   ├── DependencyManagement
│   │   │   │   ├── AutofacRequestLifetimeHttpModule.cs
│   │   │   │   ├── ContainerManager.cs
│   │   │   │   ├── DefaultLifetimeScopeAccessor.cs
│   │   │   │   ├── DefaultLifetimeScopeProvider.cs
│   │   │   │   ├── IDependencyRegistrar.cs
│   │   │   │   ├── ILifetimeScopeAccessor.cs
│   │   │   │   └── Work.cs
│   │   │   ├── DisposableObject.cs
│   │   │   ├── EngineContext.cs
│   │   │   ├── Error.cs
│   │   │   ├── Guard.cs
│   │   │   ├── IApplicationEnvironment.cs
│   │   │   ├── ICloneable.cs
│   │   │   ├── IEngine.cs
│   │   │   ├── IOrdered.cs
│   │   │   ├── IStartupTask.cs
│   │   │   ├── ITypeFinder.cs
│   │   │   ├── ObjectSignatureAttribute.cs
│   │   │   ├── RegularExpressions.cs
│   │   │   ├── Singleton.cs
│   │   │   ├── SmartStoreEngine.cs
│   │   │   └── WebAppTypeFinder.cs
│   │   ├── IO
│   │   │   ├── IFile.cs
│   │   │   ├── IFileSystem.cs
│   │   │   ├── IFileSystemExtensions.cs
│   │   │   ├── IFolder.cs
│   │   │   ├── LocalFileSystem.cs
│   │   │   ├── LockFile
│   │   │   │   ├── ILockFile.cs
│   │   │   │   ├── ILockFileManager.cs
│   │   │   │   ├── LockFile.cs
│   │   │   │   └── LockFileManager.cs
│   │   │   ├── MimeTypes.cs
│   │   │   └── VirtualPath
│   │   │   ├── DefaultVirtualPathProvider.cs
│   │   │   ├── IVirtualFolder.cs
│   │   │   ├── IVirtualPathProvider.cs
│   │   │   └── VirtualFolder.cs
│   │   ├── IPageable.cs
│   │   ├── ISoftDeletable.cs
│   │   ├── IStoreContext.cs
│   │   ├── ITransient.cs
│   │   ├── IWebHelper.cs
│   │   ├── IWorkContext.cs
│   │   ├── Linq
│   │   │   ├── Expanders
│   │   │   │   ├── IPathExpander.cs
│   │   │   │   ├── LambdaPathExpander.cs
│   │   │   │   └── StringPathExpander.cs
│   │   │   ├── Expressions
│   │   │   │   ├── ExpressionVisitor.cs
│   │   │   │   ├── MemberAccessPathVisitor.cs
│   │   │   │   └── MemberAccessPropertyInfoVisitor.cs
│   │   │   ├── LinqContainsPredicateBuilder.cs
│   │   │   └── PredicateBuilder.cs
│   │   ├── Localization
│   │   │   ├── LocalizationHelper.cs
│   │   │   ├── LocalizedString.cs
│   │   │   ├── Localizer.cs
│   │   │   └── NullLocalizer.cs
│   │   ├── Logging
│   │   │   ├── ICustomerActivityService.cs
│   │   │   ├── ILogger.cs
│   │   │   ├── ILoggerFactory.cs
│   │   │   ├── log4net
│   │   │   │   ├── Log4netLogger.cs
│   │   │   │   ├── Log4netLoggerFactory.cs
│   │   │   │   └── SmartFileAppender.cs
│   │   │   ├── LoggingExtensions.cs
│   │   │   ├── LoggingModule.cs
│   │   │   ├── LogLevel.cs
│   │   │   ├── Notifier.cs
│   │   │   ├── NotifyEntry.cs
│   │   │   ├── NullLogger.cs
│   │   │   └── TraceLogger.cs
│   │   ├── packages.config
│   │   ├── Packaging
│   │   │   ├── ExtensionDescriptor.cs
│   │   │   ├── FolderUpdater.cs
│   │   │   ├── IPackageBuilder.cs
│   │   │   ├── IPackageInstaller.cs
│   │   │   ├── IPackageManager.cs
│   │   │   ├── NuGet
│   │   │   │   ├── ExtensionReferenceRepository.cs
│   │   │   │   ├── FileBasedProjectSystem.cs
│   │   │   │   ├── NugetLogger.cs
│   │   │   │   └── NullSourceRepository.cs
│   │   │   ├── PackageBuilder.cs
│   │   │   ├── PackageInfo.cs
│   │   │   ├── PackageInstaller.cs
│   │   │   ├── PackageManager.cs
│   │   │   ├── PackagingResult.cs
│   │   │   ├── PackagingUtils.cs
│   │   │   ├── Readme.txt
│   │   │   └── Updater
│   │   │   └── AppUpdater.cs
│   │   ├── PagedList.cs
│   │   ├── PagedList`T.cs
│   │   ├── Plugins
│   │   │   ├── BasePlugin.cs
│   │   │   ├── IConfigurable.cs
│   │   │   ├── IPlugin.cs
│   │   │   ├── IPluginFinder.cs
│   │   │   ├── IPreApplicationStart.cs
│   │   │   ├── LoadPluginResult.cs
│   │   │   ├── PluginDescriptor.cs
│   │   │   ├── PluginFileParser.cs
│   │   │   ├── PluginFinder.cs
│   │   │   ├── PluginManager.cs
│   │   │   └── Providers
│   │   │   ├── DependentWidgetsAttribute.cs
│   │   │   ├── DisplayOrderAttribute.cs
│   │   │   ├── FriendlyNameAttribute.cs
│   │   │   ├── IProvider.cs
│   │   │   ├── IProviderManager.cs
│   │   │   ├── IsHiddenAttribute.cs
│   │   │   ├── IUserEditable.cs
│   │   │   ├── ProviderMetadata.cs
│   │   │   └── SystemNameAttribute.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RouteInfo.cs
│   │   ├── Search
│   │   │   ├── DefaultIndexManager.cs
│   │   │   ├── Facets
│   │   │   │   ├── Facet.cs
│   │   │   │   ├── FacetGroup.cs
│   │   │   │   └── FacetSelection.cs
│   │   │   ├── Filter
│   │   │   │   ├── CombinedSearchFilter.cs
│   │   │   │   ├── ISearchFilter.cs
│   │   │   │   ├── RangeSearchFilter.cs
│   │   │   │   ├── SearchFilterBase.cs
│   │   │   │   └── SearchFilter.cs
│   │   │   ├── IIndexDocument.cs
│   │   │   ├── IIndexManager.cs
│   │   │   ├── IIndexProvider.cs
│   │   │   ├── IIndexStore.cs
│   │   │   ├── IndexDocument.cs
│   │   │   ├── IndexField.cs
│   │   │   ├── IndexProviderBase.cs
│   │   │   ├── ISearchBits.cs
│   │   │   ├── ISearchEngine.cs
│   │   │   ├── ISearchHit.cs
│   │   │   ├── ISearchQuery.cs
│   │   │   ├── NullIndexStore.cs
│   │   │   ├── SearchQuery.cs
│   │   │   └── SearchSort.cs
│   │   ├── Security
│   │   │   └── SmartStorePrincipal.cs
│   │   ├── SmartException.cs
│   │   ├── SmartStore.Core.csproj
│   │   ├── SmartStoreVersion.cs
│   │   ├── Themes
│   │   │   ├── DefaultThemeRegistry.cs
│   │   │   ├── IThemeRegistry.cs
│   │   │   ├── ThemeFolderData.cs
│   │   │   ├── ThemeManifest.cs
│   │   │   ├── ThemeManifestMaterializer.cs
│   │   │   ├── ThemeSwitchedEvent.cs
│   │   │   ├── ThemeTouchedEvent.cs
│   │   │   ├── ThemeVariableInfo.cs
│   │   │   └── ThemeVariableType.cs
│   │   ├── Utilities
│   │   │   ├── ActionDisposable.cs
│   │   │   ├── CommonHelper.cs
│   │   │   ├── DictionaryConverter.cs
│   │   │   ├── FileDownloadManager.cs
│   │   │   ├── FileSystemHelper.cs
│   │   │   ├── HashCodeCombiner.cs
│   │   │   ├── Inflector.cs
│   │   │   ├── ObjectDumper.cs
│   │   │   ├── Prettifier.cs
│   │   │   ├── Range.cs
│   │   │   ├── SeoHelper.cs
│   │   │   ├── SmartSyndicationFeed.cs
│   │   │   ├── StringTokenizer.cs
│   │   │   ├── Threading
│   │   │   │   ├── LockExtensions.cs
│   │   │   │   ├── ReadLockDisposable.cs
│   │   │   │   ├── UpgradeableReadLockDisposable.cs
│   │   │   │   └── WriteLockDisposable.cs
│   │   │   ├── TypeHelper.cs
│   │   │   └── Wildcard.cs
│   │   ├── WebHelper.cs
│   │   └── XmlHelper.cs
│   ├── SmartStore.Data
│   │   ├── app.config
│   │   ├── Caching
│   │   │   ├── CacheTransactionInterceptor.cs
│   │   │   ├── CachingCommand.cs
│   │   │   ├── CachingCommandDefinition.cs
│   │   │   ├── CachingDataReader.cs
│   │   │   ├── CachingProviderServices.cs
│   │   │   ├── CommandTreeFacts.cs
│   │   │   ├── Creadits.txt
│   │   │   ├── DbCacheEntry.cs
│   │   │   ├── DbCacheExtensions.cs
│   │   │   ├── DbCacheUtil.cs
│   │   │   ├── DbCachingPolicy.cs
│   │   │   ├── EfDbCache.cs
│   │   │   ├── IDbCache.cs
│   │   │   ├── QueryRegistrar.cs
│   │   │   └── SingletonQueries.cs
│   │   ├── EfDataProviderFactory.cs
│   │   ├── EfRepository.cs
│   │   ├── Extensions
│   │   │   ├── BaseEntityExtensions.cs
│   │   │   ├── DataReaderExtensions.cs
│   │   │   ├── DbContextExtensions.cs
│   │   │   ├── IDbContextExtensions.cs
│   │   │   └── MiscExtensions.cs
│   │   ├── IEfDataProvider.cs
│   │   ├── Mapping
│   │   │   ├── Affiliates
│   │   │   │   └── AffiliateMap.cs
│   │   │   ├── Blogs
│   │   │   │   ├── BlogCommentMap.cs
│   │   │   │   └── BlogPostMap.cs
│   │   │   ├── Catalog
│   │   │   │   ├── BackInStockSubscriptionMap.cs
│   │   │   │   ├── CategoryMap.cs
│   │   │   │   ├── CategoryTemplateMap.cs
│   │   │   │   ├── CrossSellProductMap.cs
│   │   │   │   ├── ManufacturerMap.cs
│   │   │   │   ├── ManufacturerTemplateMap.cs
│   │   │   │   ├── ProductAttributeMap.cs
│   │   │   │   ├── ProductBundleItemAttributeFilterMap.cs
│   │   │   │   ├── ProductBundleItemMap.cs
│   │   │   │   ├── ProductCategoryMap.cs
│   │   │   │   ├── ProductManufacturerMap.cs
│   │   │   │   ├── ProductMap.cs
│   │   │   │   ├── ProductPictureMap.cs
│   │   │   │   ├── ProductReviewHelpfulnessMap.cs
│   │   │   │   ├── ProductReviewMap.cs
│   │   │   │   ├── ProductSpecificationAttributeMap.cs
│   │   │   │   ├── ProductTagMap.cs
│   │   │   │   ├── ProductTemplateMap.cs
│   │   │   │   ├── ProductVariantAttributeCombinationMap.cs
│   │   │   │   ├── ProductVariantAttributeMap.cs
│   │   │   │   ├── ProductVariantAttributeValueMap.cs
│   │   │   │   ├── RelatedProductMap.cs
│   │   │   │   ├── SpecificationAttributeMap.cs
│   │   │   │   ├── SpecificationAttributeOptionMap.cs
│   │   │   │   └── TierPriceMap.cs
│   │   │   ├── Common
│   │   │   │   ├── AddressMap.cs
│   │   │   │   └── GenericAttributeMap.cs
│   │   │   ├── Configuration
│   │   │   │   └── SettingMap.cs
│   │   │   ├── Customers
│   │   │   │   ├── CustomerContentMap.cs
│   │   │   │   ├── CustomerMap.cs
│   │   │   │   ├── CustomerRoleMap.cs
│   │   │   │   ├── ExternalAuthenticationRecordMap.cs
│   │   │   │   └── RewardPointsHistoryMap.cs
│   │   │   ├── DataExchange
│   │   │   │   ├── ExportDeploymentMap.cs
│   │   │   │   ├── ExportProfileMap.cs
│   │   │   │   ├── ImportProfileMap.cs
│   │   │   │   └── SyncMappingMap.cs
│   │   │   ├── Directory
│   │   │   │   ├── CountryMap.cs
│   │   │   │   ├── CurrencyMap.cs
│   │   │   │   ├── DeliveryTimeMap.cs
│   │   │   │   ├── MeasureDimensionMap.cs
│   │   │   │   ├── MeasureWeightMap.cs
│   │   │   │   ├── QuantityUnitMap.cs
│   │   │   │   └── StateProvinceMap.cs
│   │   │   ├── Discounts
│   │   │   │   ├── DiscountMap.cs
│   │   │   │   ├── DiscountRequirementMap.cs
│   │   │   │   └── DiscountUsageHistoryMap.cs
│   │   │   ├── Forums
│   │   │   │   ├── ForumGroupMap.cs
│   │   │   │   ├── ForumMap.cs
│   │   │   │   ├── ForumPostMap.cs
│   │   │   │   ├── ForumSubscriptionMap.cs
│   │   │   │   ├── ForumTopicMap.cs
│   │   │   │   └── PrivateMessageMap.cs
│   │   │   ├── Localization
│   │   │   │   ├── LanguageMap.cs
│   │   │   │   ├── LocaleStringResourceMap.cs
│   │   │   │   └── LocalizedPropertyMap.cs
│   │   │   ├── Logging
│   │   │   │   ├── ActivityLogMap.cs
│   │   │   │   ├── ActivityLogTypeMap.cs
│   │   │   │   └── LogMap.cs
│   │   │   ├── Media
│   │   │   │   ├── DownloadMap.cs
│   │   │   │   ├── MediaStorageMap.cs
│   │   │   │   └── PictureMap.cs
│   │   │   ├── Messages
│   │   │   │   ├── CampaignMap.cs
│   │   │   │   ├── EmailAccountMap.cs
│   │   │   │   ├── MessageTemplateMap.cs
│   │   │   │   ├── NewsLetterSubscriptionMap.cs
│   │   │   │   ├── QueuedEmailAttachmentMap.cs
│   │   │   │   └── QueuedEmailMap.cs
│   │   │   ├── News
│   │   │   │   ├── NewsCommentMap.cs
│   │   │   │   └── NewsItemMap.cs
│   │   │   ├── Orders
│   │   │   │   ├── CheckoutAttributeMap.cs
│   │   │   │   ├── CheckoutAttributeValueMap.cs
│   │   │   │   ├── GiftCardMap.cs
│   │   │   │   ├── GiftCardUsageHistoryMap.cs
│   │   │   │   ├── OrderItemMap.cs
│   │   │   │   ├── OrderMap.cs
│   │   │   │   ├── OrderNoteMap.cs
│   │   │   │   ├── RecurringPaymentHistoryMap.cs
│   │   │   │   ├── RecurringPaymentMap.cs
│   │   │   │   ├── ReturnRequestMap.cs
│   │   │   │   └── ShoppingCartItemMap.cs
│   │   │   ├── Payments
│   │   │   │   └── PaymentMethodMap.cs
│   │   │   ├── Polls
│   │   │   │   ├── PollAnswerMap.cs
│   │   │   │   ├── PollMap.cs
│   │   │   │   └── PollVotingRecordMap.cs
│   │   │   ├── Security
│   │   │   │   ├── AclRecordMap.cs
│   │   │   │   └── PermissionRecordMap.cs
│   │   │   ├── Seo
│   │   │   │   └── UrlRecordMap.cs
│   │   │   ├── Shipping
│   │   │   │   ├── ShipmentItemMap.cs
│   │   │   │   ├── ShipmentMap.cs
│   │   │   │   └── ShippingMethodMap.cs
│   │   │   ├── Stores
│   │   │   │   ├── StoreMap.cs
│   │   │   │   └── StoreMappingMap.cs
│   │   │   ├── Tasks
│   │   │   │   └── ScheduleTaskMap.cs
│   │   │   ├── Tax
│   │   │   │   └── TaxCategoryMap.cs
│   │   │   ├── Themes
│   │   │   │   └── ThemeVariableMap.cs
│   │   │   └── Topics
│   │   │   └── TopicMap.cs
│   │   ├── Migrations
│   │   │   ├── 201403112331027_Initial.cs
│   │   │   ├── 201403112331027_Initial.Designer.cs
│   │   │   ├── 201403112331027_Initial.resx
│   │   │   ├── 201403210038385_AclPerf.cs
│   │   │   ├── 201403210038385_AclPerf.Designer.cs
│   │   │   ├── 201403210038385_AclPerf.resx
│   │   │   ├── 201403211655284_CurrencyMorePrecision.cs
│   │   │   ├── 201403211655284_CurrencyMorePrecision.Designer.cs
│   │   │   ├── 201403211655284_CurrencyMorePrecision.resx
│   │   │   ├── 201403251610279_AboutPage.cs
│   │   │   ├── 201403251610279_AboutPage.Designer.cs
│   │   │   ├── 201403251610279_AboutPage.resx
│   │   │   ├── 201403262015448_ImportExcel.cs
│   │   │   ├── 201403262015448_ImportExcel.Designer.cs
│   │   │   ├── 201403262015448_ImportExcel.resx
│   │   │   ├── 201404032144400_Packaging.cs
│   │   │   ├── 201404032144400_Packaging.Designer.cs
│   │   │   ├── 201404032144400_Packaging.resx
│   │   │   ├── 201404101903014_AttributeCombinationPrice.cs
│   │   │   ├── 201404101903014_AttributeCombinationPrice.Designer.cs
│   │   │   ├── 201404101903014_AttributeCombinationPrice.resx
│   │   │   ├── 201404170814451_BundleYouSaveLabelFix.cs
│   │   │   ├── 201404170814451_BundleYouSaveLabelFix.Designer.cs
│   │   │   ├── 201404170814451_BundleYouSaveLabelFix.resx
│   │   │   ├── 201404232319321_LessValidation.cs
│   │   │   ├── 201404232319321_LessValidation.Designer.cs
│   │   │   ├── 201404232319321_LessValidation.resx
│   │   │   ├── 201404292222025_FixMaxLength.cs
│   │   │   ├── 201404292222025_FixMaxLength.Designer.cs
│   │   │   ├── 201404292222025_FixMaxLength.resx
│   │   │   ├── 201405071457441_FixRes1.cs
│   │   │   ├── 201405071457441_FixRes1.Designer.cs
│   │   │   ├── 201405071457441_FixRes1.resx
│   │   │   ├── 201405080948530_ProductBulkEditInfo.cs
│   │   │   ├── 201405080948530_ProductBulkEditInfo.Designer.cs
│   │   │   ├── 201405080948530_ProductBulkEditInfo.resx
│   │   │   ├── 201405282243489_TaskUpdate.cs
│   │   │   ├── 201405282243489_TaskUpdate.Designer.cs
│   │   │   ├── 201405282243489_TaskUpdate.resx
│   │   │   ├── 201406122329031_ContentDeliveryNetwork.cs
│   │   │   ├── 201406122329031_ContentDeliveryNetwork.Designer.cs
│   │   │   ├── 201406122329031_ContentDeliveryNetwork.resx
│   │   │   ├── 201406262150229_Providers.cs
│   │   │   ├── 201406262150229_Providers.Designer.cs
│   │   │   ├── 201406262150229_Providers.resx
│   │   │   ├── 201407191010096_BetterReturnRequest.cs
│   │   │   ├── 201407191010096_BetterReturnRequest.Designer.cs
│   │   │   ├── 201407191010096_BetterReturnRequest.resx
│   │   │   ├── 201408071158147_MultistorePoll.cs
│   │   │   ├── 201408071158147_MultistorePoll.Designer.cs
│   │   │   ├── 201408071158147_MultistorePoll.resx
│   │   │   ├── 201408291450443_CheckoutCommmentBox.cs
│   │   │   ├── 201408291450443_CheckoutCommmentBox.Designer.cs
│   │   │   ├── 201408291450443_CheckoutCommmentBox.resx
│   │   │   ├── 201409150936394_CustomerNameFormat.cs
│   │   │   ├── 201409150936394_CustomerNameFormat.Designer.cs
│   │   │   ├── 201409150936394_CustomerNameFormat.resx
│   │   │   ├── 201410091620122_NewRes.cs
│   │   │   ├── 201410091620122_NewRes.Designer.cs
│   │   │   ├── 201410091620122_NewRes.resx
│   │   │   ├── 201411182201537_EuEsd.cs
│   │   │   ├── 201411182201537_EuEsd.Designer.cs
│   │   │   ├── 201411182201537_EuEsd.resx
│   │   │   ├── 201411182202431_V21Final.cs
│   │   │   ├── 201411182202431_V21Final.Designer.cs
│   │   │   ├── 201411182202431_V21Final.resx
│   │   │   ├── 201412081934318_V211.cs
│   │   │   ├── 201412081934318_V211.Designer.cs
│   │   │   ├── 201412081934318_V211.resx
│   │   │   ├── 201501191849483_WidgetWrapContent.cs
│   │   │   ├── 201501191849483_WidgetWrapContent.Designer.cs
│   │   │   ├── 201501191849483_WidgetWrapContent.resx
│   │   │   ├── 201501221417371_DefaultViewModeForCategories.cs
│   │   │   ├── 201501221417371_DefaultViewModeForCategories.Designer.cs
│   │   │   ├── 201501221417371_DefaultViewModeForCategories.resx
│   │   │   ├── 201502120858030_Licensing.cs
│   │   │   ├── 201502120858030_Licensing.Designer.cs
│   │   │   ├── 201502120858030_Licensing.resx
│   │   │   ├── 201502191643156_QtyUnitsAndOrderItemTaxRate.cs
│   │   │   ├── 201502191643156_QtyUnitsAndOrderItemTaxRate.Designer.cs
│   │   │   ├── 201502191643156_QtyUnitsAndOrderItemTaxRate.resx
│   │   │   ├── 201502202248081_NewIndexesV22.cs
│   │   │   ├── 201502202248081_NewIndexesV22.Designer.cs
│   │   │   ├── 201502202248081_NewIndexesV22.resx
│   │   │   ├── 201502280342294_LocalizedPropertyIndex.cs
│   │   │   ├── 201502280342294_LocalizedPropertyIndex.Designer.cs
│   │   │   ├── 201502280342294_LocalizedPropertyIndex.resx
│   │   │   ├── 201503032227054_V22Res.cs
│   │   │   ├── 201503032227054_V22Res.Designer.cs
│   │   │   ├── 201503032227054_V22Res.resx
│   │   │   ├── 201503101851123_PdfConverterUser.cs
│   │   │   ├── 201503101851123_PdfConverterUser.Designer.cs
│   │   │   ├── 201503101851123_PdfConverterUser.resx
│   │   │   ├── 201504131412183_NewCategoryProperties.cs
│   │   │   ├── 201504131412183_NewCategoryProperties.Designer.cs
│   │   │   ├── 201504131412183_NewCategoryProperties.resx
│   │   │   ├── 201504171629262_V22Final.cs
│   │   │   ├── 201504171629262_V22Final.Designer.cs
│   │   │   ├── 201504171629262_V22Final.resx
│   │   │   ├── 201504232202590_AutoUpdateRes.cs
│   │   │   ├── 201504232202590_AutoUpdateRes.Designer.cs
│   │   │   ├── 201504232202590_AutoUpdateRes.resx
│   │   │   ├── 201504270946381_TempFileCleanupTask.cs
│   │   │   ├── 201504270946381_TempFileCleanupTask.Designer.cs
│   │   │   ├── 201504270946381_TempFileCleanupTask.resx
│   │   │   ├── 201504290937512_SendEmailsManually.cs
│   │   │   ├── 201504290937512_SendEmailsManually.Designer.cs
│   │   │   ├── 201504290937512_SendEmailsManually.resx
│   │   │   ├── 201505052021483_PdfConverterRoleFix.cs
│   │   │   ├── 201505052021483_PdfConverterRoleFix.Designer.cs
│   │   │   ├── 201505052021483_PdfConverterRoleFix.resx
│   │   │   ├── 201505061813010_CountryMultistore.cs
│   │   │   ├── 201505061813010_CountryMultistore.Designer.cs
│   │   │   ├── 201505061813010_CountryMultistore.resx
│   │   │   ├── 201505272236124_V222.cs
│   │   │   ├── 201505272236124_V222.Designer.cs
│   │   │   ├── 201505272236124_V222.resx
│   │   │   ├── 201506181858349_AclRecordCustomerRole.cs
│   │   │   ├── 201506181858349_AclRecordCustomerRole.Designer.cs
│   │   │   ├── 201506181858349_AclRecordCustomerRole.resx
│   │   │   ├── 201506211043073_PaymentShippingRestrictions.cs
│   │   │   ├── 201506211043073_PaymentShippingRestrictions.Designer.cs
│   │   │   ├── 201506211043073_PaymentShippingRestrictions.resx
│   │   │   ├── 201506261018157_Merge.cs
│   │   │   ├── 201506261018157_Merge.Designer.cs
│   │   │   ├── 201506261018157_Merge.resx
│   │   │   ├── 201506261756463_PrimaryStoreCurrencyMultiStore.cs
│   │   │   ├── 201506261756463_PrimaryStoreCurrencyMultiStore.Designer.cs
│   │   │   ├── 201506261756463_PrimaryStoreCurrencyMultiStore.resx
│   │   │   ├── 201507072138058_MessageTemplateAttachments.cs
│   │   │   ├── 201507072138058_MessageTemplateAttachments.Designer.cs
│   │   │   ├── 201507072138058_MessageTemplateAttachments.resx
│   │   │   ├── 201507092146153_DownloadGuidIndex.cs
│   │   │   ├── 201507092146153_DownloadGuidIndex.Designer.cs
│   │   │   ├── 201507092146153_DownloadGuidIndex.resx
│   │   │   ├── 201507102159496_TransientMedia.cs
│   │   │   ├── 201507102159496_TransientMedia.Designer.cs
│   │   │   ├── 201507102159496_TransientMedia.resx
│   │   │   ├── 201507132241575_QueuedEmailAttachments.cs
│   │   │   ├── 201507132241575_QueuedEmailAttachments.Designer.cs
│   │   │   ├── 201507132241575_QueuedEmailAttachments.resx
│   │   │   ├── 201507141647299_CustomerTablePerf.cs
│   │   │   ├── 201507141647299_CustomerTablePerf.Designer.cs
│   │   │   ├── 201507141647299_CustomerTablePerf.resx
│   │   │   ├── 201507200832223_SortFilterHomepageProducts.cs
│   │   │   ├── 201507200832223_SortFilterHomepageProducts.Designer.cs
│   │   │   ├── 201507200832223_SortFilterHomepageProducts.resx
│   │   │   ├── 201507210952098_PaymentMethodDescription.cs
│   │   │   ├── 201507210952098_PaymentMethodDescription.Designer.cs
│   │   │   ├── 201507210952098_PaymentMethodDescription.resx
│   │   │   ├── 201507242008201_WebScheduler.cs
│   │   │   ├── 201507242008201_WebScheduler.Designer.cs
│   │   │   ├── 201507242008201_WebScheduler.resx
│   │   │   ├── 201507250039446_Merge2.cs
│   │   │   ├── 201507250039446_Merge2.Designer.cs
│   │   │   ├── 201507250039446_Merge2.resx
│   │   │   ├── 201508042207146_RemoveKeepAlive.cs
│   │   │   ├── 201508042207146_RemoveKeepAlive.Designer.cs
│   │   │   ├── 201508042207146_RemoveKeepAlive.resx
│   │   │   ├── 201508091512101_ExportFramework.cs
│   │   │   ├── 201508091512101_ExportFramework.Designer.cs
│   │   │   ├── 201508091512101_ExportFramework.resx
│   │   │   ├── 201508121735397_AddSyncMapping.cs
│   │   │   ├── 201508121735397_AddSyncMapping.Designer.cs
│   │   │   ├── 201508121735397_AddSyncMapping.resx
│   │   │   ├── 201508142203054_CronExpressions.cs
│   │   │   ├── 201508142203054_CronExpressions.Designer.cs
│   │   │   ├── 201508142203054_CronExpressions.resx
│   │   │   ├── 201508211346171_Merge1.cs
│   │   │   ├── 201508211346171_Merge1.Designer.cs
│   │   │   ├── 201508211346171_Merge1.resx
│   │   │   ├── 201509021536425_ExportFramework1.cs
│   │   │   ├── 201509021536425_ExportFramework1.Designer.cs
│   │   │   ├── 201509021536425_ExportFramework1.resx
│   │   │   ├── 201509031112324_Merge3.cs
│   │   │   ├── 201509031112324_Merge3.Designer.cs
│   │   │   ├── 201509031112324_Merge3.resx
│   │   │   ├── 201509150931528_ExportFramework2.cs
│   │   │   ├── 201509150931528_ExportFramework2.Designer.cs
│   │   │   ├── 201509150931528_ExportFramework2.resx
│   │   │   ├── 201511271019577_ExportFramework3.cs
│   │   │   ├── 201511271019577_ExportFramework3.Designer.cs
│   │   │   ├── 201511271019577_ExportFramework3.resx
│   │   │   ├── 201512151526290_ImportFramework.cs
│   │   │   ├── 201512151526290_ImportFramework.Designer.cs
│   │   │   ├── 201512151526290_ImportFramework.resx
│   │   │   ├── 201601262000441_ImportFramework1.cs
│   │   │   ├── 201601262000441_ImportFramework1.Designer.cs
│   │   │   ├── 201601262000441_ImportFramework1.resx
│   │   │   ├── 201603121451066_ThirdPartyEmailHandOver.cs
│   │   │   ├── 201603121451066_ThirdPartyEmailHandOver.Designer.cs
│   │   │   ├── 201603121451066_ThirdPartyEmailHandOver.resx
│   │   │   ├── 201605020640016_GtinMpnIndex.cs
│   │   │   ├── 201605020640016_GtinMpnIndex.Designer.cs
│   │   │   ├── 201605020640016_GtinMpnIndex.resx
│   │   │   ├── 201605061916117_SwapColumnMappingValues.cs
│   │   │   ├── 201605061916117_SwapColumnMappingValues.Designer.cs
│   │   │   ├── 201605061916117_SwapColumnMappingValues.resx
│   │   │   ├── 201605111140288_ImportExtraData.cs
│   │   │   ├── 201605111140288_ImportExtraData.Designer.cs
│   │   │   ├── 201605111140288_ImportExtraData.resx
│   │   │   ├── 201605191216116_CheckoutAttributeMultiStore.cs
│   │   │   ├── 201605191216116_CheckoutAttributeMultiStore.Designer.cs
│   │   │   ├── 201605191216116_CheckoutAttributeMultiStore.resx
│   │   │   ├── 201605201911421_ExportRevision.cs
│   │   │   ├── 201605201911421_ExportRevision.Designer.cs
│   │   │   ├── 201605201911421_ExportRevision.resx
│   │   │   ├── 201606241315549_AddressEnhancement.cs
│   │   │   ├── 201606241315549_AddressEnhancement.Designer.cs
│   │   │   ├── 201606241315549_AddressEnhancement.resx
│   │   │   ├── 201607111649138_FixExportDeploymentIsPublic.cs
│   │   │   ├── 201607111649138_FixExportDeploymentIsPublic.Designer.cs
│   │   │   ├── 201607111649138_FixExportDeploymentIsPublic.resx
│   │   │   ├── 201608110948010_MediaStorageData.cs
│   │   │   ├── 201608110948010_MediaStorageData.Designer.cs
│   │   │   ├── 201608110948010_MediaStorageData.resx
│   │   │   ├── 201609201852449_log4net.cs
│   │   │   ├── 201609201852449_log4net.Designer.cs
│   │   │   ├── 201609201852449_log4net.resx
│   │   │   ├── 201609281549565_CategoryBadges.cs
│   │   │   ├── 201609281549565_CategoryBadges.Designer.cs
│   │   │   ├── 201609281549565_CategoryBadges.resx
│   │   │   └── MigrationsConfiguration.cs
│   │   ├── ObjectContextBase.cs
│   │   ├── ObjectContextBase.SaveChanges.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Setup
│   │   │   ├── Builder
│   │   │   │   ├── ActivityLogTypeMigrator.cs
│   │   │   │   ├── BuilderDbContextExtensions.cs
│   │   │   │   ├── LocaleResourcesBuilder.cs
│   │   │   │   ├── LocaleResourcesMigrator.cs
│   │   │   │   ├── PermissionMigrator.cs
│   │   │   │   ├── SettingsBuilder.cs
│   │   │   │   └── SettingsMigrator.cs
│   │   │   ├── DbMigrationContext.cs
│   │   │   ├── DbMigrationException.cs
│   │   │   ├── DbSeedingMigrator.cs
│   │   │   ├── IDataSeeder.cs
│   │   │   ├── IDbMigrationExtensions.cs
│   │   │   ├── ILocaleResourcesProvider.cs
│   │   │   ├── InstallDatabaseInitializer.cs
│   │   │   ├── MigrateDatabaseInitializer.cs
│   │   │   ├── MigratorUtils.cs
│   │   │   └── SeedData
│   │   │   ├── InvariantSeedData.cs
│   │   │   ├── SeedDataConfiguration.cs
│   │   │   ├── SeedDataException.cs
│   │   │   └── SeedEntityExtensions.cs
│   │   ├── SmartDbConfiguration.cs
│   │   ├── SmartObjectContext.cs
│   │   ├── SmartStore.Data.csproj
│   │   ├── Sql
│   │   │   ├── Indexes.Inverse.sql
│   │   │   ├── Indexes.sql
│   │   │   ├── Indexes.SqlServer.Inverse.sql
│   │   │   ├── Indexes.SqlServer.sql
│   │   │   ├── LatestProductLoadAllPaged.sql
│   │   │   ├── StoredProcedures.Inverse.sql
│   │   │   └── StoredProcedures.sql
│   │   ├── SqlCeDataProvider.cs
│   │   └── SqlServerDataProvider.cs
│   └── SmartStore.Services
│   ├── Affiliates
│   │   ├── AffiliateService.cs
│   │   └── IAffiliateService.cs
│   ├── app.config
│   ├── Authentication
│   │   ├── External
│   │   │   ├── AuthorizationResult.cs
│   │   │   ├── AuthorizeState.cs
│   │   │   ├── ExternalAuthorizer.cs
│   │   │   ├── ExternalAuthorizerHelper.cs
│   │   │   ├── IClaimsTranslator.cs
│   │   │   ├── IExternalAuthenticationMethod.cs
│   │   │   ├── IExternalAuthorizer.cs
│   │   │   ├── IExternalProviderAuthorizer.cs
│   │   │   ├── IOpenAuthenticationService.cs
│   │   │   ├── OpenAuthenticationParameters.cs
│   │   │   ├── OpenAuthenticationService.cs
│   │   │   ├── OpenAuthenticationStatus.cs
│   │   │   ├── OpenAuthentificationExtentions.cs
│   │   │   ├── RegistrationDetails.cs
│   │   │   └── UserClaims.cs
│   │   ├── FormsAuthenticationService.cs
│   │   └── IAuthenticationService.cs
│   ├── Blogs
│   │   ├── BlogExtensions.cs
│   │   ├── BlogService.cs
│   │   └── IBlogService.cs
│   ├── Caching
│   │   └── ClearCacheTask.cs
│   ├── Catalog
│   │   ├── AdjustInventoryResult.cs
│   │   ├── BackInStockSubscriptionService.cs
│   │   ├── CategoryExtensions.cs
│   │   ├── CategoryService.cs
│   │   ├── CategoryTemplateService.cs
│   │   ├── CompareProductsService.cs
│   │   ├── CopyProductService.cs
│   │   ├── IBackInStockSubscriptionService.cs
│   │   ├── ICategoryNavigationFilter.cs
│   │   ├── ICategoryService.cs
│   │   ├── ICategoryTemplateService.cs
│   │   ├── ICompareProductsService.cs
│   │   ├── ICopyProductService.cs
│   │   ├── IManufacturerService.cs
│   │   ├── IManufacturerTemplateService.cs
│   │   ├── Importer
│   │   │   ├── CategoryImporter.cs
│   │   │   └── ProductImporter.cs
│   │   ├── IPriceCalculationService.cs
│   │   ├── IPriceFormatter.cs
│   │   ├── IProductAttributeFormatter.cs
│   │   ├── IProductAttributeParser.cs
│   │   ├── IProductAttributeService.cs
│   │   ├── IProductService.cs
│   │   ├── IProductTagService.cs
│   │   ├── IProductTemplateService.cs
│   │   ├── IRecentlyViewedProductsService.cs
│   │   ├── ISpecificationAttributeService.cs
│   │   ├── ManufacturerService.cs
│   │   ├── ManufacturerTemplateService.cs
│   │   ├── PriceCalculationContext.cs
│   │   ├── PriceCalculationService.cs
│   │   ├── PriceFormatter.cs
│   │   ├── ProductAttributeExtensions.cs
│   │   ├── ProductAttributeFormatter.cs
│   │   ├── ProductAttributeParser.cs
│   │   ├── ProductAttributeService.cs
│   │   ├── ProductExtensions.cs
│   │   ├── ProductSearchContext.cs
│   │   ├── ProductService.cs
│   │   ├── ProductsSearchingEvent.cs
│   │   ├── ProductTagService.cs
│   │   ├── ProductTemplateService.cs
│   │   ├── RecentlyViewedProductsService.cs
│   │   ├── SpecificationAttributeService.cs
│   │   └── TierPriceExtensions.cs
│   ├── Cms
│   │   ├── IWidget.cs
│   │   ├── IWidgetService.cs
│   │   ├── WidgetExtensions.cs
│   │   └── WidgetService.cs
│   ├── Common
│   │   ├── AddressExtentions.cs
│   │   ├── AddressService.cs
│   │   ├── FulltextService.cs
│   │   ├── GenericAttributeExtentions.cs
│   │   ├── GenericAttributeService.cs
│   │   ├── IAddressService.cs
│   │   ├── IFulltextService.cs
│   │   ├── IGenericAttributeService.cs
│   │   ├── IMaintenanceService.cs
│   │   ├── IMobileDeviceHelper.cs
│   │   ├── IUserAgent.cs
│   │   ├── MaintenanceService.cs
│   │   ├── MobileDeviceHelper.cs
│   │   ├── TempFileCleanupTask.cs
│   │   └── UAParserUserAgent.cs
│   ├── CommonServices.cs
│   ├── Configuration
│   │   └── SettingService.cs
│   ├── Customers
│   │   ├── ChangePasswordRequest.cs
│   │   ├── CustomerContentService.cs
│   │   ├── CustomerExtentions.cs
│   │   ├── CustomerRegisteredEvent.cs
│   │   ├── CustomerRegistrationRequest.cs
│   │   ├── CustomerRegistrationResult.cs
│   │   ├── CustomerRegistrationService.cs
│   │   ├── CustomerReportService.cs
│   │   ├── CustomerService.cs
│   │   ├── DeleteGuestsTask.cs
│   │   ├── ICustomerContentService.cs
│   │   ├── ICustomerRegistrationService.cs
│   │   ├── ICustomerReportService.cs
│   │   ├── ICustomerService.cs
│   │   ├── Importer
│   │   │   └── CustomerImporter.cs
│   │   └── PasswordChangeResult.cs
│   ├── DataExchange
│   │   ├── Csv
│   │   │   ├── CsvConfigurationConverter.cs
│   │   │   ├── CsvConfiguration.cs
│   │   │   ├── CsvDataReader.cs
│   │   │   └── CsvWriter.cs
│   │   ├── Excel
│   │   │   └── ExcelDataReader.cs
│   │   ├── Export
│   │   │   ├── DataExporter.cs
│   │   │   ├── DataExportResult.cs
│   │   │   ├── DataExportTask.cs
│   │   │   ├── Deployment
│   │   │   │   ├── DataDeploymentResult.cs
│   │   │   │   ├── EmailFilePublisher.cs
│   │   │   │   ├── FileSystemFilePublisher.cs
│   │   │   │   ├── FtpFilePublisher.cs
│   │   │   │   ├── HttpFilePublisher.cs
│   │   │   │   ├── IFilePublisher.cs
│   │   │   │   └── PublicFolderPublisher.cs
│   │   │   ├── DynamicEntityHelper.cs
│   │   │   ├── Events
│   │   │   │   └── RowExportingEvent.cs
│   │   │   ├── ExportConfigurationInfo.cs
│   │   │   ├── ExportDataSegmenter.cs
│   │   │   ├── ExportExecuteContext.cs
│   │   │   ├── ExportExtensions.cs
│   │   │   ├── ExportFeaturesAttribute.cs
│   │   │   ├── ExportProfileService.cs
│   │   │   ├── ExportProviderBase.cs
│   │   │   ├── ExportXmlHelper.cs
│   │   │   ├── IDataExporter.cs
│   │   │   ├── IExportProfileService.cs
│   │   │   ├── IExportProvider.cs
│   │   │   └── Internal
│   │   │   ├── CategoryExportContext.cs
│   │   │   ├── CustomerExportContext.cs
│   │   │   ├── DataExporterContext.cs
│   │   │   ├── DynamicEntity.cs
│   │   │   ├── ManufacturerExportContext.cs
│   │   │   ├── OrderExportContext.cs
│   │   │   └── ProductExportContext.cs
│   │   ├── Import
│   │   │   ├── ColumnMapping
│   │   │   │   ├── ColumnMapConverter.cs
│   │   │   │   └── ColumnMap.cs
│   │   │   ├── DataImporter.cs
│   │   │   ├── DataImportTask.cs
│   │   │   ├── DataTable
│   │   │   │   ├── IDataTable.cs
│   │   │   │   └── LightweightDataTable.cs
│   │   │   ├── EntityImporterBase.cs
│   │   │   ├── IDataImporter.cs
│   │   │   ├── IEntityImporter.cs
│   │   │   ├── IImportProfileService.cs
│   │   │   ├── ImportDataSegmenter.cs
│   │   │   ├── ImportExecuteContext.cs
│   │   │   ├── ImportExtensions.cs
│   │   │   ├── ImportExtraData.cs
│   │   │   ├── ImportMessage.cs
│   │   │   ├── ImportProfileService.cs
│   │   │   ├── ImportResult.cs
│   │   │   ├── ImportRow.cs
│   │   │   └── Internal
│   │   │   └── DataImporterContext.cs
│   │   ├── ISyncMappingService.cs
│   │   └── SyncMappingService.cs
│   ├── Directory
│   │   ├── CountryService.cs
│   │   ├── CurrencyExtensions.cs
│   │   ├── CurrencyService.cs
│   │   ├── DeliveryTimeService.cs
│   │   ├── EcbExchangeRateProvider.cs
│   │   ├── GeoCountryLookup.cs
│   │   ├── ICountryService.cs
│   │   ├── ICurrencyService.cs
│   │   ├── IDeliveryTimeService.cs
│   │   ├── IExchangeRateProvider.cs
│   │   ├── IGeoCountryLookup.cs
│   │   ├── IMeasureService.cs
│   │   ├── IQuantityUnitService.cs
│   │   ├── IStateProvinceService.cs
│   │   ├── MeasureService.cs
│   │   ├── QuantityUnitService.cs
│   │   ├── StateProvinceService.cs
│   │   └── UpdateExchangeRateTask.cs
│   ├── Discounts
│   │   ├── CheckDiscountRequirementRequest.cs
│   │   ├── DiscountExtentions.cs
│   │   ├── DiscountService.cs
│   │   ├── IDiscountRequirementRule.cs
│   │   └── IDiscountService.cs
│   ├── Events
│   │   ├── DefaultConsumerFactory.cs
│   │   ├── DefaultMessageBus.cs
│   │   ├── EventPublisher.cs
│   │   ├── IMessageBroker.cs
│   │   └── IMessageBus.cs
│   ├── Extensions
│   │   └── NameValueCollectionExtensions.cs
│   ├── Filter
│   │   ├── FilterCriteria.cs
│   │   ├── FilterExtensions.cs
│   │   ├── FilterMisc.cs
│   │   ├── FilterOperator.cs
│   │   ├── FilterService.cs
│   │   └── IFilterService.cs
│   ├── Forums
│   │   ├── ForumExtensions.cs
│   │   ├── ForumService.cs
│   │   └── IForumService.cs
│   ├── Helpers
│   │   ├── DateTimeHelper.cs
│   │   ├── DateTimeSettings.cs
│   │   └── IDateTimeHelper.cs
│   ├── Hooks
│   │   ├── AclEntityPostDeleteHook.cs
│   │   ├── LocalizedEntityPostDeleteHook.cs
│   │   ├── ProductVariantAttributePostDeleteHook.cs
│   │   ├── ProductVariantAttributeValuePostDeleteHook.cs
│   │   ├── SlugSupportedPostDeleteHook.cs
│   │   ├── SoftDeletablePreUpdateHook.cs
│   │   └── StoreMappingEntityPostDeleteHook.cs
│   ├── ICommonServices.cs
│   ├── Localization
│   │   ├── ILanguageService.cs
│   │   ├── ILocalizationService.cs
│   │   ├── ILocalizedEntityService.cs
│   │   ├── LanguageService.cs
│   │   ├── LocalizationExtentions.cs
│   │   ├── LocalizationService.cs
│   │   └── LocalizedEntityService.cs
│   ├── Logging
│   │   ├── CustomerActivityService.cs
│   │   ├── DbLogService.cs
│   │   ├── DeleteLogsTask.cs
│   │   └── ILogService.cs
│   ├── Media
│   │   ├── CachedImageResult.cs
│   │   ├── DownloadService.cs
│   │   ├── IDownloadService.cs
│   │   ├── IImageCache.cs
│   │   ├── IImageResizerService.cs
│   │   ├── ImageCache.cs
│   │   ├── ImageCacheExtensions.cs
│   │   ├── ImageHeader.cs
│   │   ├── ImageResizerService.cs
│   │   ├── ImageResizerUtil.cs
│   │   ├── ImageTypes.cs
│   │   ├── IPictureService.cs
│   │   ├── MediaExtensions.cs
│   │   ├── MediaFileSystem.cs
│   │   ├── PictureService.cs
│   │   ├── Storage
│   │   │   ├── DatabaseMediaStorageProvider.cs
│   │   │   ├── FileSystemMediaStorageProvider.cs
│   │   │   ├── IMediaMover.cs
│   │   │   ├── IMediaStorageProvider.cs
│   │   │   ├── ISupportsMediaMoving.cs
│   │   │   ├── MediaItem.cs
│   │   │   ├── MediaMoverContext.cs
│   │   │   ├── MediaMover.cs
│   │   │   └── MediaStorageExtensions.cs
│   │   └── TransientMediaClearTask.cs
│   ├── Messages
│   │   ├── CampaignService.cs
│   │   ├── EmailAccountService.cs
│   │   ├── EventPublisherExtensions.cs
│   │   ├── GenericMessageContext.cs
│   │   ├── ICampaignService.cs
│   │   ├── IEmailAccountService.cs
│   │   ├── IMessageTemplateService.cs
│   │   ├── IMessageTokenProvider.cs
│   │   ├── Importer
│   │   │   └── NewsLetterSubscriptionImporter.cs
│   │   ├── INewsLetterSubscriptionService.cs
│   │   ├── IQueuedEmailService.cs
│   │   ├── ITokenizer.cs
│   │   ├── IWorkflowMessageService.cs
│   │   ├── MessageTemplateService.cs
│   │   ├── MessageTokenProvider.cs
│   │   ├── NewsLetterSubscriptionService.cs
│   │   ├── QueuedEmailService.cs
│   │   ├── QueuedMessagesClearTask.cs
│   │   ├── QueuedMessagesSendTask.cs
│   │   ├── QueuingEmailEventConsumer.cs
│   │   ├── QueuingEmailEvent.cs
│   │   ├── Token.cs
│   │   ├── Tokenizer.cs
│   │   └── WorkflowMessageService.cs
│   ├── News
│   │   ├── INewsService.cs
│   │   └── NewsService.cs
│   ├── Orders
│   │   ├── AddToCartContext.cs
│   │   ├── AppliedGiftCard.cs
│   │   ├── AutoUpdateOrderItemContext.cs
│   │   ├── CheckoutAttributeExtensions.cs
│   │   ├── CheckoutAttributeFormatter.cs
│   │   ├── CheckoutAttributeParser.cs
│   │   ├── CheckoutAttributeService.cs
│   │   ├── CheckoutState.cs
│   │   ├── EventPublisherExtensions.cs
│   │   ├── GiftCardService.cs
│   │   ├── ICheckoutAttributeFormatter.cs
│   │   ├── ICheckoutAttributeParser.cs
│   │   ├── ICheckoutAttributeService.cs
│   │   ├── IGiftCardService.cs
│   │   ├── IOrderProcessingService.cs
│   │   ├── IOrderReportService.cs
│   │   ├── IOrderService.cs
│   │   ├── IOrderTotalCalculationService.cs
│   │   ├── IShoppingCartService.cs
│   │   ├── OrderExtensions.cs
│   │   ├── OrderProcessingService.cs
│   │   ├── OrderReportService.cs
│   │   ├── OrderService.cs
│   │   ├── OrderTotalCalculationService.cs
│   │   ├── PlaceOrderResult.cs
│   │   ├── ShoppingCartExtensions.cs
│   │   └── ShoppingCartService.cs
│   ├── packages.config
│   ├── Payments
│   │   ├── CancelRecurringPaymentRequest.cs
│   │   ├── CancelRecurringPaymentResult.cs
│   │   ├── CapturePaymentRequest.cs
│   │   ├── CapturePaymentResult.cs
│   │   ├── IPaymentMethod.cs
│   │   ├── IPaymentMethodFilter.cs
│   │   ├── IPaymentService.cs
│   │   ├── PaymentExtentions.cs
│   │   ├── PaymentMethodBase.cs
│   │   ├── PaymentMethodType.cs
│   │   ├── PaymentPluginBase.cs
│   │   ├── PaymentService.cs
│   │   ├── PostProcessPaymentRequest.cs
│   │   ├── PreProcessPaymentResult.cs
│   │   ├── ProcessPaymentRequest.cs
│   │   ├── ProcessPaymentResultBase.cs
│   │   ├── ProcessPaymentResult.cs
│   │   ├── RecurringPaymentType.cs
│   │   ├── RefundPaymentRequest.cs
│   │   ├── RefundPaymentResult.cs
│   │   ├── VoidPaymentRequest.cs
│   │   └── VoidPaymentResult.cs
│   ├── Pdf
│   │   ├── Content
│   │   │   ├── IPdfContent.cs
│   │   │   ├── PdfHtmlContent.cs
│   │   │   └── PdfUrlContent.cs
│   │   ├── IPdfConverter.cs
│   │   ├── Options
│   │   │   ├── IPdfOptions.cs
│   │   │   ├── PdfHeaderFooterOptions.cs
│   │   │   ├── PdfPageOptions.cs
│   │   │   └── PdfTocOptions.cs
│   │   ├── PdfConvertSettings.cs
│   │   ├── PdfPageMargins.cs
│   │   ├── PdfPagePrientation.cs
│   │   ├── PdfPageSize.cs
│   │   └── WkHtmlToPdfConverter.cs
│   ├── Polls
│   │   ├── IPollService.cs
│   │   └── PollService.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Search
│   │   ├── CatalogSearchQuery.cs
│   │   ├── CatalogSearchResult.cs
│   │   ├── CatalogSearchService.cs
│   │   ├── ICatalogSearchService.cs
│   │   └── LinqCatalogSearchService.cs
│   ├── Security
│   │   ├── AclService.cs
│   │   ├── EncryptionService.cs
│   │   ├── IAclService.cs
│   │   ├── IEncryptionService.cs
│   │   ├── IPermissionProvider.cs
│   │   ├── IPermissionService.cs
│   │   ├── PermissionService.cs
│   │   └── StandardPermissionProvider.cs
│   ├── Seo
│   │   ├── BaseSitemapGenerator.cs
│   │   ├── ISitemapGenerator.cs
│   │   ├── IUrlRecordService.cs
│   │   ├── SeoExtensions.cs
│   │   ├── SitemapGenerator.cs
│   │   ├── UpdateFrequency.cs
│   │   └── UrlRecordService.cs
│   ├── ServiceCacheConsumer.cs
│   ├── Shipping
│   │   ├── GetShippingOptionRequest.cs
│   │   ├── GetShippingOptionResponse.cs
│   │   ├── IShipmentService.cs
│   │   ├── IShippingMethodFilter.cs
│   │   ├── IShippingRateComputationMethod.cs
│   │   ├── IShippingService.cs
│   │   ├── ShipmentService.cs
│   │   ├── ShippingExtentions.cs
│   │   ├── ShippingRateComputationMethodType.cs
│   │   ├── ShippingService.cs
│   │   └── Tracking
│   │   ├── GeneralShipmentTracker.cs
│   │   ├── IShipmentTracker.cs
│   │   └── ShipmentStatusEvent.cs
│   ├── SmartStore.Services.csproj
│   ├── Stores
│   │   ├── IStoreMappingService.cs
│   │   ├── IStoreService.cs
│   │   ├── StoreMappingService.cs
│   │   └── StoreService.cs
│   ├── Tasks
│   │   ├── ChangeTaskSchedulerBaseUrlConsumer.cs
│   │   ├── CronExpression.cs
│   │   ├── InitializeSchedulerFilter.cs
│   │   ├── IScheduleTaskService.cs
│   │   ├── ITask.cs
│   │   ├── ITaskExecutor.cs
│   │   ├── ITaskScheduler.cs
│   │   ├── ScheduleTaskService.cs
│   │   ├── TaskExecutionContext.cs
│   │   ├── TaskExecutor.cs
│   │   └── TaskScheduler.cs
│   ├── Tax
│   │   ├── CalculateTaxRequest.cs
│   │   ├── CalculateTaxResult.cs
│   │   ├── FreeTaxProvider.cs
│   │   ├── ITaxCategoryService.cs
│   │   ├── ITaxProvider.cs
│   │   ├── ITaxService.cs
│   │   ├── TaxCategoryService.cs
│   │   └── TaxService.cs
│   ├── Themes
│   │   ├── IThemeVariablesService.cs
│   │   └── ThemeVariablesService.cs
│   ├── Topics
│   │   ├── ITopicService.cs
│   │   └── TopicService.cs
│   └── Web References
│   └── EuropaCheckVatService
│   ├── checkVatService.wsdl
│   ├── matchCode.datasource
│   ├── Reference.cs
│   └── Reference.map
├── Plugins
│   ├── SmartStore.AmazonPay
│   │   ├── changelog.md
│   │   ├── Content
│   │   │   ├── branding.gif
│   │   │   ├── icon.png
│   │   │   ├── images
│   │   │   │   ├── favicon.png
│   │   │   │   └── logo.gif
│   │   │   └── smartstore.amazonpay.css
│   │   ├── Controllers
│   │   │   ├── AmazonPayCheckoutController.cs
│   │   │   ├── AmazonPayControllerBase.cs
│   │   │   ├── AmazonPayController.cs
│   │   │   └── AmazonPayShoppingCartController.cs
│   │   ├── DependencyRegistrar.cs
│   │   ├── Description.txt
│   │   ├── Events
│   │   │   └── MessageTokenEventConsumer.cs
│   │   ├── Extensions
│   │   │   ├── AmazonPayApiExtensions.cs
│   │   │   └── MiscExtensions.cs
│   │   ├── Filters
│   │   │   └── AmazonPayCheckoutFilter.cs
│   │   ├── lib
│   │   │   ├── OffAmazonPaymentsNotifications.dll
│   │   │   └── OffAmazonPaymentsService.dll
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── AmazonPayViewModel.cs
│   │   │   └── ConfigurationModel.cs
│   │   ├── packages.config
│   │   ├── Plugin.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RouteProvider.cs
│   │   ├── Scripts
│   │   │   └── smartstore.amazonpay.js
│   │   ├── Services
│   │   │   ├── AmazonPayApi.cs
│   │   │   ├── AmazonPayCore.cs
│   │   │   ├── AmazonPayService.cs
│   │   │   ├── IAmazonPayApi.cs
│   │   │   └── IAmazonPayService.cs
│   │   ├── Settings
│   │   │   └── AmazonPaySettings.cs
│   │   ├── SmartStore.AmazonPay.csproj
│   │   ├── Tasks
│   │   │   └── DataPollingTask.cs
│   │   ├── Views
│   │   │   ├── AmazonPay
│   │   │   │   └── Configure.cshtml
│   │   │   ├── AmazonPayCheckout
│   │   │   │   ├── PaymentMethod.cshtml
│   │   │   │   ├── PaymentMethod.Mobile.cshtml
│   │   │   │   ├── ShippingAddress.cshtml
│   │   │   │   └── ShippingAddress.Mobile.cshtml
│   │   │   ├── AmazonPayShoppingCart
│   │   │   │   ├── MiniShoppingCart.cshtml
│   │   │   │   ├── OrderReviewData.cshtml
│   │   │   │   ├── OrderReviewData.Mobile.cshtml
│   │   │   │   ├── ScriptingLoginButton.cshtml
│   │   │   │   ├── ScriptingReadWidgets.cshtml
│   │   │   │   ├── ShoppingCart.cshtml
│   │   │   │   └── ShoppingCart.Mobile.cshtml
│   │   │   └── Web.config
│   │   ├── web.config
│   │   └── Widgets
│   │   └── AmazonPayWidget.cs
│   ├── SmartStore.Clickatell
│   │   ├── AdminMenu.cs
│   │   ├── ClickatellSettings.cs
│   │   ├── ClickatellSmsProvider.cs
│   │   ├── Controllers
│   │   │   └── SmsClickatellController.cs
│   │   ├── Description.txt
│   │   ├── icon.png
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   └── SmsClickatellModel.cs
│   │   ├── OrderPlacedEventConsumer.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RouteProvider.cs
│   │   ├── Service References
│   │   │   └── Clickatell
│   │   │   ├── configuration91.svcinfo
│   │   │   ├── configuration.svcinfo
│   │   │   ├── Reference.cs
│   │   │   ├── Reference.svcmap
│   │   │   └── webservice_vs.wsdl
│   │   ├── SmartStore.Clickatell.csproj
│   │   ├── Views
│   │   │   ├── SmsClickatell
│   │   │   │   └── Configure.cshtml
│   │   │   └── Web.config
│   │   └── web.config
│   ├── SmartStore.DevTools
│   │   ├── AdminMenu.cs
│   │   ├── Controllers
│   │   │   ├── DevToolsController.cs
│   │   │   └── MyCheckoutController.cs
│   │   ├── DependencyRegistrar.cs
│   │   ├── Description.txt
│   │   ├── DevToolsPlugin.cs
│   │   ├── Filters
│   │   │   ├── MachineNameFilter.cs
│   │   │   ├── ProfilerFilter.cs
│   │   │   ├── Samples
│   │   │   │   ├── SampleActionFilter.cs
│   │   │   │   ├── SampleCheckoutFilter.cs
│   │   │   │   └── SampleResultFilter.cs
│   │   │   └── WidgetZoneFilter.cs
│   │   ├── Models
│   │   │   └── BackendExtensionModel.cs
│   │   ├── packages.config
│   │   ├── ProfilerHttpModule.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RouteProvider.cs
│   │   ├── Services
│   │   │   ├── IProfilerService.cs
│   │   │   └── ProfilerService.cs
│   │   ├── Settings
│   │   │   └── ProfilerSettings.cs
│   │   ├── SmartStore.DevTools.csproj
│   │   ├── Starter.cs
│   │   ├── Views
│   │   │   ├── DevTools
│   │   │   │   ├── BackendExtension.cshtml
│   │   │   │   ├── Configure.cshtml
│   │   │   │   ├── MachineName.cshtml
│   │   │   │   ├── MiniProfiler.cshtml
│   │   │   │   └── WidgetZone.cshtml
│   │   │   ├── MyCheckout
│   │   │   │   └── MyBillingAddress.cshtml
│   │   │   └── Web.config
│   │   └── Web.config
│   ├── SmartStore.DiscountRules
│   │   ├── Controllers
│   │   │   └── DiscountRulesController.cs
│   │   ├── Description.txt
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── BillingCountryModel.cs
│   │   │   ├── CustomerRoleModel.cs
│   │   │   ├── DiscountRuleModelBase.cs
│   │   │   ├── HadSpentAmountModel.cs
│   │   │   ├── HasAllProductsModel.cs
│   │   │   ├── HasOneProductModel.cs
│   │   │   ├── ShippingCountryModel.cs
│   │   │   └── StoreModel.cs
│   │   ├── Notes.txt
│   │   ├── packages.config
│   │   ├── Plugin.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Providers
│   │   │   ├── BillingCountryRule.cs
│   │   │   ├── CustomerRoleRule.cs
│   │   │   ├── DiscountRequirementRuleBase.cs
│   │   │   ├── HadSpentAmountRule.cs
│   │   │   ├── HasAllProductsRule.cs
│   │   │   ├── HasOneProductRule.cs
│   │   │   ├── ShippingCountryRule.cs
│   │   │   └── StoreRule.cs
│   │   ├── RouteProvider.cs
│   │   ├── Settings
│   │   │   └── HadSpentAmountSettings.cs
│   │   ├── SmartStore.DiscountRules.csproj
│   │   ├── Views
│   │   │   ├── DiscountRules
│   │   │   │   ├── BillingCountry.cshtml
│   │   │   │   ├── CustomerRole.cshtml
│   │   │   │   ├── HadSpentAmount.cshtml
│   │   │   │   ├── HasAllProducts.cshtml
│   │   │   │   ├── HasOneProduct.cshtml
│   │   │   │   ├── ShippingCountry.cshtml
│   │   │   │   └── Store.cshtml
│   │   │   └── Web.config
│   │   └── web.config
│   ├── SmartStore.FacebookAuth
│   │   ├── Content
│   │   │   ├── facebookstyles.css
│   │   │   └── icon.png
│   │   ├── Controllers
│   │   │   └── ExternalAuthFacebookController.cs
│   │   ├── Core
│   │   │   ├── FacebookProviderAuthorizer.cs
│   │   │   ├── IOAuthProviderFacebookAuthorizer.cs
│   │   │   ├── OAuthAuthenticationParameters.cs
│   │   │   └── Provider.cs
│   │   ├── DependencyRegistrar.cs
│   │   ├── Description.txt
│   │   ├── FacebookExternalAuthMethod.cs
│   │   ├── FacebookExternalAuthSettings.cs
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── ConfigurationModel.cs
│   │   │   └── LoginModel.cs
│   │   ├── Notes.txt
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RouteProvider.cs
│   │   ├── SmartStore.FacebookAuth.csproj
│   │   ├── Views
│   │   │   ├── ExternalAuthFacebook
│   │   │   │   ├── Configure.cshtml
│   │   │   │   └── PublicInfo.cshtml
│   │   │   └── Web.config
│   │   └── web.config
│   ├── SmartStore.GoogleAnalytics
│   │   ├── Content
│   │   │   └── icon.png
│   │   ├── Controllers
│   │   │   └── WidgetsGoogleAnalyticsController.cs
│   │   ├── Description.txt
│   │   ├── GoogleAnalyticPlugin.cs
│   │   ├── GoogleAnalyticsSettings.cs
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   └── ConfigurationModel.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RouteProvider.cs
│   │   ├── SmartStore.GoogleAnalytics.csproj
│   │   ├── Views
│   │   │   ├── Web.config
│   │   │   └── WidgetsGoogleAnalytics
│   │   │   └── Configure.cshtml
│   │   └── web.config
│   ├── SmartStore.GoogleMerchantCenter
│   │   ├── AdminMenu.cs
│   │   ├── changelog.md
│   │   ├── Content
│   │   │   ├── branding.png
│   │   │   ├── icon.png
│   │   │   └── smartstore.gmc.css
│   │   ├── Controllers
│   │   │   └── FeedGoogleMerchantCenterController.cs
│   │   ├── Data
│   │   │   ├── GoogleProductObjectContext.cs
│   │   │   ├── GoogleProductRecordMap.cs
│   │   │   └── Migrations
│   │   │   ├── 201403112356126_Initial.cs
│   │   │   ├── 201403112356126_Initial.Designer.cs
│   │   │   ├── 201403112356126_Initial.resx
│   │   │   ├── 201408020941244_IsTouched.cs
│   │   │   ├── 201408020941244_IsTouched.Designer.cs
│   │   │   ├── 201408020941244_IsTouched.resx
│   │   │   ├── 201504211854125_IsActive.cs
│   │   │   ├── 201504211854125_IsActive.Designer.cs
│   │   │   ├── 201504211854125_IsActive.resx
│   │   │   ├── 201601061649324_IsBundle.cs
│   │   │   ├── 201601061649324_IsBundle.Designer.cs
│   │   │   ├── 201601061649324_IsBundle.resx
│   │   │   └── Configuration.cs
│   │   ├── DependencyRegistrar.cs
│   │   ├── Description.txt
│   │   ├── Domain
│   │   │   └── GoogleProductRecord.cs
│   │   ├── Events.cs
│   │   ├── Extensions
│   │   │   └── MiscExtensions.cs
│   │   ├── Files
│   │   │   ├── taxonomy.de-DE.txt
│   │   │   └── taxonomy.en-US.txt
│   │   ├── GoogleMerchantCenterFeedPlugin.cs
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── FeedGoogleMerchantCenterModel.cs
│   │   │   └── ProfileConfigurationModel.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Providers
│   │   │   └── GmcXmlExportProvider.cs
│   │   ├── RouteProvider.cs
│   │   ├── Services
│   │   │   ├── GoogleFeedService.cs
│   │   │   └── IGoogleFeedService.cs
│   │   ├── SmartStore.GoogleMerchantCenter.csproj
│   │   ├── Validators
│   │   │   └── ProfileConfigurationValidator.cs
│   │   ├── Views
│   │   │   ├── FeedGoogleMerchantCenter
│   │   │   │   ├── Configure.cshtml
│   │   │   │   ├── ProductEditTab.cshtml
│   │   │   │   └── ProfileConfiguration.cshtml
│   │   │   └── Web.config
│   │   └── web.config
│   ├── SmartStore.OfflinePayment
│   │   ├── changelog.md
│   │   ├── Content
│   │   │   └── icon-Payments.CashOnDelivery.png
│   │   ├── Controllers
│   │   │   └── OfflinePaymentController.cs
│   │   ├── Description.txt
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── ConfigurationModel.cs
│   │   │   └── PaymentInfoModel.cs
│   │   ├── packages.config
│   │   ├── Plugin.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Providers
│   │   │   ├── CashOnDeliveryProvider.cs
│   │   │   ├── DirectDebitProvider.cs
│   │   │   ├── InvoiceProvider.cs
│   │   │   ├── ManualProvider.cs
│   │   │   ├── OfflinePaymentProviderBase.cs
│   │   │   ├── PayInStoreProvider.cs
│   │   │   ├── PrepaymentStoreProvider.cs
│   │   │   └── PurchaseOrderNumberProvider.cs
│   │   ├── RouteProvider.cs
│   │   ├── Settings
│   │   │   └── OfflinePaymentSettings.cs
│   │   ├── SmartStore.OfflinePayment.csproj
│   │   ├── Validators
│   │   │   ├── DirectDebitPaymentInfoValidator.cs
│   │   │   └── ManualPaymentInfoValidator.cs
│   │   ├── Views
│   │   │   ├── OfflinePayment
│   │   │   │   ├── DirectDebitPaymentInfo.cshtml
│   │   │   │   ├── GenericConfigure.cshtml
│   │   │   │   ├── GenericPaymentInfo.cshtml
│   │   │   │   ├── ManualConfigure.cshtml
│   │   │   │   ├── ManualPaymentInfo.cshtml
│   │   │   │   ├── ManualPaymentInfo.Mobile.cshtml
│   │   │   │   ├── PurchaseOrderNumberPaymentInfo.cshtml
│   │   │   │   └── PurchaseOrderNumberPaymentInfo.Mobile.cshtml
│   │   │   └── Web.config
│   │   └── web.config
│   ├── SmartStore.PayPal
│   │   ├── changelog.md
│   │   ├── Content
│   │   │   ├── branding.png
│   │   │   ├── favicon.png
│   │   │   ├── icon.png
│   │   │   └── smartstore.paypal.css
│   │   ├── Controllers
│   │   │   ├── PayPalControllerBase.cs
│   │   │   ├── PayPalDirectController.cs
│   │   │   ├── PayPalExpressController.cs
│   │   │   ├── PayPalPlusController.cs
│   │   │   ├── PayPalRestApiControllerBase.cs
│   │   │   └── PayPalStandardController.cs
│   │   ├── DependencyRegistrar.cs
│   │   ├── Description.txt
│   │   ├── Extensions
│   │   │   └── MiscExtensions.cs
│   │   ├── Filters
│   │   │   ├── PayPalExpressCheckoutFilter.cs
│   │   │   ├── PayPalExpressWidgetZoneFilter.cs
│   │   │   ├── PayPalPlusCheckoutFilter.cs
│   │   │   └── PayPalPlusWidgetZoneFilter.cs
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── ApiConfigurationModels.cs
│   │   │   ├── PayPalDirectPaymentInfoModel.cs
│   │   │   ├── PayPalExpressPaymentInfoModel.cs
│   │   │   ├── PayPalPlusCheckoutModel.cs
│   │   │   └── PayPalStandardConfigurationModel.cs
│   │   ├── packages.config
│   │   ├── Plugin.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Providers
│   │   │   ├── PayPalDirectProvider.cs
│   │   │   ├── PayPalExpressProvider.cs
│   │   │   ├── PayPalPlusProvider.cs
│   │   │   ├── PayPalProviderBase.cs
│   │   │   ├── PayPalRestApiProviderBase.cs
│   │   │   └── PayPalStandardProvider.cs
│   │   ├── RouteProvider.cs
│   │   ├── Services
│   │   │   ├── IPayPalService.cs
│   │   │   ├── PayPalEnums.cs
│   │   │   └── PayPalService.cs
│   │   ├── Settings
│   │   │   └── PayPalSettings.cs
│   │   ├── SmartStore.PayPal.csproj
│   │   ├── Validators
│   │   │   ├── PayPalDirectPaymentInfoValidator.cs
│   │   │   ├── PayPalExpressPaymentInfoValidator.cs
│   │   │   └── PayPalPlusConfigValidator.cs
│   │   ├── Views
│   │   │   ├── PayPalDirect
│   │   │   │   ├── Configure.cshtml
│   │   │   │   ├── PaymentInfo.cshtml
│   │   │   │   └── PaymentInfo.Mobile.cshtml
│   │   │   ├── PayPalExpress
│   │   │   │   ├── Configure.cshtml
│   │   │   │   ├── MiniShoppingCart.cshtml
│   │   │   │   ├── PaymentInfo.cshtml
│   │   │   │   └── PaymentInfo.Mobile.cshtml
│   │   │   ├── PayPalPlus
│   │   │   │   ├── Configure.cshtml
│   │   │   │   ├── PaymentWall.cshtml
│   │   │   │   ├── PaymentWall.Mobile.cshtml
│   │   │   │   └── PaymentWallScripting.cshtml
│   │   │   ├── PayPalStandard
│   │   │   │   ├── Configure.cshtml
│   │   │   │   └── PaymentInfo.cshtml
│   │   │   └── Web.config
│   │   ├── web.config
│   │   └── Web References
│   │   └── PayPalSvc
│   │   ├── AddressVerifyResponseType1.datasource
│   │   ├── BAUpdateResponseType1.datasource
│   │   ├── BillOutstandingAmountResponseType1.datasource
│   │   ├── BillUserResponseType1.datasource
│   │   ├── BMButtonSearchResponseType1.datasource
│   │   ├── BMCreateButtonResponseType1.datasource
│   │   ├── BMGetButtonDetailsResponseType1.datasource
│   │   ├── BMGetInventoryResponseType1.datasource
│   │   ├── BMManageButtonStatusResponseType1.datasource
│   │   ├── BMSetInventoryResponseType1.datasource
│   │   ├── BMUpdateButtonResponseType1.datasource
│   │   ├── CancelRecoupResponseType1.datasource
│   │   ├── CompleteRecoupResponseType1.datasource
│   │   ├── CoreComponentTypes.xsd
│   │   ├── CreateBillingAgreementResponseType1.datasource
│   │   ├── CreateMobilePaymentResponseType1.datasource
│   │   ├── CreateRecurringPaymentsProfileResponseType1.datasource
│   │   ├── DoAuthorizationResponseType1.datasource
│   │   ├── DoCancelResponseType1.datasource
│   │   ├── DoCaptureResponseType1.datasource
│   │   ├── DoDirectPaymentResponseType1.datasource
│   │   ├── DoExpressCheckoutPaymentResponseType1.datasource
│   │   ├── DoMobileCheckoutPaymentResponseType1.datasource
│   │   ├── DoNonReferencedCreditResponseType1.datasource
│   │   ├── DoReauthorizationResponseType1.datasource
│   │   ├── DoReferenceTransactionResponseType1.datasource
│   │   ├── DoUATPAuthorizationResponseType1.datasource
│   │   ├── DoUATPExpressCheckoutPaymentResponseType1.datasource
│   │   ├── DoVoidResponseType1.datasource
│   │   ├── eBLBaseComponents.xsd
│   │   ├── EnhancedDataTypes.xsd
│   │   ├── EnterBoardingResponseType1.datasource
│   │   ├── ExecuteCheckoutOperationsResponseType1.datasource
│   │   ├── ExternalRememberMeOptOutResponseType1.datasource
│   │   ├── GetAccessPermissionDetailsResponseType1.datasource
│   │   ├── GetAuthDetailsResponseType1.datasource
│   │   ├── GetBalanceResponseType1.datasource
│   │   ├── GetBillingAgreementCustomerDetailsResponseType1.datasource
│   │   ├── GetBoardingDetailsResponseType1.datasource
│   │   ├── GetExpressCheckoutDetailsResponseType1.datasource
│   │   ├── GetIncentiveEvaluationResponseType1.datasource
│   │   ├── GetMobileStatusResponseType1.datasource
│   │   ├── GetPalDetailsResponseType1.datasource
│   │   ├── GetRecurringPaymentsProfileDetailsResponseType1.datasource
│   │   ├── GetTransactionDetailsResponseType1.datasource
│   │   ├── InitiateRecoupResponseType1.datasource
│   │   ├── ManagePendingTransactionStatusResponseType1.datasource
│   │   ├── ManageRecurringPaymentsProfileStatusResponseType1.datasource
│   │   ├── MassPayResponseType1.datasource
│   │   ├── PayPalSvc.wsdl
│   │   ├── Reference.cs
│   │   ├── Reference.map
│   │   ├── RefundTransactionResponseType1.datasource
│   │   ├── ReverseTransactionResponseType1.datasource
│   │   ├── SetAccessPermissionsResponseType1.datasource
│   │   ├── SetAuthFlowParamResponseType1.datasource
│   │   ├── SetCustomerBillingAgreementResponseType1.datasource
│   │   ├── SetExpressCheckoutResponseType1.datasource
│   │   ├── SetMobileCheckoutResponseType1.datasource
│   │   ├── TransactionSearchResponseType1.datasource
│   │   ├── UpdateAccessPermissionsResponseType1.datasource
│   │   ├── UpdateAuthorizationResponseType1.datasource
│   │   └── UpdateRecurringPaymentsProfileResponseType1.datasource
│   ├── SmartStore.Shipping
│   │   ├── Controllers
│   │   │   ├── ByTotalController.cs
│   │   │   └── FixedRateController.cs
│   │   ├── Data
│   │   │   ├── ByTotalObjectContext.cs
│   │   │   ├── ByTotalRecordMap.cs
│   │   │   └── Migrations
│   │   │   ├── 201403072202413_Initial.cs
│   │   │   ├── 201403072202413_Initial.Designer.cs
│   │   │   ├── 201403072202413_Initial.resx
│   │   │   └── Configuration.cs
│   │   ├── DependencyRegistrar.cs
│   │   ├── Description.txt
│   │   ├── Domain
│   │   │   └── ShippingByTotalRecord.cs
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── ByTotalListModel.cs
│   │   │   ├── ByTotalModel.cs
│   │   │   └── FixedRateModel.cs
│   │   ├── packages.config
│   │   ├── Plugin.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Providers
│   │   │   ├── ByTotalProvider.cs
│   │   │   └── FixedRateProvider.cs
│   │   ├── RouteProvider.cs
│   │   ├── Services
│   │   │   ├── IShippingByTotalService.cs
│   │   │   └── ShippingByTotalService.cs
│   │   ├── Settings
│   │   │   └── ShippingByTotalSettings.cs
│   │   ├── SmartStore.Shipping.csproj
│   │   ├── Views
│   │   │   ├── ByTotal
│   │   │   │   └── Configure.cshtml
│   │   │   ├── FixedRate
│   │   │   │   └── Configure.cshtml
│   │   │   └── Web.config
│   │   └── web.config
│   ├── SmartStore.ShippingByWeight
│   │   ├── ByWeightShippingComputationMethod.cs
│   │   ├── Content
│   │   │   └── icon.png
│   │   ├── Controllers
│   │   │   └── ShippingByWeightController.cs
│   │   ├── Data
│   │   │   ├── Migrations
│   │   │   │   ├── 201403080200108_Initial.cs
│   │   │   │   ├── 201403080200108_Initial.Designer.cs
│   │   │   │   ├── 201403080200108_Initial.resx
│   │   │   │   ├── 201406041606037_SmallQuantitySurcharge.cs
│   │   │   │   ├── 201406041606037_SmallQuantitySurcharge.Designer.cs
│   │   │   │   ├── 201406041606037_SmallQuantitySurcharge.resx
│   │   │   │   ├── 201506290747117_ZipCode.cs
│   │   │   │   ├── 201506290747117_ZipCode.Designer.cs
│   │   │   │   ├── 201506290747117_ZipCode.resx
│   │   │   │   └── Configuration.cs
│   │   │   ├── ShippingByWeightObjectContext.cs
│   │   │   └── ShippingByWeightRecordMap.cs
│   │   ├── DependencyRegistrar.cs
│   │   ├── Description.txt
│   │   ├── Domain
│   │   │   └── ShippingByWeightRecord.cs
│   │   ├── Localization
│   │   │   ├── resources.de-de.xml
│   │   │   └── resources.en-us.xml
│   │   ├── Models
│   │   │   ├── ShippingByWeightListModel.cs
│   │   │   └── ShippingByWeightModel.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RouteProvider.cs
│   │   ├── Services
│   │   │   ├── IShippingByWeightService.cs
│   │   │   └── ShippingByWeightService.cs
│   │   ├── ShippingByWeightSettings.cs
│   │   ├── SmartStore.ShippingByWeight.csproj
│   │   ├── Views
│   │   │   ├── ShippingByWeight
│   │   │   │   └── Configure.cshtml
│   │   │   └── Web.config
│   │   └── web.config
│   └── SmartStore.Tax
│   ├── Controllers
│   │   ├── TaxByRegionController.cs
│   │   └── TaxFixedRateController.cs
│   ├── Data
│   │   ├── Migrations
│   │   │   ├── 201403112350417_Initial.cs
│   │   │   ├── 201403112350417_Initial.Designer.cs
│   │   │   ├── 201403112350417_Initial.resx
│   │   │   └── Configuration.cs
│   │   ├── TaxRateMap.cs
│   │   └── TaxRateObjectContext.cs
│   ├── DependencyRegistrar.cs
│   ├── Description.txt
│   ├── Domain
│   │   └── TaxRate.cs
│   ├── Localization
│   │   ├── resources.de-de.xml
│   │   └── resources.en-us.xml
│   ├── Models
│   │   ├── ByRegionTaxRateListModel.cs
│   │   ├── ByRegionTaxRateModel.cs
│   │   └── FixedTaxRateModel.cs
│   ├── packages.config
│   ├── Plugin.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Providers
│   │   ├── ByRegionTaxProvider.cs
│   │   └── FixedRateTaxProvider.cs
│   ├── RouteProvider.cs
│   ├── Services
│   │   ├── Extensions.cs
│   │   ├── ITaxRateService.cs
│   │   └── TaxRateService.cs
│   ├── SmartStore.Tax.csproj
│   ├── Views
│   │   ├── TaxByRegion
│   │   │   └── Configure.cshtml
│   │   ├── TaxFixedRate
│   │   │   └── Configure.cshtml
│   │   └── Web.config
│   └── web.config
├── Presentation
│   ├── SmartStore.Web
│   │   ├── 404.html
│   │   ├── 500.html
│   │   ├── Administration
│   │   │   ├── Content
│   │   │   │   ├── admin.less
│   │   │   │   ├── filemanager
│   │   │   │   │   ├── conf.json
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── animated-overlay.gif
│   │   │   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   │   ├── jquery-ui-1.10.4.custom.css
│   │   │   │   │   │   ├── jquery-ui-1.10.4.custom.min.css
│   │   │   │   │   │   ├── main.css
│   │   │   │   │   │   └── main.min.css
│   │   │   │   │   ├── dev.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── action-folder-paste.png
│   │   │   │   │   │   ├── action-folder-rename.png
│   │   │   │   │   │   ├── arrow_down.png
│   │   │   │   │   │   ├── arrow_up.png
│   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   ├── copy.png
│   │   │   │   │   │   ├── cut.png
│   │   │   │   │   │   ├── dir-minus.png
│   │   │   │   │   │   ├── dir-plus.png
│   │   │   │   │   │   ├── file-add.png
│   │   │   │   │   │   ├── file-delete.png
│   │   │   │   │   │   ├── file-download.png
│   │   │   │   │   │   ├── file-duplicate.png
│   │   │   │   │   │   ├── filetypes
│   │   │   │   │   │   │   ├── big
│   │   │   │   │   │   │   │   ├── file_extension_3gp.png
│   │   │   │   │   │   │   │   ├── file_extension_7z.png
│   │   │   │   │   │   │   │   ├── file_extension_ace.png
│   │   │   │   │   │   │   │   ├── file_extension_aiff.png
│   │   │   │   │   │   │   │   ├── file_extension_aif.png
│   │   │   │   │   │   │   │   ├── file_extension_ai.png
│   │   │   │   │   │   │   │   ├── file_extension_amr.png
│   │   │   │   │   │   │   │   ├── file_extension_asf.png
│   │   │   │   │   │   │   │   ├── file_extension_asx.png
│   │   │   │   │   │   │   │   ├── file_extension_bat.png
│   │   │   │   │   │   │   │   ├── file_extension_bin.png
│   │   │   │   │   │   │   │   ├── file_extension_bmp.png
│   │   │   │   │   │   │   │   ├── file_extension_bup.png
│   │   │   │   │   │   │   │   ├── file_extension_cab.png
│   │   │   │   │   │   │   │   ├── file_extension_cbr.png
│   │   │   │   │   │   │   │   ├── file_extension_cda.png
│   │   │   │   │   │   │   │   ├── file_extension_cdl.png
│   │   │   │   │   │   │   │   ├── file_extension_cdr.png
│   │   │   │   │   │   │   │   ├── file_extension_chm.png
│   │   │   │   │   │   │   │   ├── file_extension_dat.png
│   │   │   │   │   │   │   │   ├── file_extension_divx.png
│   │   │   │   │   │   │   │   ├── file_extension_dll.png
│   │   │   │   │   │   │   │   ├── file_extension_dmg.png
│   │   │   │   │   │   │   │   ├── file_extension_doc.png
│   │   │   │   │   │   │   │   ├── file_extension_dss.png
│   │   │   │   │   │   │   │   ├── file_extension_dvf.png
│   │   │   │   │   │   │   │   ├── file_extension_dwg.png
│   │   │   │   │   │   │   │   ├── file_extension_eml.png
│   │   │   │   │   │   │   │   ├── file_extension_eps.png
│   │   │   │   │   │   │   │   ├── file_extension_exe.png
│   │   │   │   │   │   │   │   ├── file_extension_fla.png
│   │   │   │   │   │   │   │   ├── file_extension_flv.png
│   │   │   │   │   │   │   │   ├── file_extension_gif.png
│   │   │   │   │   │   │   │   ├── file_extension_gz.png
│   │   │   │   │   │   │   │   ├── file_extension_hqx.png
│   │   │   │   │   │   │   │   ├── file_extension_html.png
│   │   │   │   │   │   │   │   ├── file_extension_htm.png
│   │   │   │   │   │   │   │   ├── file_extension_ifo.png
│   │   │   │   │   │   │   │   ├── file_extension_indd.png
│   │   │   │   │   │   │   │   ├── file_extension_iso.png
│   │   │   │   │   │   │   │   ├── file_extension_jar.png
│   │   │   │   │   │   │   │   ├── file_extension_jpeg.png
│   │   │   │   │   │   │   │   ├── file_extension_jpg.png
│   │   │   │   │   │   │   │   ├── file_extension_lnk.png
│   │   │   │   │   │   │   │   ├── file_extension_log.png
│   │   │   │   │   │   │   │   ├── file_extension_m4a.png
│   │   │   │   │   │   │   │   ├── file_extension_m4b.png
│   │   │   │   │   │   │   │   ├── file_extension_m4p.png
│   │   │   │   │   │   │   │   ├── file_extension_m4v.png
│   │   │   │   │   │   │   │   ├── file_extension_mcd.png
│   │   │   │   │   │   │   │   ├── file_extension_mdb.png
│   │   │   │   │   │   │   │   ├── file_extension_mid.png
│   │   │   │   │   │   │   │   ├── file_extension_mov.png
│   │   │   │   │   │   │   │   ├── file_extension_mp2.png
│   │   │   │   │   │   │   │   ├── file_extension_mp3.png
│   │   │   │   │   │   │   │   ├── file_extension_mp4.png
│   │   │   │   │   │   │   │   ├── file_extension_mpeg.png
│   │   │   │   │   │   │   │   ├── file_extension_mpg.png
│   │   │   │   │   │   │   │   ├── file_extension_msi.png
│   │   │   │   │   │   │   │   ├── file_extension_mswmm.png
│   │   │   │   │   │   │   │   ├── file_extension_ogg.png
│   │   │   │   │   │   │   │   ├── file_extension_pdf.png
│   │   │   │   │   │   │   │   ├── file_extension_png.png
│   │   │   │   │   │   │   │   ├── file_extension_pps.png
│   │   │   │   │   │   │   │   ├── file_extension_psd.png
│   │   │   │   │   │   │   │   ├── file_extension_ps.png
│   │   │   │   │   │   │   │   ├── file_extension_pst.png
│   │   │   │   │   │   │   │   ├── file_extension_ptb.png
│   │   │   │   │   │   │   │   ├── file_extension_pub.png
│   │   │   │   │   │   │   │   ├── file_extension_qbb.png
│   │   │   │   │   │   │   │   ├── file_extension_qbw.png
│   │   │   │   │   │   │   │   ├── file_extension_qxd.png
│   │   │   │   │   │   │   │   ├── file_extension_ram.png
│   │   │   │   │   │   │   │   ├── file_extension_rar.png
│   │   │   │   │   │   │   │   ├── file_extension_rm.png
│   │   │   │   │   │   │   │   ├── file_extension_rmvb.png
│   │   │   │   │   │   │   │   ├── file_extension_rtf.png
│   │   │   │   │   │   │   │   ├── file_extension_sea.png
│   │   │   │   │   │   │   │   ├── file_extension_ses.png
│   │   │   │   │   │   │   │   ├── file_extension_sit.png
│   │   │   │   │   │   │   │   ├── file_extension_sitx.png
│   │   │   │   │   │   │   │   ├── file_extension_ss.png
│   │   │   │   │   │   │   │   ├── file_extension_swf.png
│   │   │   │   │   │   │   │   ├── file_extension_tgz.png
│   │   │   │   │   │   │   │   ├── file_extension_thm.png
│   │   │   │   │   │   │   │   ├── file_extension_tif.png
│   │   │   │   │   │   │   │   ├── file_extension_tmp.png
│   │   │   │   │   │   │   │   ├── file_extension_torrent.png
│   │   │   │   │   │   │   │   ├── file_extension_ttf.png
│   │   │   │   │   │   │   │   ├── file_extension_txt.png
│   │   │   │   │   │   │   │   ├── file_extension_vcd.png
│   │   │   │   │   │   │   │   ├── file_extension_vob.png
│   │   │   │   │   │   │   │   ├── file_extension_wav.png
│   │   │   │   │   │   │   │   ├── file_extension_wma.png
│   │   │   │   │   │   │   │   ├── file_extension_wmv.png
│   │   │   │   │   │   │   │   ├── file_extension_wps.png
│   │   │   │   │   │   │   │   ├── file_extension_xls.png
│   │   │   │   │   │   │   │   ├── file_extension_xpi.png
│   │   │   │   │   │   │   │   ├── file_extension_zip.png
│   │   │   │   │   │   │   │   └── unknown.png
│   │   │   │   │   │   │   ├── file_extension_3gp.png
│   │   │   │   │   │   │   ├── file_extension_7z.png
│   │   │   │   │   │   │   ├── file_extension_ace.png
│   │   │   │   │   │   │   ├── file_extension_aiff.png
│   │   │   │   │   │   │   ├── file_extension_aif.png
│   │   │   │   │   │   │   ├── file_extension_ai.png
│   │   │   │   │   │   │   ├── file_extension_amr.png
│   │   │   │   │   │   │   ├── file_extension_asf.png
│   │   │   │   │   │   │   ├── file_extension_asx.png
│   │   │   │   │   │   │   ├── file_extension_bat.png
│   │   │   │   │   │   │   ├── file_extension_bin.png
│   │   │   │   │   │   │   ├── file_extension_bmp.png
│   │   │   │   │   │   │   ├── file_extension_bup.png
│   │   │   │   │   │   │   ├── file_extension_cab.png
│   │   │   │   │   │   │   ├── file_extension_cbr.png
│   │   │   │   │   │   │   ├── file_extension_cda.png
│   │   │   │   │   │   │   ├── file_extension_cdl.png
│   │   │   │   │   │   │   ├── file_extension_cdr.png
│   │   │   │   │   │   │   ├── file_extension_chm.png
│   │   │   │   │   │   │   ├── file_extension_dat.png
│   │   │   │   │   │   │   ├── file_extension_divx.png
│   │   │   │   │   │   │   ├── file_extension_dll.png
│   │   │   │   │   │   │   ├── file_extension_dmg.png
│   │   │   │   │   │   │   ├── file_extension_doc.png
│   │   │   │   │   │   │   ├── file_extension_dss.png
│   │   │   │   │   │   │   ├── file_extension_dvf.png
│   │   │   │   │   │   │   ├── file_extension_dwg.png
│   │   │   │   │   │   │   ├── file_extension_eml.png
│   │   │   │   │   │   │   ├── file_extension_eps.png
│   │   │   │   │   │   │   ├── file_extension_exe.png
│   │   │   │   │   │   │   ├── file_extension_fla.png
│   │   │   │   │   │   │   ├── file_extension_flv.png
│   │   │   │   │   │   │   ├── file_extension_gif.png
│   │   │   │   │   │   │   ├── file_extension_gz.png
│   │   │   │   │   │   │   ├── file_extension_hqx.png
│   │   │   │   │   │   │   ├── file_extension_html.png
│   │   │   │   │   │   │   ├── file_extension_htm.png
│   │   │   │   │   │   │   ├── file_extension_ifo.png
│   │   │   │   │   │   │   ├── file_extension_indd.png
│   │   │   │   │   │   │   ├── file_extension_iso.png
│   │   │   │   │   │   │   ├── file_extension_jar.png
│   │   │   │   │   │   │   ├── file_extension_jpeg.png
│   │   │   │   │   │   │   ├── file_extension_jpg.png
│   │   │   │   │   │   │   ├── file_extension_lnk.png
│   │   │   │   │   │   │   ├── file_extension_log.png
│   │   │   │   │   │   │   ├── file_extension_m4a.png
│   │   │   │   │   │   │   ├── file_extension_m4b.png
│   │   │   │   │   │   │   ├── file_extension_m4p.png
│   │   │   │   │   │   │   ├── file_extension_m4v.png
│   │   │   │   │   │   │   ├── file_extension_mcd.png
│   │   │   │   │   │   │   ├── file_extension_mdb.png
│   │   │   │   │   │   │   ├── file_extension_mid.png
│   │   │   │   │   │   │   ├── file_extension_mov.png
│   │   │   │   │   │   │   ├── file_extension_mp2.png
│   │   │   │   │   │   │   ├── file_extension_mp3.png
│   │   │   │   │   │   │   ├── file_extension_mp4.png
│   │   │   │   │   │   │   ├── file_extension_mpeg.png
│   │   │   │   │   │   │   ├── file_extension_mpg.png
│   │   │   │   │   │   │   ├── file_extension_msi.png
│   │   │   │   │   │   │   ├── file_extension_mswmm.png
│   │   │   │   │   │   │   ├── file_extension_ogg.png
│   │   │   │   │   │   │   ├── file_extension_pdf.png
│   │   │   │   │   │   │   ├── file_extension_png.png
│   │   │   │   │   │   │   ├── file_extension_pps.png
│   │   │   │   │   │   │   ├── file_extension_psd.png
│   │   │   │   │   │   │   ├── file_extension_ps.png
│   │   │   │   │   │   │   ├── file_extension_pst.png
│   │   │   │   │   │   │   ├── file_extension_ptb.png
│   │   │   │   │   │   │   ├── file_extension_pub.png
│   │   │   │   │   │   │   ├── file_extension_qbb.png
│   │   │   │   │   │   │   ├── file_extension_qbw.png
│   │   │   │   │   │   │   ├── file_extension_qxd.png
│   │   │   │   │   │   │   ├── file_extension_ram.png
│   │   │   │   │   │   │   ├── file_extension_rar.png
│   │   │   │   │   │   │   ├── file_extension_rm.png
│   │   │   │   │   │   │   ├── file_extension_rmvb.png
│   │   │   │   │   │   │   ├── file_extension_rtf.png
│   │   │   │   │   │   │   ├── file_extension_sea.png
│   │   │   │   │   │   │   ├── file_extension_ses.png
│   │   │   │   │   │   │   ├── file_extension_sit.png
│   │   │   │   │   │   │   ├── file_extension_sitx.png
│   │   │   │   │   │   │   ├── file_extension_ss.png
│   │   │   │   │   │   │   ├── file_extension_swf.png
│   │   │   │   │   │   │   ├── file_extension_tgz.png
│   │   │   │   │   │   │   ├── file_extension_thm.png
│   │   │   │   │   │   │   ├── file_extension_tif.png
│   │   │   │   │   │   │   ├── file_extension_tmp.png
│   │   │   │   │   │   │   ├── file_extension_torrent.png
│   │   │   │   │   │   │   ├── file_extension_ttf.png
│   │   │   │   │   │   │   ├── file_extension_txt.png
│   │   │   │   │   │   │   ├── file_extension_vcd.png
│   │   │   │   │   │   │   ├── file_extension_vob.png
│   │   │   │   │   │   │   ├── file_extension_wav.png
│   │   │   │   │   │   │   ├── file_extension_wma.png
│   │   │   │   │   │   │   ├── file_extension_wmv.png
│   │   │   │   │   │   │   ├── file_extension_wps.png
│   │   │   │   │   │   │   ├── file_extension_xls.png
│   │   │   │   │   │   │   ├── file_extension_xpi.png
│   │   │   │   │   │   │   ├── file_extension_zip.png
│   │   │   │   │   │   │   └── unknown.png
│   │   │   │   │   │   ├── file-upload.png
│   │   │   │   │   │   ├── find.png
│   │   │   │   │   │   ├── folder-add.png
│   │   │   │   │   │   ├── folder-delete.png
│   │   │   │   │   │   ├── folder-download.png
│   │   │   │   │   │   ├── folder-green.png
│   │   │   │   │   │   ├── folder-opened.png
│   │   │   │   │   │   ├── folder.png
│   │   │   │   │   │   ├── loading-dir.gif
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── paste.png
│   │   │   │   │   │   ├── preview.png
│   │   │   │   │   │   ├── remove-upload - Copy.png
│   │   │   │   │   │   ├── remove-upload.png
│   │   │   │   │   │   ├── rename.png
│   │   │   │   │   │   ├── search.png
│   │   │   │   │   │   ├── select.png
│   │   │   │   │   │   ├── sprite.png
│   │   │   │   │   │   ├── stripes.gif
│   │   │   │   │   │   ├── stripes-reverse.gif
│   │   │   │   │   │   ├── upload-big.png
│   │   │   │   │   │   ├── view-list.png
│   │   │   │   │   │   └── view-tile.png
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── custom.js
│   │   │   │   │   │   ├── directory.js
│   │   │   │   │   │   ├── file.js
│   │   │   │   │   │   ├── filetypes.js
│   │   │   │   │   │   ├── jquery-1.10.2.min.js
│   │   │   │   │   │   ├── jquery-1.11.1.min.js
│   │   │   │   │   │   ├── jquery-2.1.1.min.js
│   │   │   │   │   │   ├── jquery-dateFormat.min.js
│   │   │   │   │   │   ├── jquery-ui-1.10.4.custom.min.js
│   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   ├── main.min.js
│   │   │   │   │   │   ├── mini-main.js
│   │   │   │   │   │   ├── tiny_mce_popup.js
│   │   │   │   │   │   └── utils.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── bg.json
│   │   │   │   │   │   ├── ca.json
│   │   │   │   │   │   ├── cs1.json
│   │   │   │   │   │   ├── cs.json
│   │   │   │   │   │   ├── da.json
│   │   │   │   │   │   ├── de.json
│   │   │   │   │   │   ├── en.json
│   │   │   │   │   │   ├── es.json
│   │   │   │   │   │   ├── fr.json
│   │   │   │   │   │   ├── hu.json
│   │   │   │   │   │   ├── it.json
│   │   │   │   │   │   ├── nl.json
│   │   │   │   │   │   ├── pl.json
│   │   │   │   │   │   ├── pt.json
│   │   │   │   │   │   ├── ru.json
│   │   │   │   │   │   ├── sk.json
│   │   │   │   │   │   └── tr.json
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── third-party.txt
│   │   │   │   ├── images
│   │   │   │   │   ├── ajax_loader_small.gif
│   │   │   │   │   ├── checkmark.png
│   │   │   │   │   ├── fileuploader-loading.gif
│   │   │   │   │   ├── google-maps.gif
│   │   │   │   │   ├── ico-content-negative.png
│   │   │   │   │   ├── ico-content-o60.png
│   │   │   │   │   ├── ico-content.png
│   │   │   │   │   ├── icon-plugin-admin.png
│   │   │   │   │   ├── icon-plugin-analytics.png
│   │   │   │   │   ├── icon-plugin-api.png
│   │   │   │   │   ├── icon-plugin-cms.png
│   │   │   │   │   ├── icon-plugin-currencyexchange.png
│   │   │   │   │   ├── icon-plugin-data.png
│   │   │   │   │   ├── icon-plugin-default.png
│   │   │   │   │   ├── icon-plugin-design.png
│   │   │   │   │   ├── icon-plugin-developer.png
│   │   │   │   │   ├── icon-plugin-discountrequirement.png
│   │   │   │   │   ├── icon-plugin-globalization.png
│   │   │   │   │   ├── icon-plugin-import.png
│   │   │   │   │   ├── icon-plugin-marketing.png
│   │   │   │   │   ├── icon-plugin-media.png
│   │   │   │   │   ├── icon-plugin-mobile.png
│   │   │   │   │   ├── icon-plugin-payment.png
│   │   │   │   │   ├── icon-plugin-sales.png
│   │   │   │   │   ├── icon-plugin-security.png
│   │   │   │   │   ├── icon-plugin-seo.png
│   │   │   │   │   ├── icon-plugin-shipping.png
│   │   │   │   │   ├── icon-plugin-social.png
│   │   │   │   │   ├── icon-plugin-tax.png
│   │   │   │   │   └── smnet.png
│   │   │   │   ├── theme.less
│   │   │   │   ├── variables.custom.less
│   │   │   │   └── variables.less
│   │   │   ├── Controllers
│   │   │   │   ├── ActivityLogController.cs
│   │   │   │   ├── AffiliateController.cs
│   │   │   │   ├── BlogController.cs
│   │   │   │   ├── CampaignController.cs
│   │   │   │   ├── CategoryController.cs
│   │   │   │   ├── CheckoutAttributeController.cs
│   │   │   │   ├── CommonController.cs
│   │   │   │   ├── ContentSliderController.cs
│   │   │   │   ├── CountryController.cs
│   │   │   │   ├── CurrencyController.cs
│   │   │   │   ├── CustomerController.cs
│   │   │   │   ├── CustomerRoleController.cs
│   │   │   │   ├── DeliveryTimeController.cs
│   │   │   │   ├── DiscountController.cs
│   │   │   │   ├── DownloadController.cs
│   │   │   │   ├── EmailAccountController.cs
│   │   │   │   ├── ExportController.cs
│   │   │   │   ├── ExternalAuthenticationController.cs
│   │   │   │   ├── ForumController.cs
│   │   │   │   ├── GiftCardController.cs
│   │   │   │   ├── HomeController.cs
│   │   │   │   ├── ImportController.cs
│   │   │   │   ├── LanguageController.cs
│   │   │   │   ├── LogController.cs
│   │   │   │   ├── ManufacturerController.cs
│   │   │   │   ├── MeasureController.cs
│   │   │   │   ├── MediaController.cs
│   │   │   │   ├── MessageTemplateController.cs
│   │   │   │   ├── NewsController.cs
│   │   │   │   ├── NewsLetterSubscriptionController.cs
│   │   │   │   ├── OnlineCustomerController.cs
│   │   │   │   ├── OrderController.cs
│   │   │   │   ├── PackagingController.cs
│   │   │   │   ├── PaymentController.cs
│   │   │   │   ├── PictureController.cs
│   │   │   │   ├── PluginController.cs
│   │   │   │   ├── PollController.cs
│   │   │   │   ├── ProductAttributeController.cs
│   │   │   │   ├── ProductController.cs
│   │   │   │   ├── ProductReviewController.cs
│   │   │   │   ├── QuantityUnitController.cs
│   │   │   │   ├── QueuedEmailController.cs
│   │   │   │   ├── RecurringPaymentController.cs
│   │   │   │   ├── ReturnRequestController.cs
│   │   │   │   ├── RoxyFileManagerController.cs
│   │   │   │   ├── ScheduleTaskController.cs
│   │   │   │   ├── SecurityController.cs
│   │   │   │   ├── SettingController.cs
│   │   │   │   ├── ShippingController.cs
│   │   │   │   ├── ShoppingCartController.cs
│   │   │   │   ├── SpecificationAttributeController.cs
│   │   │   │   ├── StoreController.cs
│   │   │   │   ├── TaxController.cs
│   │   │   │   ├── ThemeController.cs
│   │   │   │   ├── TopicController.cs
│   │   │   │   ├── UrlRecordController.cs
│   │   │   │   └── WidgetController.cs
│   │   │   ├── Extensions
│   │   │   │   ├── HtmlHelperExtensions.cs
│   │   │   │   └── ScheduleTaskExtensions.cs
│   │   │   ├── favicon.ico
│   │   │   ├── Infrastructure
│   │   │   │   ├── AdminStartupTask.cs
│   │   │   │   ├── AutoMapperStartupTask.cs
│   │   │   │   ├── DependencyRegistrar.cs
│   │   │   │   ├── PreviewModeFilter.cs
│   │   │   │   └── RouteProvider.cs
│   │   │   ├── MappingExtensions.cs
│   │   │   ├── Models
│   │   │   │   ├── Affiliates
│   │   │   │   │   └── AffiliateModel.cs
│   │   │   │   ├── Blogs
│   │   │   │   │   ├── BlogCommentModel.cs
│   │   │   │   │   └── BlogPostModel.cs
│   │   │   │   ├── Catalog
│   │   │   │   │   ├── BulkEditListModel.cs
│   │   │   │   │   ├── BulkEditProductModel.cs
│   │   │   │   │   ├── CategoryListModel.cs
│   │   │   │   │   ├── CategoryModel.cs
│   │   │   │   │   ├── CategoryTreeModel.cs
│   │   │   │   │   ├── CopyProductModel.cs
│   │   │   │   │   ├── ManufacturerListModel.cs
│   │   │   │   │   ├── ManufacturerModel.cs
│   │   │   │   │   ├── ProductAttributeModel.cs
│   │   │   │   │   ├── ProductBundleItemModel.cs
│   │   │   │   │   ├── ProductListModel.cs
│   │   │   │   │   ├── ProductModel.cs
│   │   │   │   │   ├── ProductReviewListModel.cs
│   │   │   │   │   ├── ProductReviewModel.cs
│   │   │   │   │   ├── ProductSpecificationAttributeModel.cs
│   │   │   │   │   ├── ProductTagModel.cs
│   │   │   │   │   ├── ProductVariantAttributeCombinationModel.cs
│   │   │   │   │   ├── SpecificationAttributeModel.cs
│   │   │   │   │   └── SpecificationAttributeOptionModel.cs
│   │   │   │   ├── Cms
│   │   │   │   │   └── WidgetModel.cs
│   │   │   │   ├── Common
│   │   │   │   │   ├── AddressModel.cs
│   │   │   │   │   ├── CheckUpdateResult.cs
│   │   │   │   │   ├── FeedItemModel.cs
│   │   │   │   │   ├── GenericAttributeModel.cs
│   │   │   │   │   ├── LanguageSelectorModel.cs
│   │   │   │   │   ├── MaintenanceModel.cs
│   │   │   │   │   ├── SystemInfoModel.cs
│   │   │   │   │   └── SystemWarningModel.cs
│   │   │   │   ├── Customers
│   │   │   │   │   ├── BestCustomerReportLineModel.cs
│   │   │   │   │   ├── BestCustomersReportModel.cs
│   │   │   │   │   ├── CustomerAddressModel.cs
│   │   │   │   │   ├── CustomerListModel.cs
│   │   │   │   │   ├── CustomerModel.cs
│   │   │   │   │   ├── CustomerReportsModel.cs
│   │   │   │   │   ├── CustomerRoleModel.cs
│   │   │   │   │   ├── OnlineCustomerModel.cs
│   │   │   │   │   └── RegisteredCustomerReportLineModel.cs
│   │   │   │   ├── DataExchange
│   │   │   │   │   ├── CsvConfigurationModel.cs
│   │   │   │   │   ├── ExportDeploymentModel.cs
│   │   │   │   │   ├── ExportFilterModel.cs
│   │   │   │   │   ├── ExportPreviewModel.cs
│   │   │   │   │   ├── ExportProfileModel.cs
│   │   │   │   │   ├── ExportProjectionModel.cs
│   │   │   │   │   ├── ImportProfileListModel.cs
│   │   │   │   │   ├── ImportProfileModel.cs
│   │   │   │   │   └── ProfileInfoForProviderModel.cs
│   │   │   │   ├── Directory
│   │   │   │   │   ├── CountryListModel.cs
│   │   │   │   │   ├── CountryModel.cs
│   │   │   │   │   ├── CurrencyModel.cs
│   │   │   │   │   ├── DeliveryTimeModel.cs
│   │   │   │   │   ├── MeasureDimensionModel.cs
│   │   │   │   │   ├── MeasureWeightModel.cs
│   │   │   │   │   ├── QuantityUnitModel.cs
│   │   │   │   │   └── StateProvinceModel.cs
│   │   │   │   ├── Discounts
│   │   │   │   │   └── DiscountModel.cs
│   │   │   │   ├── ExternalAuthentication
│   │   │   │   │   └── AuthenticationMethodModel.cs
│   │   │   │   ├── Forums
│   │   │   │   │   ├── ForumGroupModel.cs
│   │   │   │   │   └── ForumModel.cs
│   │   │   │   ├── Localization
│   │   │   │   │   ├── LanguageModel.cs
│   │   │   │   │   └── LanguageResourceModel.cs
│   │   │   │   ├── Logging
│   │   │   │   │   ├── ActivityLogModel.cs
│   │   │   │   │   ├── ActivityLogSearchModel.cs
│   │   │   │   │   ├── ActivityLogTypeModel.cs
│   │   │   │   │   ├── LogListModel.cs
│   │   │   │   │   └── LogModel.cs
│   │   │   │   ├── Messages
│   │   │   │   │   ├── CampaignModel.cs
│   │   │   │   │   ├── EmailAccountModel.cs
│   │   │   │   │   ├── MessageTemplateListModel.cs
│   │   │   │   │   ├── MessageTemplateModel.cs
│   │   │   │   │   ├── NewsLetterSubscriptionListModel.cs
│   │   │   │   │   ├── NewsLetterSubscriptionModel.cs
│   │   │   │   │   ├── QueuedEmailListModel.cs
│   │   │   │   │   └── QueuedEmailModel.cs
│   │   │   │   ├── News
│   │   │   │   │   ├── NewsCommentModel.cs
│   │   │   │   │   ├── NewsItemListModel.cs
│   │   │   │   │   └── NewsItemModel.cs
│   │   │   │   ├── Orders
│   │   │   │   │   ├── AutoUpdateOrderItemModel.cs
│   │   │   │   │   ├── BestsellersReportLineModel.cs
│   │   │   │   │   ├── BestsellersReportModel.cs
│   │   │   │   │   ├── CheckoutAttributeListModel.cs
│   │   │   │   │   ├── CheckoutAttributeModel.cs
│   │   │   │   │   ├── CheckoutAttributeValueModel.cs
│   │   │   │   │   ├── GiftCardListModel.cs
│   │   │   │   │   ├── GiftCardModel.cs
│   │   │   │   │   ├── NeverSoldReportLineModel.cs
│   │   │   │   │   ├── NeverSoldReportModel.cs
│   │   │   │   │   ├── OrderAddressModel.cs
│   │   │   │   │   ├── OrderAverageReportLineSummaryModel.cs
│   │   │   │   │   ├── OrderIncompleteReportLineModel.cs
│   │   │   │   │   ├── OrderListModel.cs
│   │   │   │   │   ├── OrderModel.cs
│   │   │   │   │   ├── RecurringPaymentModel.cs
│   │   │   │   │   ├── ReturnRequestListModel.cs
│   │   │   │   │   ├── ReturnRequestModel.cs
│   │   │   │   │   ├── ShipmentListModel.cs
│   │   │   │   │   └── ShipmentModel.cs
│   │   │   │   ├── Payments
│   │   │   │   │   ├── PaymentMethodEditModel.cs
│   │   │   │   │   └── PaymentMethodModel.cs
│   │   │   │   ├── Plugins
│   │   │   │   │   ├── LicensePluginModel.cs
│   │   │   │   │   ├── LocalPluginsModel.cs
│   │   │   │   │   ├── PluginModel.cs
│   │   │   │   │   └── ProviderModelList.cs
│   │   │   │   ├── Polls
│   │   │   │   │   ├── PollAnswerModel.cs
│   │   │   │   │   └── PollModel.cs
│   │   │   │   ├── Security
│   │   │   │   │   ├── PermissionMappingModel.cs
│   │   │   │   │   └── PermissionRecordModel.cs
│   │   │   │   ├── Settings
│   │   │   │   │   ├── BlogSettingsModel.cs
│   │   │   │   │   ├── CatalogSettingsModel.cs
│   │   │   │   │   ├── ContentSliderSettingsModel.cs
│   │   │   │   │   ├── CustomerUserSettingsModel.cs
│   │   │   │   │   ├── DataExchangeSettingsModel.cs
│   │   │   │   │   ├── ForumSettingsModel.cs
│   │   │   │   │   ├── GeneralCommonSettingsModel.cs
│   │   │   │   │   ├── MediaSettingsModel.cs
│   │   │   │   │   ├── NewsSettingsModel.cs
│   │   │   │   │   ├── OrderSettingsModel.cs
│   │   │   │   │   ├── RewardPointsSettingsModel.cs
│   │   │   │   │   ├── SettingModel.cs
│   │   │   │   │   ├── ShippingSettingsModel.cs
│   │   │   │   │   ├── ShoppingCartSettingsModel.cs
│   │   │   │   │   ├── StoreScopeConfigurationModel.cs
│   │   │   │   │   └── TaxSettingsModel.cs
│   │   │   │   ├── Shipping
│   │   │   │   │   ├── ShippingMethodModel.cs
│   │   │   │   │   └── ShippingRateComputationMethodModel.cs
│   │   │   │   ├── ShoppingCart
│   │   │   │   │   ├── ShoppingCartItemModel.cs
│   │   │   │   │   └── ShoppingCartModel.cs
│   │   │   │   ├── Stores
│   │   │   │   │   └── StoreModel.cs
│   │   │   │   ├── Tasks
│   │   │   │   │   └── ScheduleTaskModel.cs
│   │   │   │   ├── Tax
│   │   │   │   │   ├── TaxCategoryModel.cs
│   │   │   │   │   └── TaxProviderModel.cs
│   │   │   │   ├── Themes
│   │   │   │   │   ├── ConfigureThemeModel.cs
│   │   │   │   │   ├── ThemeListModel.cs
│   │   │   │   │   └── ThemeManifestModel.cs
│   │   │   │   ├── Topics
│   │   │   │   │   ├── TopicListModel.cs
│   │   │   │   │   └── TopicModel.cs
│   │   │   │   └── UrlRecord
│   │   │   │   ├── UrlRecordListModel.cs
│   │   │   │   └── UrlRecordModel.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Scripts
│   │   │   │   ├── admin.common.js
│   │   │   │   ├── admin.globalinit.js
│   │   │   │   ├── jquery-1.8.3.intellisense.js
│   │   │   │   ├── jquery-1.8.3.js
│   │   │   │   ├── jquery-1.8.3.min.js
│   │   │   │   ├── jquery.tmpl.min.js
│   │   │   │   ├── _references.js
│   │   │   │   ├── smartstore.discountrules.js
│   │   │   │   └── smartstore.download.js
│   │   │   ├── sitemap.config
│   │   │   ├── SmartStore.Admin.csproj
│   │   │   ├── Validators
│   │   │   │   ├── Affiliates
│   │   │   │   │   └── AffiliateValidator.cs
│   │   │   │   ├── Blogs
│   │   │   │   │   └── BlogPostValidator.cs
│   │   │   │   ├── Catalog
│   │   │   │   │   ├── CategoryValidator.cs
│   │   │   │   │   ├── ManufacturerValidator.cs
│   │   │   │   │   ├── ProductAttributeValidator.cs
│   │   │   │   │   ├── ProductReviewValidator.cs
│   │   │   │   │   ├── ProductTagValidator.cs
│   │   │   │   │   ├── ProductValidator.cs
│   │   │   │   │   ├── ProductVariantAttributeValueModelValidator.cs
│   │   │   │   │   ├── SpecificationAttributeOptionValidator.cs
│   │   │   │   │   └── SpecificationAttributeValidator.cs
│   │   │   │   ├── Common
│   │   │   │   │   ├── AddressValidator.cs
│   │   │   │   │   └── GenericAttributeValidator.cs
│   │   │   │   ├── ContentSlider
│   │   │   │   │   └── ContentSliderValidator.cs
│   │   │   │   ├── Customers
│   │   │   │   │   ├── CustomerRoleValidator.cs
│   │   │   │   │   └── CustomerValidator.cs
│   │   │   │   ├── DataExchange
│   │   │   │   │   ├── CsvConfigurationValidator.cs
│   │   │   │   │   ├── ExportDeplomentValidator.cs
│   │   │   │   │   ├── ExportProfileValidator.cs
│   │   │   │   │   └── ImportProfileValidator.cs
│   │   │   │   ├── Directory
│   │   │   │   │   ├── CountryValidator.cs
│   │   │   │   │   ├── CurrencyValidator.cs
│   │   │   │   │   ├── DeliveryTimeValidator.cs
│   │   │   │   │   ├── MeasureDimensionValidator.cs
│   │   │   │   │   ├── MeasureWeightValidator.cs
│   │   │   │   │   └── StateProvinceValidator.cs
│   │   │   │   ├── Discounts
│   │   │   │   │   └── DiscountValidator.cs
│   │   │   │   ├── Forums
│   │   │   │   │   ├── ForumGroupValidator.cs
│   │   │   │   │   └── ForumValidator.cs
│   │   │   │   ├── Localization
│   │   │   │   │   ├── LanguageResourceValidator.cs
│   │   │   │   │   └── LanguageValidator.cs
│   │   │   │   ├── Messages
│   │   │   │   │   ├── CampaignValidator.cs
│   │   │   │   │   ├── EmailAccountValidator.cs
│   │   │   │   │   ├── MessageTemplateValidator.cs
│   │   │   │   │   ├── NewsLetterSubscriptionValidator.cs
│   │   │   │   │   └── QueuedEmailValidator.cs
│   │   │   │   ├── News
│   │   │   │   │   └── NewsItemValidator.cs
│   │   │   │   ├── Orders
│   │   │   │   │   ├── CheckoutAttributeValidator.cs
│   │   │   │   │   ├── CheckoutAttributeValueValidator.cs
│   │   │   │   │   ├── RecurringPaymentValidator.cs
│   │   │   │   │   └── ReturnRequestValidator.cs
│   │   │   │   ├── Plugins
│   │   │   │   │   └── PluginValidator.cs
│   │   │   │   ├── Polls
│   │   │   │   │   ├── PollAnswerValidator.cs
│   │   │   │   │   └── PollValidator.cs
│   │   │   │   ├── Settings
│   │   │   │   │   ├── GeneralCommonSettingsValidator.cs
│   │   │   │   │   ├── OrderSettingsValidator.cs
│   │   │   │   │   ├── RewardPointsSettingsValidator.cs
│   │   │   │   │   └── SettingValidator.cs
│   │   │   │   ├── Shipping
│   │   │   │   │   └── ShippingMethodValidator.cs
│   │   │   │   ├── Stores
│   │   │   │   │   └── StoreValidator.cs
│   │   │   │   ├── Tasks
│   │   │   │   │   └── ScheduleTaskValidator.cs
│   │   │   │   ├── Tax
│   │   │   │   │   └── TaxCategoryValidator.cs
│   │   │   │   └── Topics
│   │   │   │   └── TopicValidator.cs
│   │   │   ├── Views
│   │   │   │   ├── ActivityLog
│   │   │   │   │   ├── ListLogs.cshtml
│   │   │   │   │   └── ListTypes.cshtml
│   │   │   │   ├── Affiliate
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Blog
│   │   │   │   │   ├── Comments.cshtml
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Campaign
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Category
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   └── Tree.cshtml
│   │   │   │   ├── CheckoutAttribute
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── _CreateOrUpdateValue.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── ValueCreatePopup.cshtml
│   │   │   │   │   └── ValueEditPopup.cshtml
│   │   │   │   ├── Common
│   │   │   │   │   ├── CheckUpdate.cshtml
│   │   │   │   │   ├── GenericAttributes.cshtml
│   │   │   │   │   ├── LanguageSelector.cshtml
│   │   │   │   │   ├── Maintenance.cshtml
│   │   │   │   │   ├── SystemInfo.cshtml
│   │   │   │   │   └── Warnings.cshtml
│   │   │   │   ├── ContentSlider
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── CreateSlide.cshtml
│   │   │   │   │   ├── EditSlide.cshtml
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── Country
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── _CreateOrUpdateState.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── StateCreatePopup.cshtml
│   │   │   │   │   └── StateEditPopup.cshtml
│   │   │   │   ├── Currency
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Customer
│   │   │   │   │   ├── AddressCreate.cshtml
│   │   │   │   │   ├── AddressEdit.cshtml
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdateAddress.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── _ReportBestCustomersByNumberOfOrders.cshtml
│   │   │   │   │   ├── _ReportBestCustomersByOrderTotal.cshtml
│   │   │   │   │   ├── ReportRegisteredCustomers.cshtml
│   │   │   │   │   └── Reports.cshtml
│   │   │   │   ├── CustomerRole
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── DeliveryTime
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Discount
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── EmailAccount
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Export
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── CreateDeployment.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Deployment.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── EditDeployment.cshtml
│   │   │   │   │   ├── InfoProfile.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── Preview.cshtml
│   │   │   │   │   ├── ProfileFileCount.cshtml
│   │   │   │   │   ├── ProfileFileDetails.cshtml
│   │   │   │   │   ├── _ProfileList.cshtml
│   │   │   │   │   ├── _Tab.Deployment.cshtml
│   │   │   │   │   ├── _Tab.Filter.cshtml
│   │   │   │   │   └── _Tab.Projection.cshtml
│   │   │   │   ├── ExternalAuthentication
│   │   │   │   │   └── Providers.cshtml
│   │   │   │   ├── Forum
│   │   │   │   │   ├── CreateForum.cshtml
│   │   │   │   │   ├── CreateForumGroup.cshtml
│   │   │   │   │   ├── _CreateOrUpdateForum.cshtml
│   │   │   │   │   ├── _CreateOrUpdateForumGroup.cshtml
│   │   │   │   │   ├── EditForum.cshtml
│   │   │   │   │   ├── EditForumGroup.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── GiftCard
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Home
│   │   │   │   │   ├── About.cshtml
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── MarketplaceFeed.cshtml
│   │   │   │   │   └── UaTester.cshtml
│   │   │   │   ├── Import
│   │   │   │   │   ├── _ColumnMappings.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── ProfileImportResult.cshtml
│   │   │   │   │   └── _Update.cshtml
│   │   │   │   ├── Language
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   └── Resources.cshtml
│   │   │   │   ├── Log
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   └── View.cshtml
│   │   │   │   ├── Manufacturer
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Measure
│   │   │   │   │   ├── Dimensions.cshtml
│   │   │   │   │   ├── EditorTemplates
│   │   │   │   │   │   └── Decimal8.cshtml
│   │   │   │   │   └── Weights.cshtml
│   │   │   │   ├── Media
│   │   │   │   │   └── UploadImage.cshtml
│   │   │   │   ├── MessageTemplate
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── News
│   │   │   │   │   ├── Comments.cshtml
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── NewsLetterSubscription
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── OnlineCustomer
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Order
│   │   │   │   │   ├── AddProductToOrder.cshtml
│   │   │   │   │   ├── AddProductToOrderDetails.cshtml
│   │   │   │   │   ├── AddressEdit.cshtml
│   │   │   │   │   ├── AddShipment.cshtml
│   │   │   │   │   ├── _AutoUpdateOrderItem.cshtml
│   │   │   │   │   ├── BestsellersBriefReportByAmount.cshtml
│   │   │   │   │   ├── BestsellersBriefReportByQuantity.cshtml
│   │   │   │   │   ├── BestsellersReport.cshtml
│   │   │   │   │   ├── _CreateOrUpdateAddress.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── NeverSoldReport.cshtml
│   │   │   │   │   ├── OrderAverageReport.cshtml
│   │   │   │   │   ├── OrderIncompleteReport.cshtml
│   │   │   │   │   ├── PartiallyRefundOrderPopup.cshtml
│   │   │   │   │   ├── _ProductAddAttributes.cshtml
│   │   │   │   │   ├── _ProductAddGiftCardInfo.cshtml
│   │   │   │   │   ├── ShipmentDetails.cshtml
│   │   │   │   │   ├── ShipmentDetails.Print.cshtml
│   │   │   │   │   ├── ShipmentList.cshtml
│   │   │   │   │   └── UploadLicenseFilePopup.cshtml
│   │   │   │   ├── Packaging
│   │   │   │   │   └── UploadPackage.cshtml
│   │   │   │   ├── Payment
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── Providers.cshtml
│   │   │   │   ├── Plugin
│   │   │   │   │   ├── ConfigurePlugin.cshtml
│   │   │   │   │   ├── ConfigureProvider.cshtml
│   │   │   │   │   ├── EditProviderPopup.cshtml
│   │   │   │   │   ├── LicensePlugin.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Poll
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Product
│   │   │   │   │   ├── AttributeCombinationCreatePopup.cshtml
│   │   │   │   │   ├── AttributeCombinationEditPopup.cshtml
│   │   │   │   │   ├── BulkEdit.cshtml
│   │   │   │   │   ├── BundleItemEditPopup.cshtml
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Acl.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.AssociatedProducts.cshtml
│   │   │   │   │   ├── _CreateOrUpdateAttributeCombinationPopup.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Attributes.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.BundleItems.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Categories.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Discounts.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Info.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Inventory.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Manufacturers.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Pictures.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Price.cshtml
│   │   │   │   │   ├── _CreateOrUpdateProductAttributeValue.cshtml
│   │   │   │   │   ├── _CreateOrUpdateProductTag.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Promotion.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.SEO.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.SpecificationAttributes.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.Stores.cshtml
│   │   │   │   │   ├── _Create.SaveFirst.cshtml
│   │   │   │   │   ├── EditAttributeValues.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── EditorTemplates
│   │   │   │   │   │   ├── AttributeControlType.cshtml
│   │   │   │   │   │   ├── ProductAttribute.cshtml
│   │   │   │   │   │   ├── ProductCategory.cshtml
│   │   │   │   │   │   ├── ProductManufacturer.cshtml
│   │   │   │   │   │   ├── TierPriceCustomer.cshtml
│   │   │   │   │   │   └── TierPriceStore.cshtml
│   │   │   │   │   ├── EditProductTag.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── LowStockReport.cshtml
│   │   │   │   │   ├── _ProductAttributes.cshtml
│   │   │   │   │   ├── ProductAttributeValueCreatePopup.cshtml
│   │   │   │   │   ├── ProductAttributeValueEditPopup.cshtml
│   │   │   │   │   └── ProductTags.cshtml
│   │   │   │   ├── ProductAttribute
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── ProductReview
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── QuantityUnit
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── QueuedEmail
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── RecurringPayment
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── ReturnRequest
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── ScheduleTask
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── FutureSchedules.cshtml
│   │   │   │   │   ├── _LastRun.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── MinimalTask.cshtml
│   │   │   │   │   ├── _MinimalTaskWidget.cshtml
│   │   │   │   │   └── _NextRun.cshtml
│   │   │   │   ├── Security
│   │   │   │   │   ├── AccessDenied.cshtml
│   │   │   │   │   └── Permissions.cshtml
│   │   │   │   ├── Setting
│   │   │   │   │   ├── AllSettings.cshtml
│   │   │   │   │   ├── Blog.cshtml
│   │   │   │   │   ├── Catalog.cshtml
│   │   │   │   │   ├── CustomerUser.cshtml
│   │   │   │   │   ├── DataExchange.cshtml
│   │   │   │   │   ├── EditorTemplates
│   │   │   │   │   │   └── Store.cshtml
│   │   │   │   │   ├── Forum.cshtml
│   │   │   │   │   ├── GeneralCommon.cshtml
│   │   │   │   │   ├── Media.cshtml
│   │   │   │   │   ├── News.cshtml
│   │   │   │   │   ├── Order.cshtml
│   │   │   │   │   ├── RewardPoints.cshtml
│   │   │   │   │   ├── Shipping.cshtml
│   │   │   │   │   ├── ShoppingCart.cshtml
│   │   │   │   │   ├── StoreScopeConfiguration.cshtml
│   │   │   │   │   └── Tax.cshtml
│   │   │   │   ├── Shared
│   │   │   │   │   ├── _AdminLayout.cshtml
│   │   │   │   │   ├── _AdminPopupLayout.cshtml
│   │   │   │   │   ├── _AdminRoot.cshtml
│   │   │   │   │   ├── CsvConfiguration.cshtml
│   │   │   │   │   ├── Delete.cshtml
│   │   │   │   │   ├── EditorTemplates
│   │   │   │   │   │   ├── Address.cshtml
│   │   │   │   │   │   ├── Download.cshtml
│   │   │   │   │   │   ├── Picture.cshtml
│   │   │   │   │   │   ├── RichEditor.cshtml
│   │   │   │   │   │   ├── RichEditor.SummerNote.cshtml
│   │   │   │   │   │   └── WidgetZone.cshtml
│   │   │   │   │   ├── Menu.cshtml
│   │   │   │   │   ├── Navbar.cshtml
│   │   │   │   │   └── _Providers.cshtml
│   │   │   │   ├── Shipping
│   │   │   │   │   ├── CreateMethod.cshtml
│   │   │   │   │   ├── _CreateOrUpdateMethod.cshtml
│   │   │   │   │   ├── EditMethod.cshtml
│   │   │   │   │   ├── Methods.cshtml
│   │   │   │   │   └── Providers.cshtml
│   │   │   │   ├── ShoppingCart
│   │   │   │   │   ├── CurrentCarts.cshtml
│   │   │   │   │   └── CurrentWishlists.cshtml
│   │   │   │   ├── SpecificationAttribute
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── _CreateOrUpdateOption.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   ├── OptionCreatePopup.cshtml
│   │   │   │   │   └── OptionEditPopup.cshtml
│   │   │   │   ├── Store
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── Tax
│   │   │   │   │   ├── Categories.cshtml
│   │   │   │   │   └── Providers.cshtml
│   │   │   │   ├── Theme
│   │   │   │   │   ├── Configure.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   └── PreviewTool.cshtml
│   │   │   │   ├── Topic
│   │   │   │   │   ├── Create.cshtml
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── List.cshtml
│   │   │   │   ├── UrlRecord
│   │   │   │   │   ├── _CreateOrUpdate.cshtml
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   ├── List.cshtml
│   │   │   │   │   └── NamesPerEntity.cshtml
│   │   │   │   ├── _ViewStart.cshtml
│   │   │   │   ├── Web.config
│   │   │   │   └── Widget
│   │   │   │   ├── List.cshtml
│   │   │   │   └── Providers.cshtml
│   │   │   └── Web.config
│   │   ├── App_Data
│   │   │   ├── GeoIP.dat
│   │   │   ├── Localization
│   │   │   │   ├── App
│   │   │   │   │   ├── de
│   │   │   │   │   │   ├── all.smres.xml
│   │   │   │   │   │   └── head.txt
│   │   │   │   │   └── en
│   │   │   │   │   ├── all.smres.xml
│   │   │   │   │   └── head.txt
│   │   │   │   └── Installation
│   │   │   │   ├── installation.de.xml
│   │   │   │   └── installation.en.xml
│   │   │   ├── Migrations
│   │   │   │   ├── 1.0.0-1.0.1
│   │   │   │   │   ├── migrate-all.sql
│   │   │   │   │   ├── migrate-core.sql
│   │   │   │   │   ├── migrate-message-templates.sql
│   │   │   │   │   └── migrate-resources.sql
│   │   │   │   ├── 1.0.1-1.2.0
│   │   │   │   │   ├── 1-migrate-multistore.sql
│   │   │   │   │   ├── 2-migrate-core.sql
│   │   │   │   │   ├── 3-migrate-message-templates.sql
│   │   │   │   │   ├── migrate-all.sql
│   │   │   │   │   └── ReadMe.txt
│   │   │   │   ├── 1.2.0-1.2.1
│   │   │   │   │   ├── 1-migrate-resources.sql
│   │   │   │   │   └── 2-migrate-core.sql
│   │   │   │   ├── 1.2.1-2.0.0
│   │   │   │   │   ├── 1-migrate-resources.sql
│   │   │   │   │   ├── 2-migrate-core.sql
│   │   │   │   │   ├── 3-migrate-improved-product-structure-resources.sql
│   │   │   │   │   ├── 4-migrate-improved-product-structure-core.sql
│   │   │   │   │   ├── 5-migrate-product-bundle-resources.sql
│   │   │   │   │   ├── 6-migrate-product-bundle-core.sql
│   │   │   │   │   ├── 7-migrate-product-linkage-core.sql
│   │   │   │   │   └── migrate-all.sql
│   │   │   │   └── IMPORTANT.Readme.txt
│   │   │   └── ua-parser.regexes.yaml
│   │   ├── App_GlobalResources
│   │   │   ├── EditorLocalization.de.designer.cs
│   │   │   ├── EditorLocalization.de.resx
│   │   │   ├── EditorLocalization.designer.cs
│   │   │   ├── EditorLocalization.resx
│   │   │   ├── GridLocalization.de.designer.cs
│   │   │   ├── GridLocalization.de.resx
│   │   │   ├── GridLocalization.designer.cs
│   │   │   ├── GridLocalization.resx
│   │   │   ├── MvcLocalization.de.Designer.cs
│   │   │   ├── MvcLocalization.de.resx
│   │   │   ├── MvcLocalization.Designer.cs
│   │   │   └── MvcLocalization.resx
│   │   ├── Config
│   │   │   ├── BundleTransformer.Configuration.xsd
│   │   │   ├── ConnectionStrings.config
│   │   │   ├── log4net.config
│   │   │   ├── log4net.Debug.config
│   │   │   ├── log4net.Release.config
│   │   │   ├── SessionState.config
│   │   │   └── Web.config
│   │   ├── Content
│   │   │   ├── 2012.2.607
│   │   │   │   ├── Default
│   │   │   │   │   ├── editor.png
│   │   │   │   │   ├── imagebrowser.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── slider-h.gif
│   │   │   │   │   ├── slider-v.gif
│   │   │   │   │   ├── sprite.png
│   │   │   │   │   ├── sprite-vertical.png
│   │   │   │   │   ├── treeview-line.png
│   │   │   │   │   ├── treeview-nodes.png
│   │   │   │   │   └── treeview-nodes-rtl.png
│   │   │   │   ├── Telerik
│   │   │   │   │   ├── editor.png
│   │   │   │   │   ├── imagebrowser.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── slider-h.gif
│   │   │   │   │   ├── slider-v.gif
│   │   │   │   │   ├── sprite.png
│   │   │   │   │   ├── sprite-vertical.png
│   │   │   │   │   ├── treeview-line.png
│   │   │   │   │   ├── treeview-nodes.png
│   │   │   │   │   └── treeview-nodes-rtl.png
│   │   │   │   ├── telerik.common.css
│   │   │   │   ├── telerik.default.min.css
│   │   │   │   ├── telerik.rtl.css
│   │   │   │   └── telerik.telerik.min.css
│   │   │   ├── bootstrap
│   │   │   │   ├── accordion.less
│   │   │   │   ├── alerts.less
│   │   │   │   ├── bootstrap.less
│   │   │   │   ├── breadcrumbs.less
│   │   │   │   ├── button-groups.less
│   │   │   │   ├── buttons.less
│   │   │   │   ├── carousel.less
│   │   │   │   ├── close.less
│   │   │   │   ├── code.less
│   │   │   │   ├── component-animations.less
│   │   │   │   ├── custom
│   │   │   │   │   ├── checkbox.less
│   │   │   │   │   ├── colorpicker.less
│   │   │   │   │   ├── custom.less
│   │   │   │   │   ├── datetimepicker.less
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── alpha.png
│   │   │   │   │   │   ├── hue.png
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── saturation.png
│   │   │   │   │   │   ├── select2.png
│   │   │   │   │   │   ├── select2x2.png
│   │   │   │   │   │   └── spinner.gif
│   │   │   │   │   ├── mixins.less
│   │   │   │   │   ├── navbar.less
│   │   │   │   │   ├── scrollbutton.less
│   │   │   │   │   ├── select2.less
│   │   │   │   │   ├── spinner.less
│   │   │   │   │   ├── star-rating.less
│   │   │   │   │   ├── telerik
│   │   │   │   │   │   ├── editor.png
│   │   │   │   │   │   ├── gradient.png
│   │   │   │   │   │   ├── imagebrowser.png
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── slider-h.gif
│   │   │   │   │   │   ├── slider-v.gif
│   │   │   │   │   │   ├── sprite.png
│   │   │   │   │   │   ├── sprite-vertical.png
│   │   │   │   │   │   └── telerik.smartstore.less
│   │   │   │   │   └── throbber.less
│   │   │   │   ├── dropdowns.less
│   │   │   │   ├── forms.less
│   │   │   │   ├── grid.less
│   │   │   │   ├── hero-unit.less
│   │   │   │   ├── images
│   │   │   │   │   ├── btn-mask.png
│   │   │   │   │   ├── checkmark.png
│   │   │   │   │   ├── glyphicons-halflings2.png
│   │   │   │   │   ├── glyphicons-halflings.png
│   │   │   │   │   └── glyphicons-halflings-white.png
│   │   │   │   ├── js
│   │   │   │   │   ├── bootstrap-affix.js
│   │   │   │   │   ├── bootstrap-alert.js
│   │   │   │   │   ├── bootstrap-button.js
│   │   │   │   │   ├── bootstrap-carousel.js
│   │   │   │   │   ├── bootstrap-collapse.js
│   │   │   │   │   ├── bootstrap-dropdown.js
│   │   │   │   │   ├── bootstrap-modal.js
│   │   │   │   │   ├── bootstrap-popover.js
│   │   │   │   │   ├── bootstrap-scrollspy.js
│   │   │   │   │   ├── bootstrap-tab.js
│   │   │   │   │   ├── bootstrap-tooltip.js
│   │   │   │   │   ├── bootstrap-transition.js
│   │   │   │   │   ├── bootstrap-typeahead.js
│   │   │   │   │   └── custom
│   │   │   │   │   ├── bootstrap-colorpicker-globalinit.js
│   │   │   │   │   ├── bootstrap-colorpicker.js
│   │   │   │   │   └── bootstrap-datetimepicker.js
│   │   │   │   ├── labels-badges.less
│   │   │   │   ├── layouts.less
│   │   │   │   ├── media.less
│   │   │   │   ├── mixins.less
│   │   │   │   ├── modals.less
│   │   │   │   ├── navbar.less
│   │   │   │   ├── navs.less
│   │   │   │   ├── pager.less
│   │   │   │   ├── pagination.less
│   │   │   │   ├── popovers.less
│   │   │   │   ├── progress-bars.less
│   │   │   │   ├── reset.less
│   │   │   │   ├── responsive-1200px-min.less
│   │   │   │   ├── responsive-767px-max.less
│   │   │   │   ├── responsive-768px-979px.less
│   │   │   │   ├── responsive.less
│   │   │   │   ├── responsive-navbar.less
│   │   │   │   ├── responsive-utilities.less
│   │   │   │   ├── scaffolding.less
│   │   │   │   ├── sprites.less
│   │   │   │   ├── tables.less
│   │   │   │   ├── thumbnails.less
│   │   │   │   ├── tooltip.less
│   │   │   │   ├── type.less
│   │   │   │   ├── utilities.less
│   │   │   │   ├── variables.less
│   │   │   │   └── wells.less
│   │   │   ├── editors
│   │   │   │   ├── BBEditor
│   │   │   │   │   └── ed.js
│   │   │   │   ├── ckeditor
│   │   │   │   │   ├── adapters
│   │   │   │   │   │   └── jquery.js
│   │   │   │   │   ├── build-config.js
│   │   │   │   │   ├── ckeditor.js
│   │   │   │   │   ├── config.js
│   │   │   │   │   ├── contents.css
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   └── en.js
│   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   ├── plugins
│   │   │   │   │   │   ├── a11yhelp
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   ├── a11yhelp.js
│   │   │   │   │   │   │   └── lang
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   └── en.js
│   │   │   │   │   │   ├── about
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   ├── about.js
│   │   │   │   │   │   │   ├── hidpi
│   │   │   │   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   │   │   ├── clipboard
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   └── paste.js
│   │   │   │   │   │   ├── codemirror
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   └── codemirror.min.css
│   │   │   │   │   │   │   ├── js
│   │   │   │   │   │   │   │   ├── beautify.min.js
│   │   │   │   │   │   │   │   ├── codemirror.addons.min.js
│   │   │   │   │   │   │   │   ├── codemirror.addons.search.min.js
│   │   │   │   │   │   │   │   ├── codemirror.min.js
│   │   │   │   │   │   │   │   ├── codemirror.min.js.map
│   │   │   │   │   │   │   │   ├── codemirror.mode.bbcode.min.js
│   │   │   │   │   │   │   │   ├── codemirror.mode.bbcodemixed.min.js
│   │   │   │   │   │   │   │   ├── codemirror.mode.htmlmixed.min.js
│   │   │   │   │   │   │   │   ├── codemirror.mode.javascript.min.js
│   │   │   │   │   │   │   │   └── codemirror.mode.php.min.js
│   │   │   │   │   │   │   └── theme
│   │   │   │   │   │   │   ├── 3024-day.css
│   │   │   │   │   │   │   ├── 3024-night.css
│   │   │   │   │   │   │   ├── ambiance.css
│   │   │   │   │   │   │   ├── ambiance-mobile.css
│   │   │   │   │   │   │   ├── base16-dark.css
│   │   │   │   │   │   │   ├── base16-light.css
│   │   │   │   │   │   │   ├── blackboard.css
│   │   │   │   │   │   │   ├── cobalt.css
│   │   │   │   │   │   │   ├── eclipse.css
│   │   │   │   │   │   │   ├── elegant.css
│   │   │   │   │   │   │   ├── erlang-dark.css
│   │   │   │   │   │   │   ├── lesser-dark.css
│   │   │   │   │   │   │   ├── mbo.css
│   │   │   │   │   │   │   ├── mdn-like.css
│   │   │   │   │   │   │   ├── midnight.css
│   │   │   │   │   │   │   ├── monokai.css
│   │   │   │   │   │   │   ├── neat.css
│   │   │   │   │   │   │   ├── neo.css
│   │   │   │   │   │   │   ├── night.css
│   │   │   │   │   │   │   ├── paraiso-dark.css
│   │   │   │   │   │   │   ├── paraiso-light.css
│   │   │   │   │   │   │   ├── pastel-on-dark.css
│   │   │   │   │   │   │   ├── rubyblue.css
│   │   │   │   │   │   │   ├── solarized.css
│   │   │   │   │   │   │   ├── the-matrix.css
│   │   │   │   │   │   │   ├── tomorrow-night-eighties.css
│   │   │   │   │   │   │   ├── twilight.css
│   │   │   │   │   │   │   ├── vibrant-ink.css
│   │   │   │   │   │   │   ├── xq-dark.css
│   │   │   │   │   │   │   └── xq-light.css
│   │   │   │   │   │   ├── colordialog
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   └── colordialog.js
│   │   │   │   │   │   ├── dialog
│   │   │   │   │   │   │   └── dialogDefinition.js
│   │   │   │   │   │   ├── find
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   └── find.js
│   │   │   │   │   │   ├── fontawesome
│   │   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   │   └── fontawesome.js
│   │   │   │   │   │   │   └── font-awesome
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   └── font-awesome.min.css
│   │   │   │   │   │   │   └── fonts
│   │   │   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   │   │   └── fontawesome-webfont.woff
│   │   │   │   │   │   ├── icons_hidpi.png
│   │   │   │   │   │   ├── icons.png
│   │   │   │   │   │   ├── image
│   │   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   │   └── image.js
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   └── noimage.png
│   │   │   │   │   │   ├── link
│   │   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   │   ├── anchor.js
│   │   │   │   │   │   │   │   └── link.js
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── anchor.png
│   │   │   │   │   │   │   └── hidpi
│   │   │   │   │   │   │   └── anchor.png
│   │   │   │   │   │   ├── magicline
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── hidpi
│   │   │   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   │   │   └── icon-rtl.png
│   │   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   │   └── icon-rtl.png
│   │   │   │   │   │   ├── pastefromword
│   │   │   │   │   │   │   └── filter
│   │   │   │   │   │   │   └── default.js
│   │   │   │   │   │   ├── scayt
│   │   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   │   ├── options.js
│   │   │   │   │   │   │   │   └── toolbar.css
│   │   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── showblocks
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── block_address.png
│   │   │   │   │   │   │   ├── block_blockquote.png
│   │   │   │   │   │   │   ├── block_div.png
│   │   │   │   │   │   │   ├── block_h1.png
│   │   │   │   │   │   │   ├── block_h2.png
│   │   │   │   │   │   │   ├── block_h3.png
│   │   │   │   │   │   │   ├── block_h4.png
│   │   │   │   │   │   │   ├── block_h5.png
│   │   │   │   │   │   │   ├── block_h6.png
│   │   │   │   │   │   │   ├── block_p.png
│   │   │   │   │   │   │   └── block_pre.png
│   │   │   │   │   │   ├── specialchar
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   │   └── en.js
│   │   │   │   │   │   │   └── specialchar.js
│   │   │   │   │   │   ├── table
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   └── table.js
│   │   │   │   │   │   ├── tabletools
│   │   │   │   │   │   │   └── dialogs
│   │   │   │   │   │   │   └── tableCell.js
│   │   │   │   │   │   ├── widget
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   └── handle.png
│   │   │   │   │   │   ├── wsc
│   │   │   │   │   │   │   ├── dialogs
│   │   │   │   │   │   │   │   ├── ciframe.html
│   │   │   │   │   │   │   │   ├── tmpFrameset.html
│   │   │   │   │   │   │   │   ├── wsc.css
│   │   │   │   │   │   │   │   ├── wsc_ie.js
│   │   │   │   │   │   │   │   └── wsc.js
│   │   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   └── youtube
│   │   │   │   │   │   └── images
│   │   │   │   │   │   └── icon.png
│   │   │   │   │   ├── skins
│   │   │   │   │   │   ├── moono
│   │   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   │   ├── dialog_ie7.css
│   │   │   │   │   │   │   ├── dialog_ie8.css
│   │   │   │   │   │   │   ├── dialog_ie.css
│   │   │   │   │   │   │   ├── dialog_iequirks.css
│   │   │   │   │   │   │   ├── editor.css
│   │   │   │   │   │   │   ├── editor_gecko.css
│   │   │   │   │   │   │   ├── editor_ie7.css
│   │   │   │   │   │   │   ├── editor_ie8.css
│   │   │   │   │   │   │   ├── editor_ie.css
│   │   │   │   │   │   │   ├── editor_iequirks.css
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── arrow.png
│   │   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   │   ├── hidpi
│   │   │   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   │   │   ├── lock-open.png
│   │   │   │   │   │   │   │   ├── lock.png
│   │   │   │   │   │   │   │   └── refresh.png
│   │   │   │   │   │   │   ├── lock-open.png
│   │   │   │   │   │   │   ├── lock.png
│   │   │   │   │   │   │   └── refresh.png
│   │   │   │   │   │   └── smartstore
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── editor.css
│   │   │   │   │   │   ├── icons
│   │   │   │   │   │   │   ├── bgcolor.png
│   │   │   │   │   │   │   ├── codemirror
│   │   │   │   │   │   │   │   ├── autocomplete.png
│   │   │   │   │   │   │   │   ├── autoformat.png
│   │   │   │   │   │   │   │   ├── commentselectedrange.png
│   │   │   │   │   │   │   │   ├── searchcode.png
│   │   │   │   │   │   │   │   └── uncommentselectedrange.png
│   │   │   │   │   │   │   ├── find.png
│   │   │   │   │   │   │   ├── find-rtl.png
│   │   │   │   │   │   │   ├── fontawesome.png
│   │   │   │   │   │   │   ├── jfk_sprite115.png
│   │   │   │   │   │   │   ├── justifyblock.png
│   │   │   │   │   │   │   ├── justifycenter.png
│   │   │   │   │   │   │   ├── justifyleft.png
│   │   │   │   │   │   │   ├── justifyright.png
│   │   │   │   │   │   │   ├── placeholder.png
│   │   │   │   │   │   │   ├── replace.png
│   │   │   │   │   │   │   ├── showblocks.png
│   │   │   │   │   │   │   ├── showblocks-rtl.png
│   │   │   │   │   │   │   ├── sprite_hidpi.png
│   │   │   │   │   │   │   ├── sprite.png
│   │   │   │   │   │   │   ├── templates.png
│   │   │   │   │   │   │   ├── templates-rtl.png
│   │   │   │   │   │   │   ├── textcolor.png
│   │   │   │   │   │   │   └── youtube.png
│   │   │   │   │   │   ├── icons.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── arrow.png
│   │   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   │   ├── hidpi
│   │   │   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   │   │   ├── lock-open.png
│   │   │   │   │   │   │   │   ├── lock.png
│   │   │   │   │   │   │   │   └── refresh.png
│   │   │   │   │   │   │   ├── lock-open.png
│   │   │   │   │   │   │   ├── lock.png
│   │   │   │   │   │   │   └── refresh.png
│   │   │   │   │   │   └── skin.js
│   │   │   │   │   └── styles.js
│   │   │   │   └── summernote
│   │   │   │   ├── globalinit.js
│   │   │   │   ├── langs
│   │   │   │   │   └── summernote-de-DE.js
│   │   │   │   ├── summernote.css
│   │   │   │   ├── summernote.js
│   │   │   │   └── summernote.min.js
│   │   │   ├── files
│   │   │   │   └── ExportImport
│   │   │   │   └── placeholder
│   │   │   ├── fileupload
│   │   │   │   ├── fileupload.css
│   │   │   │   ├── images
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   └── progressbar.gif
│   │   │   │   ├── jquery.fileupload-fp.js
│   │   │   │   ├── jquery.fileupload.js
│   │   │   │   ├── jquery.fileupload-single-ui.css
│   │   │   │   ├── jquery.fileupload-single-ui.js
│   │   │   │   ├── jquery.fileupload-ui.css
│   │   │   │   ├── jquery.fileupload-ui.js
│   │   │   │   ├── jquery.iframe-transport.js
│   │   │   │   └── locale.js
│   │   │   ├── font-awesome.css
│   │   │   ├── font-awesome.min.css
│   │   │   ├── fonts
│   │   │   │   ├── FontAwesome.otf
│   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   └── fontawesome-webfont.woff2
│   │   │   ├── image-gallery
│   │   │   │   ├── css
│   │   │   │   │   ├── blueimp-gallery.css
│   │   │   │   │   ├── blueimp-gallery-custom.css
│   │   │   │   │   ├── blueimp-gallery-indicator.css
│   │   │   │   │   └── blueimp-gallery-video.css
│   │   │   │   ├── img
│   │   │   │   │   ├── error.png
│   │   │   │   │   ├── error.svg
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── play-pause.png
│   │   │   │   │   ├── play-pause.svg
│   │   │   │   │   ├── video-play.png
│   │   │   │   │   └── video-play.svg
│   │   │   │   └── js
│   │   │   │   ├── blueimp-gallery-fullscreen.js
│   │   │   │   ├── blueimp-gallery-indicator.js
│   │   │   │   ├── blueimp-gallery.js
│   │   │   │   ├── blueimp-gallery-video.js
│   │   │   │   ├── blueimp-gallery-vimeo.js
│   │   │   │   ├── blueimp-gallery-youtube.js
│   │   │   │   └── blueimp-helper.js
│   │   │   ├── Images
│   │   │   │   ├── ajax_loader_small.gif
│   │   │   │   ├── default-avatar.jpg
│   │   │   │   ├── default-image.jpg
│   │   │   │   ├── flags
│   │   │   │   │   ├── ad.png
│   │   │   │   │   ├── ae.png
│   │   │   │   │   ├── af.png
│   │   │   │   │   ├── ag.png
│   │   │   │   │   ├── ai.png
│   │   │   │   │   ├── al.png
│   │   │   │   │   ├── am.png
│   │   │   │   │   ├── an.png
│   │   │   │   │   ├── ao.png
│   │   │   │   │   ├── ar.png
│   │   │   │   │   ├── as.png
│   │   │   │   │   ├── at.png
│   │   │   │   │   ├── au.png
│   │   │   │   │   ├── aw.png
│   │   │   │   │   ├── ax.png
│   │   │   │   │   ├── az.png
│   │   │   │   │   ├── ba.png
│   │   │   │   │   ├── bb.png
│   │   │   │   │   ├── bd.png
│   │   │   │   │   ├── be.png
│   │   │   │   │   ├── bf.png
│   │   │   │   │   ├── bg.png
│   │   │   │   │   ├── bh.png
│   │   │   │   │   ├── bi.png
│   │   │   │   │   ├── bj.png
│   │   │   │   │   ├── bm.png
│   │   │   │   │   ├── bn.png
│   │   │   │   │   ├── bo.png
│   │   │   │   │   ├── br.png
│   │   │   │   │   ├── bs.png
│   │   │   │   │   ├── bt.png
│   │   │   │   │   ├── bv.png
│   │   │   │   │   ├── bw.png
│   │   │   │   │   ├── by.png
│   │   │   │   │   ├── bz.png
│   │   │   │   │   ├── ca.png
│   │   │   │   │   ├── catalonia.png
│   │   │   │   │   ├── cc.png
│   │   │   │   │   ├── cd.png
│   │   │   │   │   ├── cf.png
│   │   │   │   │   ├── cg.png
│   │   │   │   │   ├── ch.png
│   │   │   │   │   ├── ci.png
│   │   │   │   │   ├── ck.png
│   │   │   │   │   ├── cl.png
│   │   │   │   │   ├── cm.png
│   │   │   │   │   ├── cn.png
│   │   │   │   │   ├── co.png
│   │   │   │   │   ├── cr.png
│   │   │   │   │   ├── cs.png
│   │   │   │   │   ├── cu.png
│   │   │   │   │   ├── cv.png
│   │   │   │   │   ├── cx.png
│   │   │   │   │   ├── cy.png
│   │   │   │   │   ├── cz.png
│   │   │   │   │   ├── de.png
│   │   │   │   │   ├── dj.png
│   │   │   │   │   ├── dk.png
│   │   │   │   │   ├── dm.png
│   │   │   │   │   ├── do.png
│   │   │   │   │   ├── dz.png
│   │   │   │   │   ├── ec.png
│   │   │   │   │   ├── ee.png
│   │   │   │   │   ├── eg.png
│   │   │   │   │   ├── eh.png
│   │   │   │   │   ├── england.png
│   │   │   │   │   ├── er.png
│   │   │   │   │   ├── es.png
│   │   │   │   │   ├── et.png
│   │   │   │   │   ├── europeanunion.png
│   │   │   │   │   ├── fam.png
│   │   │   │   │   ├── fi.png
│   │   │   │   │   ├── fj.png
│   │   │   │   │   ├── fk.png
│   │   │   │   │   ├── fm.png
│   │   │   │   │   ├── fo.png
│   │   │   │   │   ├── fr.png
│   │   │   │   │   ├── ga.png
│   │   │   │   │   ├── gb.png
│   │   │   │   │   ├── gd.png
│   │   │   │   │   ├── ge.png
│   │   │   │   │   ├── gf.png
│   │   │   │   │   ├── gh.png
│   │   │   │   │   ├── gi.png
│   │   │   │   │   ├── gl.png
│   │   │   │   │   ├── gm.png
│   │   │   │   │   ├── gn.png
│   │   │   │   │   ├── gp.png
│   │   │   │   │   ├── gq.png
│   │   │   │   │   ├── gr.png
│   │   │   │   │   ├── gs.png
│   │   │   │   │   ├── gt.png
│   │   │   │   │   ├── gu.png
│   │   │   │   │   ├── gw.png
│   │   │   │   │   ├── gy.png
│   │   │   │   │   ├── hk.png
│   │   │   │   │   ├── hm.png
│   │   │   │   │   ├── hn.png
│   │   │   │   │   ├── hr.png
│   │   │   │   │   ├── ht.png
│   │   │   │   │   ├── hu.png
│   │   │   │   │   ├── id.png
│   │   │   │   │   ├── ie.png
│   │   │   │   │   ├── il.png
│   │   │   │   │   ├── in.png
│   │   │   │   │   ├── io.png
│   │   │   │   │   ├── iq.png
│   │   │   │   │   ├── ir.png
│   │   │   │   │   ├── is.png
│   │   │   │   │   ├── it.png
│   │   │   │   │   ├── jm.png
│   │   │   │   │   ├── jo.png
│   │   │   │   │   ├── jp.png
│   │   │   │   │   ├── ke.png
│   │   │   │   │   ├── kg.png
│   │   │   │   │   ├── kh.png
│   │   │   │   │   ├── ki.png
│   │   │   │   │   ├── km.png
│   │   │   │   │   ├── kn.png
│   │   │   │   │   ├── kp.png
│   │   │   │   │   ├── kr.png
│   │   │   │   │   ├── kw.png
│   │   │   │   │   ├── ky.png
│   │   │   │   │   ├── kz.png
│   │   │   │   │   ├── la.png
│   │   │   │   │   ├── lb.png
│   │   │   │   │   ├── lc.png
│   │   │   │   │   ├── li.png
│   │   │   │   │   ├── lk.png
│   │   │   │   │   ├── lr.png
│   │   │   │   │   ├── ls.png
│   │   │   │   │   ├── lt.png
│   │   │   │   │   ├── lu.png
│   │   │   │   │   ├── lv.png
│   │   │   │   │   ├── ly.png
│   │   │   │   │   ├── ma.png
│   │   │   │   │   ├── mc.png
│   │   │   │   │   ├── md.png
│   │   │   │   │   ├── me.png
│   │   │   │   │   ├── mg.png
│   │   │   │   │   ├── mh.png
│   │   │   │   │   ├── mk.png
│   │   │   │   │   ├── ml.png
│   │   │   │   │   ├── mm.png
│   │   │   │   │   ├── mn.png
│   │   │   │   │   ├── mo.png
│   │   │   │   │   ├── mp.png
│   │   │   │   │   ├── mq.png
│   │   │   │   │   ├── mr.png
│   │   │   │   │   ├── ms.png
│   │   │   │   │   ├── mt.png
│   │   │   │   │   ├── mu.png
│   │   │   │   │   ├── mv.png
│   │   │   │   │   ├── mw.png
│   │   │   │   │   ├── mx.png
│   │   │   │   │   ├── my.png
│   │   │   │   │   ├── mz.png
│   │   │   │   │   ├── na.png
│   │   │   │   │   ├── nc.png
│   │   │   │   │   ├── ne.png
│   │   │   │   │   ├── nf.png
│   │   │   │   │   ├── ng.png
│   │   │   │   │   ├── ni.png
│   │   │   │   │   ├── nl.png
│   │   │   │   │   ├── no.png
│   │   │   │   │   ├── np.png
│   │   │   │   │   ├── nr.png
│   │   │   │   │   ├── nu.png
│   │   │   │   │   ├── nz.png
│   │   │   │   │   ├── om.png
│   │   │   │   │   ├── pa.png
│   │   │   │   │   ├── pe.png
│   │   │   │   │   ├── pf.png
│   │   │   │   │   ├── pg.png
│   │   │   │   │   ├── ph.png
│   │   │   │   │   ├── pk.png
│   │   │   │   │   ├── pl.png
│   │   │   │   │   ├── pm.png
│   │   │   │   │   ├── pn.png
│   │   │   │   │   ├── pr.png
│   │   │   │   │   ├── ps.png
│   │   │   │   │   ├── pt.png
│   │   │   │   │   ├── pw.png
│   │   │   │   │   ├── py.png
│   │   │   │   │   ├── qa.png
│   │   │   │   │   ├── re.png
│   │   │   │   │   ├── ro.png
│   │   │   │   │   ├── rs.png
│   │   │   │   │   ├── ru.png
│   │   │   │   │   ├── rw.png
│   │   │   │   │   ├── sa.png
│   │   │   │   │   ├── sb.png
│   │   │   │   │   ├── scotland.png
│   │   │   │   │   ├── sc.png
│   │   │   │   │   ├── sd.png
│   │   │   │   │   ├── se.png
│   │   │   │   │   ├── sg.png
│   │   │   │   │   ├── sh.png
│   │   │   │   │   ├── si.png
│   │   │   │   │   ├── sj.png
│   │   │   │   │   ├── sk.png
│   │   │   │   │   ├── sl.png
│   │   │   │   │   ├── sm.png
│   │   │   │   │   ├── sn.png
│   │   │   │   │   ├── so.png
│   │   │   │   │   ├── sr.png
│   │   │   │   │   ├── st.png
│   │   │   │   │   ├── sv.png
│   │   │   │   │   ├── sy.png
│   │   │   │   │   ├── sz.png
│   │   │   │   │   ├── tc.png
│   │   │   │   │   ├── td.png
│   │   │   │   │   ├── tf.png
│   │   │   │   │   ├── tg.png
│   │   │   │   │   ├── th.png
│   │   │   │   │   ├── tj.png
│   │   │   │   │   ├── tk.png
│   │   │   │   │   ├── tl.png
│   │   │   │   │   ├── tm.png
│   │   │   │   │   ├── tn.png
│   │   │   │   │   ├── to.png
│   │   │   │   │   ├── tr.png
│   │   │   │   │   ├── tt.png
│   │   │   │   │   ├── tv.png
│   │   │   │   │   ├── tw.png
│   │   │   │   │   ├── tz.png
│   │   │   │   │   ├── ua.png
│   │   │   │   │   ├── ug.png
│   │   │   │   │   ├── um.png
│   │   │   │   │   ├── us.png
│   │   │   │   │   ├── uy.png
│   │   │   │   │   ├── uz.png
│   │   │   │   │   ├── va.png
│   │   │   │   │   ├── vc.png
│   │   │   │   │   ├── ve.png
│   │   │   │   │   ├── vg.png
│   │   │   │   │   ├── vi.png
│   │   │   │   │   ├── vn.png
│   │   │   │   │   ├── vu.png
│   │   │   │   │   ├── wales.png
│   │   │   │   │   ├── wf.png
│   │   │   │   │   ├── ws.png
│   │   │   │   │   ├── ye.png
│   │   │   │   │   ├── yt.png
│   │   │   │   │   ├── za.png
│   │   │   │   │   ├── zm.png
│   │   │   │   │   └── zw.png
│   │   │   │   ├── grippy.png
│   │   │   │   ├── sad.png
│   │   │   │   ├── smartstore.net-200-black.png
│   │   │   │   ├── smartstore.net-200-white.png
│   │   │   │   ├── star-off-12.png
│   │   │   │   ├── star-off.png
│   │   │   │   ├── star-on-12.png
│   │   │   │   └── star-on.png
│   │   │   ├── install
│   │   │   │   ├── images
│   │   │   │   │   └── bg.png
│   │   │   │   ├── install.less
│   │   │   │   ├── variables.custom.less
│   │   │   │   └── variables.less
│   │   │   ├── jquery.pnotify.default.css
│   │   │   ├── jquery.pnotify.default.icons.css
│   │   │   ├── print.css
│   │   │   ├── samples
│   │   │   │   ├── 0000740-antonio-vivaldi-der-fruhling-100.jpg
│   │   │   │   ├── 0000785-apple-iphone.png
│   │   │   │   ├── 0000786-apple-iphone.png
│   │   │   │   ├── 0000787-apple-iphone.jpg
│   │   │   │   ├── 0000788-apple-iphone.png
│   │   │   │   ├── 0000789-apple-iphone.jpg
│   │   │   │   ├── 0000904_samsung_125.jpeg
│   │   │   │   ├── 0000930_spiegel-bestseller.png
│   │   │   │   ├── 0000932_uberman-der-roman.jpeg
│   │   │   │   ├── 0000935_der-gefangene-des-himmels-roman_300.jpeg
│   │   │   │   ├── 0000936_kochen-geniesen.jpeg
│   │   │   │   ├── 0000942_bildatlas-motorrader-mit-mehr-als-350-brillanten-abbildungen.jpeg
│   │   │   │   ├── 0000943_motorrad-abenteuer-fahrtechnik-fur-reise-enduros.jpeg
│   │   │   │   ├── 0000944_autos-der-superlative-die-starksten-die-ersten-die-schonsten-die-schnellsten.jpeg
│   │   │   │   ├── 0000946_fast-cars-bildkalender-2013_300.jpeg
│   │   │   │   ├── 0000947_das-auto-buch-die-grose-chronik-mit-uber-1200-modellen_300.jpeg
│   │   │   │   ├── 0000954_dell-inspiron-one-23.jpeg
│   │   │   │   ├── 0000956_dell-inspiron-one-23.jpeg
│   │   │   │   ├── 01-12Hand_Aspire1.jpg
│   │   │   │   ├── 58_00007561.jpg
│   │   │   │   ├── acer-logo.jpg
│   │   │   │   ├── beethoven-fur-elise.mp3
│   │   │   │   ├── Beethoven.jpg
│   │   │   │   ├── category_accessories_apparel.jpg
│   │   │   │   ├── category_accessories.jpg
│   │   │   │   ├── category_apparel_shoes.jpeg
│   │   │   │   ├── category_book.jpeg
│   │   │   │   ├── category_camera_photo.jpeg
│   │   │   │   ├── category_cellphone.png
│   │   │   │   ├── category_computers.png
│   │   │   │   ├── category_desktops.png
│   │   │   │   ├── category_digitaldownloads.jpg
│   │   │   │   ├── category_electronics.jpeg
│   │   │   │   ├── category_games.png
│   │   │   │   ├── category_gaming_accessories.png
│   │   │   │   ├── category_gaming.png
│   │   │   │   ├── category_giftcards.png
│   │   │   │   ├── category_notebooks.png
│   │   │   │   ├── category_watches.png
│   │   │   │   ├── clouds.png
│   │   │   │   ├── company_logo.png
│   │   │   │   ├── emblem_library.png
│   │   │   │   ├── iphone.png
│   │   │   │   ├── manufacturer-android.png
│   │   │   │   ├── manufacturer_apple.png
│   │   │   │   ├── manufacturer-blackberry.png
│   │   │   │   ├── manufacturer-canon.png
│   │   │   │   ├── manufacturer-casio.png
│   │   │   │   ├── manufacturer-certina.png
│   │   │   │   ├── manufacturer-dell.png
│   │   │   │   ├── manufacturer_festina.png
│   │   │   │   ├── manufacturer-hp.png
│   │   │   │   ├── manufacturer-htc.png
│   │   │   │   ├── manufacturer-lg.png
│   │   │   │   ├── manufacturer-microsoft.png
│   │   │   │   ├── manufacturer-msi.png
│   │   │   │   ├── manufacturer-panasonic.png
│   │   │   │   ├── manufacturer-samsung.png
│   │   │   │   ├── manufacturer_sony.png
│   │   │   │   ├── manufacturer-trekstor.png
│   │   │   │   ├── manufacturer_ubisoft.png
│   │   │   │   ├── manufacturer-westerndigital.png
│   │   │   │   ├── music.png
│   │   │   │   ├── packshot-net.png
│   │   │   │   ├── product_AcerAspireOne_1.jpeg
│   │   │   │   ├── product_AcerAspireOne_2.jpeg
│   │   │   │   ├── product_aceraspiresl1500.png
│   │   │   │   ├── product_bestgrillingrecipes.jpg
│   │   │   │   ├── product_certina_ds_podium_big.png
│   │   │   │   ├── product_cookingfortwo.jpg
│   │   │   │   ├── product_dellinspiron23.png
│   │   │   │   ├── product_giftcart.png
│   │   │   │   ├── product_playstation3dualshock3.png
│   │   │   │   ├── product_sony_dualshock4_wirelesscontroller.png
│   │   │   │   ├── product_sony_ps3_black.png
│   │   │   │   ├── product_sony_ps3_plus_game.png
│   │   │   │   ├── product_sony_ps4_bundle.png
│   │   │   │   ├── product_sony_ps4_camera.png
│   │   │   │   ├── product_sony_ps4.png
│   │   │   │   ├── sony-PS3AssassinsCreedBundle.png
│   │   │   │   ├── sony-ps3-white.jpg
│   │   │   │   ├── ubisoft-assassins-creed-3.jpg
│   │   │   │   ├── ubisoft-driver-san-francisco.jpg
│   │   │   │   ├── ubisoft-prince-of-persia.jpg
│   │   │   │   ├── ubisoft-watchdogs.jpg
│   │   │   │   └── vivaldi-four-seasons-spring.mp3
│   │   │   ├── smartstore.entitypicker.css
│   │   │   ├── smartstore.smartgallery.css
│   │   │   └── x-editable
│   │   │   ├── bootstrap-editable.css
│   │   │   ├── bootstrap-editable.js
│   │   │   ├── bootstrap-editable.min.js
│   │   │   └── img
│   │   │   ├── clear.png
│   │   │   └── loading.gif
│   │   ├── Controllers
│   │   │   ├── BlogController.cs
│   │   │   ├── BoardsController.cs
│   │   │   ├── CatalogController.cs
│   │   │   ├── CatalogHelper.cs
│   │   │   ├── CheckoutController.cs
│   │   │   ├── CommonController.cs
│   │   │   ├── CountryController.cs
│   │   │   ├── CustomerController.cs
│   │   │   ├── DownloadController.cs
│   │   │   ├── ErrorController.cs
│   │   │   ├── ExternalAuthenticationController.cs
│   │   │   ├── FilterController.cs
│   │   │   ├── HomeController.cs
│   │   │   ├── InstallController.cs
│   │   │   ├── NewsController.cs
│   │   │   ├── NewsletterController.cs
│   │   │   ├── OrderController.cs
│   │   │   ├── PollController.cs
│   │   │   ├── PrivateMessagesController.cs
│   │   │   ├── ProductController.cs
│   │   │   ├── ProfileController.cs
│   │   │   ├── ReturnRequestController.cs
│   │   │   ├── ShoppingCartController.cs
│   │   │   ├── TaskSchedulerController.cs
│   │   │   ├── ThemeController.cs
│   │   │   ├── TopicController.cs
│   │   │   └── WidgetController.cs
│   │   ├── Exchange
│   │   │   └── placeholder
│   │   ├── Extensions
│   │   │   ├── EditorExtensions.cs
│   │   │   ├── MappingExtensions.cs
│   │   │   └── ProductDetailsExtensions.cs
│   │   ├── favicon.ico
│   │   ├── favicon.readme.txt
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Infrastructure
│   │   │   ├── Cache
│   │   │   │   └── ModelCacheEventConsumer.cs
│   │   │   ├── DefaultBundles.cs
│   │   │   ├── DefaultWidgetSelector.cs
│   │   │   ├── DependencyRegistrar.cs
│   │   │   ├── Installation
│   │   │   │   ├── DeDESeedData.cs
│   │   │   │   ├── EnUSSeedData.cs
│   │   │   │   ├── IInstallationLocalizationService.cs
│   │   │   │   ├── InstallationAppLanguageMetadata.cs
│   │   │   │   ├── InstallationLanguage.cs
│   │   │   │   ├── InstallationLocalizationService.cs
│   │   │   │   └── InstallDataSeeder.cs
│   │   │   └── Routes
│   │   │   ├── 1_StoreRoutes.cs
│   │   │   ├── 2_DefaultRoutes.cs
│   │   │   ├── 3_GenericRoutes.cs
│   │   │   └── MapLegacyRoutesAttribute.cs
│   │   ├── license.txt
│   │   ├── Media
│   │   │   ├── Thumbs
│   │   │   │   └── placeholder.txt
│   │   │   └── Uploaded
│   │   │   └── placeholder.txt
│   │   ├── Models
│   │   │   ├── Blogs
│   │   │   │   ├── AddBlogCommentModel.cs
│   │   │   │   ├── BlogCommentModel.cs
│   │   │   │   ├── BlogPagingFilteringModel.cs
│   │   │   │   ├── BlogPostListModel.cs
│   │   │   │   ├── BlogPostModel.cs
│   │   │   │   ├── BlogPostTagListModel.cs
│   │   │   │   ├── BlogPostTagModel.cs
│   │   │   │   └── BlogPostYearMonthModel.cs
│   │   │   ├── Boards
│   │   │   │   ├── ActiveDiscussionsModel.cs
│   │   │   │   ├── BoardsIndexModel.cs
│   │   │   │   ├── EditForumPostModel.cs
│   │   │   │   ├── EditForumTopicModel.cs
│   │   │   │   ├── ForumBreadcrumbModel.cs
│   │   │   │   ├── ForumGroupModel.cs
│   │   │   │   ├── ForumPageModel.cs
│   │   │   │   ├── ForumPostModel.cs
│   │   │   │   ├── ForumRowModel.cs
│   │   │   │   ├── ForumTopicPageModel.cs
│   │   │   │   ├── ForumTopicRowModel.cs
│   │   │   │   ├── LastPostModel.cs
│   │   │   │   ├── SearchModel.cs
│   │   │   │   └── TopicMoveModel.cs
│   │   │   ├── Catalog
│   │   │   │   ├── AddToCompareListModel.cs
│   │   │   │   ├── BackInStockSubscribeModel.cs
│   │   │   │   ├── CatalogPagingFilteringModel.cs
│   │   │   │   ├── CategoryModel.cs
│   │   │   │   ├── CompareProductsModel.cs
│   │   │   │   ├── HomePageBestsellersModel.cs
│   │   │   │   ├── HomePageProductsModel.cs
│   │   │   │   ├── ManufacturerModel.cs
│   │   │   │   ├── ManufacturerNavigationModel.cs
│   │   │   │   ├── ManufacturerOverviewModel.cs
│   │   │   │   ├── NavigationModelBuiltEvent.cs
│   │   │   │   ├── PagingFilteringModel.cs
│   │   │   │   ├── PopularProductTagsModel.cs
│   │   │   │   ├── ProductAskQuestionModel.cs
│   │   │   │   ├── ProductDetailsModel.cs
│   │   │   │   ├── ProductEmailAFriendModel.cs
│   │   │   │   ├── ProductOverviewModel.cs
│   │   │   │   ├── ProductReviewModel.cs
│   │   │   │   ├── ProductsByTagModel.cs
│   │   │   │   ├── ProductSpecificationModel.cs
│   │   │   │   ├── ProductTagModel.cs
│   │   │   │   ├── RecentlyAddedProductsModel.cs
│   │   │   │   ├── SearchBoxModel.cs
│   │   │   │   ├── SearchModel.cs
│   │   │   │   └── SearchPagingFilteringModel.cs
│   │   │   ├── Checkout
│   │   │   │   ├── CheckoutBillingAddressModel.cs
│   │   │   │   ├── CheckoutCompletedModel.cs
│   │   │   │   ├── CheckoutConfirmModel.cs
│   │   │   │   ├── CheckoutPaymentInfoModel.cs
│   │   │   │   ├── CheckoutPaymentMethodModel.cs
│   │   │   │   ├── CheckoutProgressModel.cs
│   │   │   │   ├── CheckoutShippingAddressModel.cs
│   │   │   │   ├── CheckoutShippingMethodModel.cs
│   │   │   │   └── UpdateSectionJsonModel.cs
│   │   │   ├── CheckoutBillingAddressModel.cs
│   │   │   ├── Common
│   │   │   │   ├── AccountDropdownModel.cs
│   │   │   │   ├── AddressModel.cs
│   │   │   │   ├── CompareDropdownModel.cs
│   │   │   │   ├── ContactUsModel.cs
│   │   │   │   ├── CurrencyModel.cs
│   │   │   │   ├── CurrencySelectorModel.cs
│   │   │   │   ├── EntityPickerModel.cs
│   │   │   │   ├── FooterModel.cs
│   │   │   │   ├── HeaderLinksModel.cs
│   │   │   │   ├── InfoBlockModel.cs
│   │   │   │   ├── LanguageModel.cs
│   │   │   │   ├── LanguageSelectorModel.cs
│   │   │   │   ├── MenuModel.cs
│   │   │   │   ├── PagerModel.cs
│   │   │   │   ├── PaymentInfoModel.cs
│   │   │   │   ├── ShipmentInfoModel.cs
│   │   │   │   ├── ShopBarModel.cs
│   │   │   │   ├── ShopHeaderModel.cs
│   │   │   │   ├── ShopLogoModel.cs
│   │   │   │   ├── SitemapModel.cs
│   │   │   │   ├── StoreThemeModel.cs
│   │   │   │   ├── StoreThemeSelectorModel.cs
│   │   │   │   └── TaxTypeSelectorModel.cs
│   │   │   ├── Customer
│   │   │   │   ├── AccountActivationModel.cs
│   │   │   │   ├── BackInStockSubscriptionModel.cs
│   │   │   │   ├── ChangePasswordModel.cs
│   │   │   │   ├── CustomerAddressEditModel.cs
│   │   │   │   ├── CustomerAddressListModel.cs
│   │   │   │   ├── CustomerAvatarModel.cs
│   │   │   │   ├── CustomerBackInStockSubscriptionsModel.cs
│   │   │   │   ├── CustomerDownloadableProductsModel.cs
│   │   │   │   ├── CustomerForumSubscriptionsModel.cs
│   │   │   │   ├── CustomerInfoModel.cs
│   │   │   │   ├── CustomerNavigationModel.cs
│   │   │   │   ├── CustomerOrderListModel.cs
│   │   │   │   ├── CustomerReturnRequestsModel.cs
│   │   │   │   ├── CustomerRewardPointsModel.cs
│   │   │   │   ├── ExternalAuthenticationMethodModel.cs
│   │   │   │   ├── ForumSubscriptionModel.cs
│   │   │   │   ├── LoginModel.cs
│   │   │   │   ├── PasswordRecoveryConfirmModel.cs
│   │   │   │   ├── PaswordRecoveryModel.cs
│   │   │   │   ├── RegisterModel.cs
│   │   │   │   └── RegisterResultModel.cs
│   │   │   ├── Filter
│   │   │   │   └── ProductFilterModel.cs
│   │   │   ├── Install
│   │   │   │   └── InstallModel.cs
│   │   │   ├── Media
│   │   │   │   └── PictureModel.cs
│   │   │   ├── News
│   │   │   │   ├── AddNewsCommentModel.cs
│   │   │   │   ├── HomePageNewsItemsModel.cs
│   │   │   │   ├── NewsCommentModel.cs
│   │   │   │   ├── NewsItemListModel.cs
│   │   │   │   ├── NewsItemModel.cs
│   │   │   │   └── NewsPagingFilteringModel.cs
│   │   │   ├── Newsletter
│   │   │   │   ├── NewsletterBoxModel.cs
│   │   │   │   └── SubscriptionActivationModel.cs
│   │   │   ├── Order
│   │   │   │   ├── OrderDetailsModel.cs
│   │   │   │   ├── ShipmentDetailsModel.cs
│   │   │   │   └── SubmitReturnRequestModel.cs
│   │   │   ├── Polls
│   │   │   │   └── PollModel.cs
│   │   │   ├── PrivateMessages
│   │   │   │   ├── PrivateMessageIndexModel.cs
│   │   │   │   ├── PrivateMessageListModel.cs
│   │   │   │   ├── PrivateMessageModel.cs
│   │   │   │   └── SendPrivateMessageModel.cs
│   │   │   ├── Profile
│   │   │   │   ├── PostsModel.cs
│   │   │   │   ├── ProfileIndexModel.cs
│   │   │   │   ├── ProfileInfoModel.cs
│   │   │   │   └── ProfilePostsModel.cs
│   │   │   ├── ShoppingCart
│   │   │   │   ├── ButtonPaymentMethodModel.cs
│   │   │   │   ├── EstimateShippingModel.cs
│   │   │   │   ├── MiniShoppingCartModel.cs
│   │   │   │   ├── OrderTotalsModel.cs
│   │   │   │   ├── ShoppingCartModel.cs
│   │   │   │   ├── WishlistEmailAFriendModel.cs
│   │   │   │   └── WishlistModel.cs
│   │   │   └── Topics
│   │   │   ├── TopicModel.cs
│   │   │   └── TopicWidgetModel.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Refresh.html
│   │   ├── Scripts
│   │   │   ├── 2012.2.607
│   │   │   │   ├── jquery-1.7.1.min.js
│   │   │   │   ├── telerik.calendar.min.js
│   │   │   │   ├── telerik.common.min.js
│   │   │   │   ├── telerik.datepicker.min.js
│   │   │   │   ├── telerik.datetimepicker.min.js
│   │   │   │   ├── telerik.draganddrop.min.js
│   │   │   │   ├── telerik.grid.editing.min.js
│   │   │   │   ├── telerik.grid.filtering.min.js
│   │   │   │   ├── telerik.grid.grouping.min.js
│   │   │   │   ├── telerik.grid.min.js
│   │   │   │   ├── telerik.grid.reordering.min.js
│   │   │   │   ├── telerik.grid.resizing.min.js
│   │   │   │   ├── telerik.textbox.min.js
│   │   │   │   └── telerik.treeview.min.js
│   │   │   ├── globalize
│   │   │   │   ├── cultures
│   │   │   │   │   ├── globalize.culture.ar-AE.js
│   │   │   │   │   ├── globalize.culture.ar-BH.js
│   │   │   │   │   ├── globalize.culture.ar-DZ.js
│   │   │   │   │   ├── globalize.culture.ar-EG.js
│   │   │   │   │   ├── globalize.culture.ar-IQ.js
│   │   │   │   │   ├── globalize.culture.ar-JO.js
│   │   │   │   │   ├── globalize.culture.ar-KW.js
│   │   │   │   │   ├── globalize.culture.ar-LB.js
│   │   │   │   │   ├── globalize.culture.ar-LY.js
│   │   │   │   │   ├── globalize.culture.ar-MA.js
│   │   │   │   │   ├── globalize.culture.ca-ES.js
│   │   │   │   │   ├── globalize.culture.ca.js
│   │   │   │   │   ├── globalize.culture.cs-CZ.js
│   │   │   │   │   ├── globalize.culture.cs.js
│   │   │   │   │   ├── globalize.culture.da-DK.js
│   │   │   │   │   ├── globalize.culture.de-AT.js
│   │   │   │   │   ├── globalize.culture.de-CH.js
│   │   │   │   │   ├── globalize.culture.de-DE.js
│   │   │   │   │   ├── globalize.culture.de-LI.js
│   │   │   │   │   ├── globalize.culture.de-LU.js
│   │   │   │   │   ├── globalize.culture.el-GR.js
│   │   │   │   │   ├── globalize.culture.en-AU.js
│   │   │   │   │   ├── globalize.culture.en-CA.js
│   │   │   │   │   ├── globalize.culture.en-GB.js
│   │   │   │   │   ├── globalize.culture.en-NZ.js
│   │   │   │   │   ├── globalize.culture.en-US.js
│   │   │   │   │   ├── globalize.culture.es-AR.js
│   │   │   │   │   ├── globalize.culture.es-BO.js
│   │   │   │   │   ├── globalize.culture.es-CL.js
│   │   │   │   │   ├── globalize.culture.es-CO.js
│   │   │   │   │   ├── globalize.culture.es-CR.js
│   │   │   │   │   ├── globalize.culture.es-DO.js
│   │   │   │   │   ├── globalize.culture.es-EC.js
│   │   │   │   │   ├── globalize.culture.es-ES.js
│   │   │   │   │   ├── globalize.culture.es-GT.js
│   │   │   │   │   ├── globalize.culture.es-HN.js
│   │   │   │   │   ├── globalize.culture.es-MX.js
│   │   │   │   │   ├── globalize.culture.es-NI.js
│   │   │   │   │   ├── globalize.culture.es-PA.js
│   │   │   │   │   ├── globalize.culture.es-PE.js
│   │   │   │   │   ├── globalize.culture.es-PR.js
│   │   │   │   │   ├── globalize.culture.es-PY.js
│   │   │   │   │   ├── globalize.culture.es-SV.js
│   │   │   │   │   ├── globalize.culture.es-US.js
│   │   │   │   │   ├── globalize.culture.es-UY.js
│   │   │   │   │   ├── globalize.culture.es-VE.js
│   │   │   │   │   ├── globalize.culture.fi-FI.js
│   │   │   │   │   ├── globalize.culture.fr-CA.js
│   │   │   │   │   ├── globalize.culture.fr-CH.js
│   │   │   │   │   ├── globalize.culture.fr-FR.js
│   │   │   │   │   ├── globalize.culture.fr-LU.js
│   │   │   │   │   ├── globalize.culture.fr-MC.js
│   │   │   │   │   ├── globalize.culture.he-IL.js
│   │   │   │   │   ├── globalize.culture.hi-IN.js
│   │   │   │   │   ├── globalize.culture.hr-BA.js
│   │   │   │   │   ├── globalize.culture.hr-HR.js
│   │   │   │   │   ├── globalize.culture.hu-HU.js
│   │   │   │   │   ├── globalize.culture.it-CH.js
│   │   │   │   │   ├── globalize.culture.it-IT.js
│   │   │   │   │   ├── globalize.culture.ja-JP.js
│   │   │   │   │   ├── globalize.culture.ko-KR.js
│   │   │   │   │   ├── globalize.culture.nb-NO.js
│   │   │   │   │   ├── globalize.culture.nl-BE.js
│   │   │   │   │   ├── globalize.culture.nl-NL.js
│   │   │   │   │   ├── globalize.culture.pl-PL.js
│   │   │   │   │   ├── globalize.culture.pt-BR.js
│   │   │   │   │   ├── globalize.culture.pt-PT.js
│   │   │   │   │   ├── globalize.culture.ro-RO.js
│   │   │   │   │   ├── globalize.culture.ru-RU.js
│   │   │   │   │   ├── globalize.culture.sk-SK.js
│   │   │   │   │   ├── globalize.culture.sl-SI.js
│   │   │   │   │   ├── globalize.culture.sr-Cyrl-BA.js
│   │   │   │   │   ├── globalize.culture.sr-Cyrl-CS.js
│   │   │   │   │   ├── globalize.culture.sr-Cyrl.js
│   │   │   │   │   ├── globalize.culture.sr-Cyrl-ME.js
│   │   │   │   │   ├── globalize.culture.sr-Cyrl-RS.js
│   │   │   │   │   ├── globalize.culture.sr-Latn-BA.js
│   │   │   │   │   ├── globalize.culture.sr-Latn-CS.js
│   │   │   │   │   ├── globalize.culture.sr-Latn.js
│   │   │   │   │   ├── globalize.culture.sr-Latn-ME.js
│   │   │   │   │   ├── globalize.culture.sr-Latn-RS.js
│   │   │   │   │   ├── globalize.culture.sv-FI.js
│   │   │   │   │   ├── globalize.culture.sv-SE.js
│   │   │   │   │   ├── globalize.culture.th-TH.js
│   │   │   │   │   ├── globalize.culture.tr-TR.js
│   │   │   │   │   ├── globalize.culture.uk-UA.js
│   │   │   │   │   ├── globalize.culture.vi-VN.js
│   │   │   │   │   ├── globalize.culture.zh-CHS.js
│   │   │   │   │   ├── globalize.culture.zh-CHT.js
│   │   │   │   │   ├── globalize.culture.zh-CN.js
│   │   │   │   │   ├── globalize.culture.zh-Hans.js
│   │   │   │   │   ├── globalize.culture.zh-Hant.js
│   │   │   │   │   ├── globalize.culture.zh-HK.js
│   │   │   │   │   ├── globalize.culture.zh-MO.js
│   │   │   │   │   ├── globalize.culture.zh-SG.js
│   │   │   │   │   └── globalize.culture.zh-TW.js
│   │   │   │   └── globalize.js
│   │   │   ├── jquery-2.1.1.intellisense.js
│   │   │   ├── jquery-2.1.1.js
│   │   │   ├── jquery-2.1.1.min.js
│   │   │   ├── jquery-2.1.1.min.map
│   │   │   ├── jquery.addeasing.js
│   │   │   ├── jquery.backgroundpos.js
│   │   │   ├── jquery.ba-outside-events.js
│   │   │   ├── jquery.ba-outside-events.min.js
│   │   │   ├── jquery.elevatezoom.js
│   │   │   ├── jquery.menu-aim.js
│   │   │   ├── jquery-migrate-1.2.1.js
│   │   │   ├── jquery-migrate-1.2.1.min.js
│   │   │   ├── jquery.mobile-1.3.2.js
│   │   │   ├── jquery.mobile-1.3.2.min.js
│   │   │   ├── jquery.pnotify.js
│   │   │   ├── jquery.preload.js
│   │   │   ├── jquery.requestAnimationFrame.js
│   │   │   ├── jquery.scrollTo.js
│   │   │   ├── jquery.sequence.custom.js
│   │   │   ├── jquery.sequence.js
│   │   │   ├── jquery.serialScroll.js
│   │   │   ├── jquery.sortable.js
│   │   │   ├── jquery.transit.js
│   │   │   ├── jquery-ui
│   │   │   │   ├── core.js
│   │   │   │   ├── effect.js
│   │   │   │   ├── effect-shake.js
│   │   │   │   ├── effect-transfer.js
│   │   │   │   ├── position.js
│   │   │   │   └── widget.js
│   │   │   ├── jquery.unobtrusive-ajax.js
│   │   │   ├── jquery.unobtrusive-ajax.min.js
│   │   │   ├── jquery.validate.js
│   │   │   ├── jquery.validate.min.js
│   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   ├── jquery.validate-vsdoc.js
│   │   │   ├── modernizr-2.7.2.js
│   │   │   ├── prettify.js
│   │   │   ├── public.ajaxcart.js
│   │   │   ├── public.common.js
│   │   │   ├── public.product-detail.js
│   │   │   ├── public.product-detail.mobile.js
│   │   │   ├── public.product-filter.js
│   │   │   ├── public.product-list-scroller.js
│   │   │   ├── public.reviews.js
│   │   │   ├── public.shopbar.js
│   │   │   ├── public.voting.js
│   │   │   ├── _references.js
│   │   │   ├── select2.js
│   │   │   ├── select2.min.js
│   │   │   ├── smartstore.column-equalizer.js
│   │   │   ├── smartstore.common.js
│   │   │   ├── smartstore.doAjax.js
│   │   │   ├── smartstore.entityPicker.js
│   │   │   ├── smartstore.eventbroker.js
│   │   │   ├── smartstore.globalize.adapter.js
│   │   │   ├── smartstore.hacks.js
│   │   │   ├── smartstore.instantsearch.js
│   │   │   ├── smartstore.jquery.utils.js
│   │   │   ├── smartstore.navbar.js
│   │   │   ├── smartstore.placeholder.js
│   │   │   ├── smartstore.scrollbutton.js
│   │   │   ├── smartstore.selectwrapper.js
│   │   │   ├── smartstore.shrinkmenu.js
│   │   │   ├── smartstore.smartgallery.js
│   │   │   ├── smartstore.system.js
│   │   │   ├── smartstore.throbber.js
│   │   │   ├── smartstore.thumbzoomer.js
│   │   │   ├── underscore.js
│   │   │   ├── underscore.min.js
│   │   │   ├── underscore.min.map
│   │   │   ├── underscore.mixins.js
│   │   │   ├── underscore.string.js
│   │   │   └── underscore.string.min.js
│   │   ├── SmartStore.Web.csproj
│   │   ├── Themes
│   │   │   ├── Alpha
│   │   │   │   ├── Content
│   │   │   │   │   ├── blocks.less
│   │   │   │   │   ├── blog.less
│   │   │   │   │   ├── bootstrap.less
│   │   │   │   │   ├── cart.less
│   │   │   │   │   ├── catalog.less
│   │   │   │   │   ├── checkout.less
│   │   │   │   │   ├── common.less
│   │   │   │   │   ├── custom.less
│   │   │   │   │   ├── datalist.less
│   │   │   │   │   ├── footer.less
│   │   │   │   │   ├── forum.less
│   │   │   │   │   ├── header.less
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── ajax_loader_small.gif
│   │   │   │   │   │   ├── color-overlay.png
│   │   │   │   │   │   ├── deliv-bg-aero.png
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── star-off-12.png
│   │   │   │   │   │   ├── star-off.png
│   │   │   │   │   │   ├── star-on-12.png
│   │   │   │   │   │   └── star-on.png
│   │   │   │   │   ├── layout.less
│   │   │   │   │   ├── login.less
│   │   │   │   │   ├── misc.less
│   │   │   │   │   ├── nav.less
│   │   │   │   │   ├── pages.less
│   │   │   │   │   ├── paginator.less
│   │   │   │   │   ├── productfilter.less
│   │   │   │   │   ├── product.less
│   │   │   │   │   ├── profile.less
│   │   │   │   │   ├── rating.less
│   │   │   │   │   ├── shopbar.less
│   │   │   │   │   ├── skin.less
│   │   │   │   │   ├── slider.less
│   │   │   │   │   ├── theme.less
│   │   │   │   │   ├── typo.less
│   │   │   │   │   ├── user.less
│   │   │   │   │   ├── variables.custom.less
│   │   │   │   │   └── variables.less
│   │   │   │   ├── preview.png
│   │   │   │   ├── theme.config
│   │   │   │   └── Views
│   │   │   │   ├── Shared
│   │   │   │   │   ├── ConfigureTheme.cshtml
│   │   │   │   │   └── Head.cshtml
│   │   │   │   └── Web.config
│   │   │   ├── AlphaBlack
│   │   │   │   ├── Content
│   │   │   │   │   └── custom.less
│   │   │   │   ├── preview.png
│   │   │   │   ├── theme.config
│   │   │   │   └── Views
│   │   │   │   └── Web.config
│   │   │   ├── AlphaBlue
│   │   │   │   ├── preview.png
│   │   │   │   ├── theme.config
│   │   │   │   └── Views
│   │   │   │   └── Web.config
│   │   │   ├── Mobile
│   │   │   │   ├── Content
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── ajax-loader.gif
│   │   │   │   │   │   ├── ajax-loader.png
│   │   │   │   │   │   ├── ico-forum.gif
│   │   │   │   │   │   ├── ico-forum-post.gif
│   │   │   │   │   │   ├── ico-forum-post-high.gif
│   │   │   │   │   │   ├── icons-18-black.png
│   │   │   │   │   │   ├── icons-18-white.png
│   │   │   │   │   │   ├── icons-36-black.png
│   │   │   │   │   │   ├── icons-36-white.png
│   │   │   │   │   │   ├── star-x-active.gif
│   │   │   │   │   │   └── star-x-inactive.gif
│   │   │   │   │   ├── jquery.mobile-1.3.2.css
│   │   │   │   │   ├── jquery.mobile-1.3.2.min.css
│   │   │   │   │   ├── jquery.mobile.structure-1.3.2.css
│   │   │   │   │   ├── jquery.mobile.structure-1.3.2.min.css
│   │   │   │   │   ├── jquery.mobile.theme-1.3.2.css
│   │   │   │   │   ├── jquery.mobile.theme-1.3.2.min.css
│   │   │   │   │   ├── styles.css
│   │   │   │   │   └── user.css
│   │   │   │   ├── preview.png
│   │   │   │   ├── theme.config
│   │   │   │   └── Views
│   │   │   │   ├── Shared
│   │   │   │   │   └── Head.Mobile.cshtml
│   │   │   │   └── Web.config
│   │   │   ├── MobileLight
│   │   │   │   ├── Content
│   │   │   │   │   ├── jquery.mobile.theme-1.3.2.css
│   │   │   │   │   ├── jquery.mobile.theme-1.3.2.min.css
│   │   │   │   │   └── user.css
│   │   │   │   ├── preview.png
│   │   │   │   ├── theme.config
│   │   │   │   └── Views
│   │   │   │   └── Web.config
│   │   │   └── Web.config
│   │   ├── Validators
│   │   │   ├── Blogs
│   │   │   │   └── BlogPostValidator.cs
│   │   │   ├── Boards
│   │   │   │   ├── EditForumPostValidator.cs
│   │   │   │   └── EditForumTopicValidator.cs
│   │   │   ├── Catalog
│   │   │   │   ├── ProductAskQuestionValidator.cs
│   │   │   │   ├── ProductEmailAFriendValidator.cs
│   │   │   │   └── ProductReviewsValidator.cs
│   │   │   ├── Common
│   │   │   │   ├── AddressValidator.cs
│   │   │   │   └── ContactUsValidator.cs
│   │   │   ├── Customer
│   │   │   │   ├── ChangePasswordValidator.cs
│   │   │   │   ├── CustomerInfoValidator.cs
│   │   │   │   ├── PasswordRecoveryConfirmValidator.cs
│   │   │   │   ├── PasswordRecoveryValidator.cs
│   │   │   │   └── RegisterValidator.cs
│   │   │   ├── Install
│   │   │   │   └── InstallValidator.cs
│   │   │   ├── News
│   │   │   │   └── NewsItemValidator.cs
│   │   │   ├── PrivateMessages
│   │   │   │   └── SendPrivateMessageValidator.cs
│   │   │   └── ShoppingCart
│   │   │   └── WishlistEmailAFriendValidator.cs
│   │   ├── Views
│   │   │   ├── Blog
│   │   │   │   ├── BlogMonths.cshtml
│   │   │   │   ├── BlogPost.cshtml
│   │   │   │   ├── BlogPost.Mobile.cshtml
│   │   │   │   ├── BlogTags.cshtml
│   │   │   │   ├── List.cshtml
│   │   │   │   └── List.Mobile.cshtml
│   │   │   ├── Boards
│   │   │   │   ├── ActiveDiscussions.cshtml
│   │   │   │   ├── ActiveDiscussions.Mobile.cshtml
│   │   │   │   ├── ActiveDiscussionsSmall.cshtml
│   │   │   │   ├── _ActiveTopics.cshtml
│   │   │   │   ├── _ActiveTopics.Mobile.cshtml
│   │   │   │   ├── _CreateUpdatePost.cshtml
│   │   │   │   ├── _CreateUpdatePost.Mobile.cshtml
│   │   │   │   ├── _CreateUpdateTopic.cshtml
│   │   │   │   ├── _CreateUpdateTopic.Mobile.cshtml
│   │   │   │   ├── ForumBreadcrumb.cshtml
│   │   │   │   ├── Forum.cshtml
│   │   │   │   ├── ForumGroup.cshtml
│   │   │   │   ├── ForumGroup.Mobile.cshtml
│   │   │   │   ├── _ForumGroupPartial.cshtml
│   │   │   │   ├── _ForumGroupPartial.Mobile.cshtml
│   │   │   │   ├── Forum.Mobile.cshtml
│   │   │   │   ├── _ForumPost.cshtml
│   │   │   │   ├── _ForumPost.Mobile.cshtml
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── Index.Mobile.cshtml
│   │   │   │   ├── LastPost.cshtml
│   │   │   │   ├── PostCreate.cshtml
│   │   │   │   ├── PostCreate.Mobile.cshtml
│   │   │   │   ├── PostEdit.cshtml
│   │   │   │   ├── PostEdit.Mobile.cshtml
│   │   │   │   ├── _SearchBox.cshtml
│   │   │   │   ├── _SearchBox.Mobile.cshtml
│   │   │   │   ├── Search.cshtml
│   │   │   │   ├── Search.Mobile.cshtml
│   │   │   │   ├── TopicCreate.cshtml
│   │   │   │   ├── TopicCreate.Mobile.cshtml
│   │   │   │   ├── Topic.cshtml
│   │   │   │   ├── TopicEdit.cshtml
│   │   │   │   ├── TopicEdit.Mobile.cshtml
│   │   │   │   ├── Topic.Mobile.cshtml
│   │   │   │   ├── TopicMove.cshtml
│   │   │   │   └── TopicMove.Mobile.cshtml
│   │   │   ├── Catalog
│   │   │   │   ├── CategoryNavigation.cshtml
│   │   │   │   ├── CategoryNavigation.Mobile.cshtml
│   │   │   │   ├── CategoryTemplate.ProductsInGridOrLines.cshtml
│   │   │   │   ├── CategoryTemplate.ProductsInGridOrLines.Mobile.cshtml
│   │   │   │   ├── codehint.txt
│   │   │   │   ├── CompareProductsButton.cshtml
│   │   │   │   ├── CompareProductsButton.Mobile.cshtml
│   │   │   │   ├── CompareProducts.cshtml
│   │   │   │   ├── CompareProducts.Mobile.cshtml
│   │   │   │   ├── _FilterPriceBox.cshtml
│   │   │   │   ├── _FilterSpecsBox.cshtml
│   │   │   │   ├── FlyoutCompare.cshtml
│   │   │   │   ├── HomepageBestSellers.cshtml
│   │   │   │   ├── HomepageCategories.cshtml
│   │   │   │   ├── HomepageProducts.cshtml
│   │   │   │   ├── HomepageProducts.Mobile.cshtml
│   │   │   │   ├── ManufacturerAll.cshtml
│   │   │   │   ├── ManufacturerAll.Mobile.cshtml
│   │   │   │   ├── ManufacturerNavigation.cshtml
│   │   │   │   ├── ManufacturerNavigation.Mobile.cshtml
│   │   │   │   ├── ManufacturerTemplate.ProductsInGridOrLines.cshtml
│   │   │   │   ├── ManufacturerTemplate.ProductsInGridOrLines.Mobile.cshtml
│   │   │   │   ├── MegaMenu.cshtml
│   │   │   │   ├── PopularProductTags.cshtml
│   │   │   │   ├── _ProductBoxList.cshtml
│   │   │   │   ├── ProductBreadcrumb.cshtml
│   │   │   │   ├── _ProductListOptions.cshtml
│   │   │   │   ├── ProductsByTag.cshtml
│   │   │   │   ├── ProductsByTag.Mobile.cshtml
│   │   │   │   ├── ProductTagsAll.cshtml
│   │   │   │   ├── ProductTagsAll.Mobile.cshtml
│   │   │   │   ├── RecentlyAddedProducts.cshtml
│   │   │   │   ├── RecentlyAddedProducts.Mobile.cshtml
│   │   │   │   ├── RecentlyViewedProductsBlock.cshtml
│   │   │   │   ├── RecentlyViewedProducts.cshtml
│   │   │   │   ├── RecentlyViewedProducts.Mobile.cshtml
│   │   │   │   ├── SearchBox.cshtml
│   │   │   │   ├── SearchBox.Mobile.cshtml
│   │   │   │   ├── Search.cshtml
│   │   │   │   └── Search.Mobile.cshtml
│   │   │   ├── Checkout
│   │   │   │   ├── BillingAddress.cshtml
│   │   │   │   ├── BillingAddress.Mobile.cshtml
│   │   │   │   ├── CheckoutProgress.cshtml
│   │   │   │   ├── Completed.cshtml
│   │   │   │   ├── Completed.Mobile.cshtml
│   │   │   │   ├── Confirm.cshtml
│   │   │   │   ├── Confirm.Mobile.cshtml
│   │   │   │   ├── PaymentMethod.cshtml
│   │   │   │   ├── PaymentMethod.Mobile.cshtml
│   │   │   │   ├── ShippingAddress.cshtml
│   │   │   │   ├── ShippingAddress.Mobile.cshtml
│   │   │   │   ├── ShippingMethod.cshtml
│   │   │   │   └── ShippingMethod.Mobile.cshtml
│   │   │   ├── Common
│   │   │   │   ├── AccountDropdown.cshtml
│   │   │   │   ├── ChangeDeviceBlock.cshtml
│   │   │   │   ├── ChangeDeviceBlock.Mobile.cshtml
│   │   │   │   ├── ConfigButton.Mobile.cshtml
│   │   │   │   ├── CurrencySelector.cshtml
│   │   │   │   ├── CurrencySelector.Mobile.cshtml
│   │   │   │   ├── EntityPicker.cshtml
│   │   │   │   ├── EntityPickerList.cshtml
│   │   │   │   ├── Favicon.cshtml
│   │   │   │   ├── Footer.cshtml
│   │   │   │   ├── Footer.Mobile.cshtml
│   │   │   │   ├── HeaderLinks.Mobile.cshtml
│   │   │   │   ├── InfoBlock.cshtml
│   │   │   │   ├── InfoBlock.Mobile.cshtml
│   │   │   │   ├── JavaScriptDisabledWarning.cshtml
│   │   │   │   ├── LanguageSelector.cshtml
│   │   │   │   ├── LanguageSelector.Mobile.cshtml
│   │   │   │   ├── List.cshtml
│   │   │   │   ├── Menu.cshtml
│   │   │   │   ├── PaymentInfo.cshtml
│   │   │   │   ├── PaymentInfo.Mobile.cshtml
│   │   │   │   ├── PdfReceiptFooter.cshtml
│   │   │   │   ├── PdfReceiptHeader.cshtml
│   │   │   │   ├── Settings.cshtml
│   │   │   │   ├── Settings.Mobile.cshtml
│   │   │   │   ├── ShippingInfo.cshtml
│   │   │   │   ├── ShippingInfo.Mobile.cshtml
│   │   │   │   ├── ShopBar.cshtml
│   │   │   │   ├── StoreThemeSelector.cshtml
│   │   │   │   ├── TaxTypeSelector.cshtml
│   │   │   │   └── TaxTypeSelector.Mobile.cshtml
│   │   │   ├── Customer
│   │   │   │   ├── AccountActivation.cshtml
│   │   │   │   ├── AccountActivation.Mobile.cshtml
│   │   │   │   ├── AddressAdd.cshtml
│   │   │   │   ├── AddressAdd.Mobile.cshtml
│   │   │   │   ├── AddressEdit.cshtml
│   │   │   │   ├── AddressEdit.Mobile.cshtml
│   │   │   │   ├── Addresses.cshtml
│   │   │   │   ├── Addresses.Mobile.cshtml
│   │   │   │   ├── Avatar.cshtml
│   │   │   │   ├── Avatar.Mobile.cshtml
│   │   │   │   ├── BackInStockSubscriptions.cshtml
│   │   │   │   ├── BackInStockSubscriptions.Mobile.cshtml
│   │   │   │   ├── ChangePassword.cshtml
│   │   │   │   ├── ChangePassword.Mobile.cshtml
│   │   │   │   ├── _CheckUsernameAvailability.cshtml
│   │   │   │   ├── DownloadableProducts.cshtml
│   │   │   │   ├── DownloadableProducts.Mobile.cshtml
│   │   │   │   ├── _ExternalAuthentication.AssociateMessage.cshtml
│   │   │   │   ├── ForumSubscriptions.cshtml
│   │   │   │   ├── ForumSubscriptions.Mobile.cshtml
│   │   │   │   ├── Info.cshtml
│   │   │   │   ├── Info.Mobile.cshtml
│   │   │   │   ├── Login.cshtml
│   │   │   │   ├── Login.Mobile.cshtml
│   │   │   │   ├── MyAccount.cshtml
│   │   │   │   ├── MyAccount.Mobile.cshtml
│   │   │   │   ├── MyAccountNavigation.cshtml
│   │   │   │   ├── MyAccountNavigation.Mobile.cshtml
│   │   │   │   ├── Orders.cshtml
│   │   │   │   ├── Orders.Mobile.cshtml
│   │   │   │   ├── PasswordRecoveryConfirm.cshtml
│   │   │   │   ├── PasswordRecoveryConfirm.Mobile.cshtml
│   │   │   │   ├── PasswordRecovery.cshtml
│   │   │   │   ├── PasswordRecovery.Mobile.cshtml
│   │   │   │   ├── Register.cshtml
│   │   │   │   ├── Register.Mobile.cshtml
│   │   │   │   ├── RegisterResult.cshtml
│   │   │   │   ├── RegisterResult.Mobile.cshtml
│   │   │   │   ├── ReturnRequests.cshtml
│   │   │   │   ├── ReturnRequests.Mobile.cshtml
│   │   │   │   ├── RewardPoints.cshtml
│   │   │   │   ├── RewardPoints.Mobile.cshtml
│   │   │   │   ├── UserAgreement.cshtml
│   │   │   │   └── UserAgreement.Mobile.cshtml
│   │   │   ├── ExternalAuthentication
│   │   │   │   └── ExternalMethods.cshtml
│   │   │   ├── Filter
│   │   │   │   ├── Products.cshtml
│   │   │   │   └── ProductsMultiSelect.cshtml
│   │   │   ├── Home
│   │   │   │   ├── ContactUs.cshtml
│   │   │   │   ├── ContactUs.Mobile.cshtml
│   │   │   │   ├── ContentSlider.cshtml
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── Index.Mobile.cshtml
│   │   │   │   ├── Sitemap.cshtml
│   │   │   │   ├── Sitemap.Mobile.cshtml
│   │   │   │   ├── StoreClosed.cshtml
│   │   │   │   └── StoreClosed.Mobile.cshtml
│   │   │   ├── Install
│   │   │   │   └── Index.cshtml
│   │   │   ├── News
│   │   │   │   ├── HomePageNews.cshtml
│   │   │   │   ├── List.cshtml
│   │   │   │   ├── List.Mobile.cshtml
│   │   │   │   ├── NewsItem.cshtml
│   │   │   │   └── NewsItem.Mobile.cshtml
│   │   │   ├── Newsletter
│   │   │   │   ├── NewsletterBox.cshtml
│   │   │   │   ├── SubscriptionActivation.cshtml
│   │   │   │   └── SubscriptionActivation.Mobile.cshtml
│   │   │   ├── Order
│   │   │   │   ├── Details.cshtml
│   │   │   │   ├── Details.Mobile.cshtml
│   │   │   │   ├── Details.Print.cshtml
│   │   │   │   ├── ShipmentDetails.cshtml
│   │   │   │   └── ShipmentDetails.Mobile.cshtml
│   │   │   ├── Poll
│   │   │   │   ├── HomePagePolls.cshtml
│   │   │   │   ├── PollBlock.cshtml
│   │   │   │   └── _Poll.cshtml
│   │   │   ├── PrivateMessages
│   │   │   │   ├── Inbox.cshtml
│   │   │   │   ├── Inbox.Mobile.cshtml
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── Index.Mobile.cshtml
│   │   │   │   ├── Send.cshtml
│   │   │   │   ├── Send.Mobile.cshtml
│   │   │   │   ├── SentItems.cshtml
│   │   │   │   ├── SentItems.Mobile.cshtml
│   │   │   │   ├── View.cshtml
│   │   │   │   └── View.Mobile.cshtml
│   │   │   ├── Product
│   │   │   │   ├── _AddToCart.cshtml
│   │   │   │   ├── _AddToCart.Mobile.cshtml
│   │   │   │   ├── AskQuestionButton.cshtml
│   │   │   │   ├── AskQuestionButton.Mobile.cshtml
│   │   │   │   ├── AskQuestion.cshtml
│   │   │   │   ├── _Attributes.cshtml
│   │   │   │   ├── _Attributes.Mobile.cshtml
│   │   │   │   ├── BackInStockSubscribePopup.cshtml
│   │   │   │   ├── BackInStockSubscribePopup.Mobile.cshtml
│   │   │   │   ├── _BackInStockSubscription.cshtml
│   │   │   │   ├── _BackInStockSubscription.Mobile.cshtml
│   │   │   │   ├── _BundleItemsAddToCart.cshtml
│   │   │   │   ├── _BundleItems.cshtml
│   │   │   │   ├── CrossSellProducts.cshtml
│   │   │   │   ├── _DownloadSample.cshtml
│   │   │   │   ├── EmailAFriendButton.cshtml
│   │   │   │   ├── EmailAFriendButton.Mobile.cshtml
│   │   │   │   ├── EmailAFriend.cshtml
│   │   │   │   ├── EmailAFriend.Mobile.cshtml
│   │   │   │   ├── _GiftCardInfo.cshtml
│   │   │   │   ├── _GiftCardInfo.Mobile.cshtml
│   │   │   │   ├── _PictureGallery.cshtml
│   │   │   │   ├── _PictureGallery.Mobile.cshtml
│   │   │   │   ├── _Price.cshtml
│   │   │   │   ├── _Price.Mobile.cshtml
│   │   │   │   ├── ProductDetailReviews.cshtml
│   │   │   │   ├── ProductManufacturers.cshtml
│   │   │   │   ├── ProductsAlsoPurchased.cshtml
│   │   │   │   ├── ProductsAlsoPurchased.Mobile.cshtml
│   │   │   │   ├── ProductSpecifications.cshtml
│   │   │   │   ├── ProductTags.cshtml
│   │   │   │   ├── _ProductTemplate.Grouped.AssociatedProduct.cshtml
│   │   │   │   ├── ProductTemplate.Grouped.cshtml
│   │   │   │   ├── ProductTemplate.Grouped.Mobile.cshtml
│   │   │   │   ├── ProductTemplate.Simple.cshtml
│   │   │   │   ├── ProductTemplate.Simple.Mobile.cshtml
│   │   │   │   ├── ProductTierPrices.cshtml
│   │   │   │   ├── RelatedProducts.cshtml
│   │   │   │   ├── RelatedProducts.Mobile.cshtml
│   │   │   │   ├── _ReviewHelpfulness.cshtml
│   │   │   │   ├── _ReviewHelpfulness.Mobile.cshtml
│   │   │   │   ├── ReviewOverview.cshtml
│   │   │   │   ├── ReviewOverview.Mobile.cshtml
│   │   │   │   ├── Reviews.cshtml
│   │   │   │   ├── Reviews.Mobile.cshtml
│   │   │   │   ├── ShareButton.cshtml
│   │   │   │   └── _SKU_Man_Stock.cshtml
│   │   │   ├── Profile
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── Index.Mobile.cshtml
│   │   │   │   ├── Info.cshtml
│   │   │   │   ├── Info.Mobile.cshtml
│   │   │   │   └── Posts.cshtml
│   │   │   ├── ReturnRequest
│   │   │   │   ├── ReturnRequest.cshtml
│   │   │   │   └── ReturnRequest.Mobile.cshtml
│   │   │   ├── Shared
│   │   │   │   ├── _Checkout.cshtml
│   │   │   │   ├── _ClientRes.cshtml
│   │   │   │   ├── _ColumnsOne.cshtml
│   │   │   │   ├── _ColumnsThree.cshtml
│   │   │   │   ├── _ColumnsTwo.cshtml
│   │   │   │   ├── ConditionalComments.cshtml
│   │   │   │   ├── ConfigureTheme.cshtml
│   │   │   │   ├── _CreateOrUpdateAddress.cshtml
│   │   │   │   ├── _CreateOrUpdateAddress.Mobile.cshtml
│   │   │   │   ├── EditorTemplates
│   │   │   │   │   ├── BlockInput.cshtml
│   │   │   │   │   ├── Boolean.cshtml
│   │   │   │   │   ├── ButtonType.cshtml
│   │   │   │   │   ├── Color.cshtml
│   │   │   │   │   ├── DateTime.cshtml
│   │   │   │   │   ├── Decimal.cshtml
│   │   │   │   │   ├── Double.cshtml
│   │   │   │   │   ├── Int32.cshtml
│   │   │   │   │   └── Time.cshtml
│   │   │   │   ├── Error.cshtml
│   │   │   │   ├── Head.cshtml
│   │   │   │   ├── Header.cshtml
│   │   │   │   ├── Header.Mobile.cshtml
│   │   │   │   ├── LanguageAttributes.cshtml
│   │   │   │   ├── LicenseRequired.cshtml
│   │   │   │   ├── NotFound.cshtml
│   │   │   │   ├── NotFound.Mobile.cshtml
│   │   │   │   ├── _Notifications.cshtml
│   │   │   │   ├── _Notifications.Mobile.cshtml
│   │   │   │   ├── _Print.cshtml
│   │   │   │   ├── _ProductBoxCompact.cshtml
│   │   │   │   ├── _ProductBox.cshtml
│   │   │   │   ├── _ProductBox.Mobile.cshtml
│   │   │   │   ├── _Root.cshtml
│   │   │   │   ├── _Root.Head.cshtml
│   │   │   │   ├── _Root.Head.Mobile.cshtml
│   │   │   │   ├── _Root.Mobile.cshtml
│   │   │   │   └── _RootPopup.cshtml
│   │   │   ├── ShoppingCart
│   │   │   │   ├── Cart.cshtml
│   │   │   │   ├── Cart.Mobile.cshtml
│   │   │   │   ├── _CheckoutAttributes.cshtml
│   │   │   │   ├── _CommentBox.cshtml
│   │   │   │   ├── _CommentBox.Mobile.cshtml
│   │   │   │   ├── _DiscountBox.cshtml
│   │   │   │   ├── _DiscountBox.Mobile.cshtml
│   │   │   │   ├── EmailWishlist.cshtml
│   │   │   │   ├── EmailWishlist.Mobile.cshtml
│   │   │   │   ├── EstimateShipping.cshtml
│   │   │   │   ├── FlyoutShoppingCart.cshtml
│   │   │   │   ├── FlyoutWishlist.cshtml
│   │   │   │   ├── _GiftCardBox.cshtml
│   │   │   │   ├── _GiftCardBox.Mobile.cshtml
│   │   │   │   ├── _OrderReviewData.cshtml
│   │   │   │   ├── _OrderReviewData.Mobile.cshtml
│   │   │   │   ├── OrderSummary.cshtml
│   │   │   │   ├── OrderSummary.Mobile.cshtml
│   │   │   │   ├── OrderTotals.cshtml
│   │   │   │   ├── OrderTotals.Mobile.cshtml
│   │   │   │   ├── Wishlist.cshtml
│   │   │   │   └── Wishlist.Mobile.cshtml
│   │   │   ├── Topic
│   │   │   │   ├── TopicBlock.cshtml
│   │   │   │   ├── TopicBlock.Mobile.cshtml
│   │   │   │   ├── TopicDetails.cshtml
│   │   │   │   ├── TopicDetails.Mobile.cshtml
│   │   │   │   └── TopicWidget.cshtml
│   │   │   ├── _ViewStart.cshtml
│   │   │   ├── Web.config
│   │   │   └── Widget
│   │   │   ├── TabWidgets.cshtml
│   │   │   └── WidgetsByZone.cshtml
│   │   ├── Web.config
│   │   ├── Web.Debug.config
│   │   └── Web.Release.config
│   └── SmartStore.Web.Framework
│   ├── app.config
│   ├── Bundling
│   │   ├── BundlePublisher.cs
│   │   ├── IBundleProvider.cs
│   │   └── IBundlePublisher.cs
│   ├── Controllers
│   │   ├── AdminControllerBase.cs
│   │   ├── ContollerExtensions.cs
│   │   ├── PaymentControllerBase.cs
│   │   ├── PluginControllerBase.cs
│   │   ├── PublicControllerBase.cs
│   │   └── SmartController.cs
│   ├── DependencyRegistrar.cs
│   ├── Events
│   │   └── TabStripCreated.cs
│   ├── Extensions
│   │   ├── DateTimeExtensions.cs
│   │   ├── HtmlExtensions.cs
│   │   ├── HtmlSelectListExtensions.cs
│   │   ├── HttpExtensions.cs
│   │   ├── HttpSessionStateExtensions.cs
│   │   ├── NameValueCollectionExtensions.cs
│   │   ├── PostedFileResult.cs
│   │   ├── RouteExtensions.cs
│   │   ├── TelerikExtensions.cs
│   │   └── UrlHelperExtensions.cs
│   ├── Filters
│   │   ├── CheckAffiliateAttribute.cs
│   │   ├── CompressAttribute.cs
│   │   ├── CustomerLastActivityAttribute.cs
│   │   ├── FormValueExistsAttribute.cs
│   │   ├── FormValueRequiredAttribute.cs
│   │   ├── HandleExceptionFilter.cs
│   │   ├── HandleInstallFilter.cs
│   │   ├── JsonNetAttribute.cs
│   │   ├── NotifyAttribute.cs
│   │   ├── ParameterBasedOnFormNameAndValueAttribute.cs
│   │   ├── ParameterBasedOnFormNameAttribute.cs
│   │   ├── PublicStoreAllowNavigationAttribute.cs
│   │   ├── StoreClosedAttribute.cs
│   │   ├── StoreIpAddressAttribute.cs
│   │   ├── StoreLastVisitedPageAttribute.cs
│   │   └── UnitOfWorkAttribute.cs
│   ├── FrameworkCacheConsumer.cs
│   ├── Localization
│   │   ├── ErrorMessageProvider.cs
│   │   ├── ILocalizedModel.cs
│   │   ├── ILocalizedModelLocal.cs
│   │   ├── IText.cs
│   │   ├── LanguageSeoCodeAttribute.cs
│   │   ├── LocalizedRoute.cs
│   │   ├── LocalizedRouteExtensions.cs
│   │   ├── LocalizedUrlHelper.cs
│   │   ├── SetWorkingCultureAttribute.cs
│   │   ├── SmartResourceDisplayName.cs
│   │   ├── TelerikLocalizationService.cs
│   │   ├── TelerikLocalizationServiceFactory.cs
│   │   └── Text.cs
│   ├── Modelling
│   │   ├── CommaSeparatedModelBinder.cs
│   │   ├── DeleteConfirmationModel.cs
│   │   ├── IModelAttribute.cs
│   │   ├── ModelBase.cs
│   │   ├── ModelBoundEvent.cs
│   │   ├── Results
│   │   │   ├── JsonNetResult.cs
│   │   │   ├── RssActionResult.cs
│   │   │   └── XmlDownloadResult.cs
│   │   ├── SmartMetadataProvider.cs
│   │   └── SmartModelBinder.cs
│   ├── packages.config
│   ├── Pdf
│   │   ├── Content
│   │   │   ├── PdfPartialViewContent.cs
│   │   │   ├── PdfRouteContent.cs
│   │   │   └── PdfViewContent.cs
│   │   ├── PdfHeaderFooterVariables.cs
│   │   ├── PdfReceiptHeaderFooterModel.cs
│   │   └── PdfResult.cs
│   ├── Plugins
│   │   ├── PluginDebugViewVirtualPathProvider.cs
│   │   ├── PluginExtensions.cs
│   │   ├── PluginMediator.cs
│   │   ├── ProviderManager.cs
│   │   └── ProviderModel.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Routing
│   │   ├── GuidConstraint.cs
│   │   ├── IRouteProvider.cs
│   │   ├── IRoutePublisher.cs
│   │   └── RoutePublisher.cs
│   ├── Security
│   │   ├── AdminAuthorizeAttribute.cs
│   │   ├── AdminValidateIpAddressAttribute.cs
│   │   ├── FilePermissionHelper.cs
│   │   ├── RequireHttpsByConfigAttribute.cs
│   │   └── SslRequirement.cs
│   ├── Seo
│   │   ├── CanonicalHostNameAttribute.cs
│   │   ├── GenericPathRoute.cs
│   │   └── GenericPathRouteExtensions.cs
│   ├── Settings
│   │   ├── StoreDependingSettingData.cs
│   │   └── StoreDependingSettingHelper.cs
│   ├── SmartDependencyResolver.cs
│   ├── SmartStore.Web.Framework.csproj
│   ├── SmartUrlRoutingModule.cs
│   ├── Theming
│   │   ├── AdminThemedAttribute.cs
│   │   ├── InheritedVirtualThemeFile.cs
│   │   ├── IThemeContext.cs
│   │   ├── LessCssHttpHandler.cs
│   │   ├── LocalizedDisplayMode.cs
│   │   ├── SmartStyleBundle.cs
│   │   ├── ThemeableRazorViewEngine.cs
│   │   ├── ThemeableVirtualPathProviderViewEngine.cs
│   │   ├── ThemeContext.cs
│   │   ├── ThemeFileResolver.cs
│   │   ├── ThemeHelper.cs
│   │   ├── ThemeHtmlExtensions.cs
│   │   ├── ThemeVarsRepository.cs
│   │   ├── ThemeVarsVirtualFile.cs
│   │   ├── ThemingVirtualPathProvider.cs
│   │   ├── TwoLevelViewLocationCache.cs
│   │   └── WebViewPage.cs
│   ├── UI
│   │   ├── BundleBuilder.cs
│   │   ├── Captcha
│   │   │   ├── CaptchaSettings.cs
│   │   │   ├── CaptchaValidatorAttribute.cs
│   │   │   └── HtmlExtensions.cs
│   │   ├── Components
│   │   │   ├── BadgeStyle.cs
│   │   │   ├── Button
│   │   │   │   └── Button.cs
│   │   │   ├── ComponentBuilder.cs
│   │   │   ├── Component.cs
│   │   │   ├── ComponentFactory.cs
│   │   │   ├── ComponentRenderer.cs
│   │   │   ├── ComponentRendererUtils.cs
│   │   │   ├── HtmlHelperExtensions.cs
│   │   │   ├── IContentContainer.cs
│   │   │   ├── IHtmlAttributesContainer.cs
│   │   │   ├── INavigatable.cs
│   │   │   ├── IUiComponent.cs
│   │   │   ├── Menu
│   │   │   │   ├── AdminMenuProvider.cs
│   │   │   │   ├── IMenuProvider.cs
│   │   │   │   ├── MenuExtensions.cs
│   │   │   │   ├── MenuItemBuilder.cs
│   │   │   │   ├── MenuItem.cs
│   │   │   │   ├── MenuPublisher.cs
│   │   │   │   ├── NavigationModel.cs
│   │   │   │   └── NodePathState.cs
│   │   │   ├── NavigatableComponentBuilder.cs
│   │   │   ├── NavigatableExtensions.cs
│   │   │   ├── NavigationItemBuilder.cs
│   │   │   ├── NavigationItem.cs
│   │   │   ├── Pager
│   │   │   │   ├── ForumTopicPagerRenderer.cs
│   │   │   │   ├── MobilePagerRenderer.cs
│   │   │   │   ├── PagerBuilder.cs
│   │   │   │   ├── Pager.cs
│   │   │   │   ├── PagerItem.cs
│   │   │   │   └── PagerRenderer.cs
│   │   │   ├── RouteValueDictionaryExtensions.cs
│   │   │   ├── TabStrip
│   │   │   │   ├── TabBuilder.cs
│   │   │   │   ├── Tab.cs
│   │   │   │   ├── TabFactory.cs
│   │   │   │   ├── TabStripBuilder.cs
│   │   │   │   ├── TabStrip.cs
│   │   │   │   └── TabStripRenderer.cs
│   │   │   └── Window
│   │   │   ├── WindowBuilder.cs
│   │   │   ├── Window.cs
│   │   │   └── WindowRenderer.cs
│   │   ├── DataListExtensions.cs
│   │   ├── HtmlAttribute.cs
│   │   ├── HtmlAttributeExtensions.cs
│   │   ├── IPageAssetsBuilder.cs
│   │   ├── IWidgetProvider.cs
│   │   ├── IWidgetSelector.cs
│   │   ├── LayoutExtensions.cs
│   │   ├── PageAssetsBuilder.cs
│   │   ├── ResourceLocation.cs
│   │   ├── ScaffoldExtensions.cs
│   │   ├── WidgetProvider.cs
│   │   ├── WidgetRouteInfo.cs
│   │   └── WidgetZoneModel.cs
│   ├── Validators
│   │   ├── CreditCardPropertyValidator.cs
│   │   ├── SmartBaseValidator.cs
│   │   ├── SmartValidatorFactory.cs
│   │   └── ValidatorExtensions .cs
│   ├── WebApi
│   │   ├── AutofacWebApiDependencyResolver.cs
│   │   ├── AutofacWebApiDependencyScope.cs
│   │   ├── Caching
│   │   │   ├── WebApiCachingControllingData.cs
│   │   │   └── WebApiCachingUserData.cs
│   │   ├── Configuration
│   │   │   ├── IWebApiConfigurationProvider.cs
│   │   │   ├── IWebApiConfigurationPublisher.cs
│   │   │   ├── WebApiConfigurationBroadcaster.cs
│   │   │   └── WebApiConfigurationPublisher.cs
│   │   ├── OData
│   │   │   └── WebApiQueryableAttribute.cs
│   │   ├── Security
│   │   │   ├── HmacAuthentication.cs
│   │   │   └── WebApiAuthenticateAttribute.cs
│   │   ├── WebApiCore.cs
│   │   ├── WebApiEntityController.cs
│   │   ├── WebApiExtension.cs
│   │   ├── WebApiSettings.cs
│   │   └── WebApiStartupTask.cs
│   ├── WebStoreContext.cs
│   └── WebWorkContext.cs
├── SmartStoreNET.Minimal.sln
├── SmartStoreNET.sln
├── Tests
│   ├── SmartStore.Core.Tests
│   │   ├── App.config
│   │   ├── ConversionTests.cs
│   │   ├── Domain
│   │   │   ├── Blogs
│   │   │   │   └── BlogPostTests.cs
│   │   │   ├── Common
│   │   │   │   └── AddressTests.cs
│   │   │   ├── Configuration
│   │   │   │   └── SettingTestFixture.cs
│   │   │   ├── Customers
│   │   │   │   └── CustomerTests.cs
│   │   │   ├── EntityEqualityTests.cs
│   │   │   ├── Orders
│   │   │   │   ├── GiftCardTests.cs
│   │   │   │   └── RecurringPaymentTests.cs
│   │   │   └── Stores
│   │   │   └── StoreExtensionsTests.cs
│   │   ├── ExtensionsTests.cs
│   │   ├── Fakes
│   │   │   └── FakeTypeFinder.cs
│   │   ├── FastPropertyTests.cs
│   │   ├── FileSystemStorageProviderTests.cs
│   │   ├── Infrastructure
│   │   │   ├── DependencyManagement
│   │   │   │   ├── AutofacTests.cs
│   │   │   │   ├── ServiceDiscovererTests.cs
│   │   │   │   └── Services
│   │   │   │   └── Services.cs
│   │   │   ├── SingletonTests.cs
│   │   │   └── TypeFinderTests.cs
│   │   ├── packages.config
│   │   ├── PerformanceTests.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SmartStore.Core.Tests.csproj
│   │   ├── TopologicSortTests.cs
│   │   ├── TypeFindingBase.cs
│   │   ├── WebHelperTests.cs
│   │   └── WildcardTests.cs
│   ├── SmartStore.Data.Tests
│   │   ├── Affiliates
│   │   │   └── AffiliatePersistenceTests.cs
│   │   ├── App.config
│   │   ├── Blogs
│   │   │   └── BlogPostPersistenceTests.cs
│   │   ├── Catalog
│   │   │   ├── BackInStockSubscriptionPersistenceTests.cs
│   │   │   ├── CategoryPersistenceTests.cs
│   │   │   ├── CategoryTemplatePersistenceTests.cs
│   │   │   ├── ManufacturerPersistenceTests.cs
│   │   │   ├── ManufacturerTemplatePersistenceTests.cs
│   │   │   ├── ProductAttributePersistenceTests.cs
│   │   │   ├── ProductCategoryPersistenceTests.cs
│   │   │   ├── ProductManufacturerPersistenceTests.cs
│   │   │   ├── ProductPersistenceTests.cs
│   │   │   ├── ProductPicturePersistenceTests.cs
│   │   │   ├── ProductSpecificationAttributePersistenceTests.cs
│   │   │   ├── ProductTagPersistenceTests.cs
│   │   │   ├── ProductTemplatePersistenceTests.cs
│   │   │   ├── ProductVariantAttributeCombinationPersistenceTests.cs
│   │   │   ├── ProductVariantAttributePersistenceTests.cs
│   │   │   ├── ProductVariantAttributeValuePersistenceTests.cs
│   │   │   ├── SpecificationAttributeOptionPersistenceTests.cs
│   │   │   ├── SpecificationAttributePersistenceTests.cs
│   │   │   └── TierPricePersistenceTests.cs
│   │   ├── Common
│   │   │   ├── AddressPeristenceTests.cs
│   │   │   └── GenericAttributePersistenceTests.cs
│   │   ├── Configuration
│   │   │   └── SettingPersistenceTests.cs
│   │   ├── Customers
│   │   │   ├── CustomerContentPersistenceTests.cs
│   │   │   ├── CustomerPersistenceTests.cs
│   │   │   ├── CustomerRolePersistenceTests.cs
│   │   │   ├── ExternalAuthenticationRecordPersistenceTests.cs
│   │   │   └── RewardPointsHistoryPersistenceTests.cs
│   │   ├── Directory
│   │   │   ├── CountryPersistenceTests.cs
│   │   │   ├── CurrencyPersistenceTests.cs
│   │   │   ├── MeasureDimensionPersistenceTests.cs
│   │   │   ├── MeasureWeightPersistenceTests.cs
│   │   │   └── StateProvincePersistenceTests.cs
│   │   ├── Discounts
│   │   │   ├── DiscountPersistenceTests.cs
│   │   │   ├── DiscountRequirementPersistenceTests.cs
│   │   │   └── DiscountUsageHistoryPersistenceTests.cs
│   │   ├── Forums
│   │   │   ├── ForumGroupPersistenceTests.cs
│   │   │   ├── ForumPersistenceTests.cs
│   │   │   ├── ForumPostPersistenceTests.cs
│   │   │   ├── ForumSubscriptionPersistenceTests.cs
│   │   │   ├── ForumTopicPersistenceTests.cs
│   │   │   └── PrivateMessagePersistenceTests.cs
│   │   ├── GlobalSetup.cs
│   │   ├── Localization
│   │   │   ├── LanguagePersistenceTests.cs
│   │   │   ├── LocaleStringResourcePersistenceTests.cs
│   │   │   └── LocalizedPropertyPersistenceTests.cs
│   │   ├── Logging
│   │   │   ├── ActivityLogPersistenceTests.cs
│   │   │   └── LogPersistenceTests.cs
│   │   ├── Media
│   │   │   ├── DownloadPersistenceTests.cs
│   │   │   └── PicturePersistenceTests.cs
│   │   ├── Messages
│   │   │   ├── CampaignPersistenceTests.cs
│   │   │   ├── EmailAccountPersistenceTests.cs
│   │   │   ├── MessageTemplatePersistenceTests.cs
│   │   │   ├── NewsLetterSubscriptionPersistenceTests.cs
│   │   │   └── QueuedEmailPersistenceTests.cs
│   │   ├── News
│   │   │   └── NewsPersistenceTests.cs
│   │   ├── Orders
│   │   │   ├── CheckoutAttributePersistenceTests.cs
│   │   │   ├── CheckoutAttributeValuePersistenceTests.cs
│   │   │   ├── GiftCardPersistenceTests.cs
│   │   │   ├── GiftCardUsageHistoryPersistenceTests.cs
│   │   │   ├── OrderItemPersistenceTests.cs
│   │   │   ├── OrderNotePersistenceTests.cs
│   │   │   ├── OrderPersistenceTests.cs
│   │   │   ├── RecurringPaymentHistoryPersistenceTests.cs
│   │   │   ├── RecurringPaymentPersistenceTests.cs
│   │   │   ├── ReturnRequestPersistenceTests.cs
│   │   │   └── ShoppingCartItemPeristenceTests.cs
│   │   ├── packages.config
│   │   ├── PersistenceTest.cs
│   │   ├── Polls
│   │   │   └── PollPersistenceTests.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SchemaTests.cs
│   │   ├── Security
│   │   │   ├── AclRecordPersistenceTests.cs
│   │   │   └── PermissionRecordPersistenceTests.cs
│   │   ├── Setup
│   │   │   └── MigrateBuilderTests.cs
│   │   ├── Shipping
│   │   │   ├── ShipmentItemPersistenceTests.cs
│   │   │   ├── ShipmentPersistenceTests.cs
│   │   │   └── ShippingMethodPersistenceTests.cs
│   │   ├── SmartStore.Data.Tests.csproj
│   │   ├── Stores
│   │   │   ├── StoreMappingPersistenceTests.cs
│   │   │   └── StorePersistenceTests.cs
│   │   ├── Tasks
│   │   │   └── ScheduleTaskPersistenceTests.cs
│   │   ├── Tax
│   │   │   └── TaxCategoryPersistenceTests.cs
│   │   ├── TestDbConfiguration.cs
│   │   └── Topics
│   │   └── TopicPersistenceTests.cs
│   ├── SmartStore.Services.Tests
│   │   ├── App.config
│   │   ├── Catalog
│   │   │   ├── PriceCalculationServiceTests.cs
│   │   │   ├── PriceFormatterTests.cs
│   │   │   ├── ProductAttributeParserAndFormatterTests.cs
│   │   │   ├── ProductExtensionTests.cs
│   │   │   └── TierPriceExtensionTests.cs
│   │   ├── Configuration
│   │   │   ├── ConfigFileSettingService.cs
│   │   │   ├── ConfigFileSettingServiceTests.cs
│   │   │   └── ConfigurationProviderTests.cs
│   │   ├── Customers
│   │   │   ├── CustomerExtensionTests.cs
│   │   │   └── CustomerRegistrationServiceTests.cs
│   │   ├── DataExchange
│   │   │   ├── CsvWriterTests.cs
│   │   │   ├── DataReaderTests.cs
│   │   │   ├── Files
│   │   │   │   ├── testdata.csv
│   │   │   │   └── testdata.xlsx
│   │   │   ├── ImportDataSegmenterTests.cs
│   │   │   └── SyncMappingServiceTests.cs
│   │   ├── Directory
│   │   │   ├── CurrencyServiceTests.cs
│   │   │   ├── MeasureServiceTests.cs
│   │   │   └── TestExchangeRateProvider.cs
│   │   ├── Discounts
│   │   │   ├── DiscountExtensionsTests.cs
│   │   │   ├── DiscountServiceTests.cs
│   │   │   └── TestDiscountRequirementRule.cs
│   │   ├── Helpers
│   │   │   └── DateTimeHelperTests.cs
│   │   ├── Localization
│   │   │   └── LanguageServiceTests.cs
│   │   ├── Logging
│   │   │   └── CustomerActivityServiceTests.cs
│   │   ├── Media
│   │   │   └── Storage
│   │   │   └── TestDatabaseMediaStorageProvider.cs
│   │   ├── Messages
│   │   │   ├── Attachment.pdf
│   │   │   ├── NewsLetterSubscriptionServiceTests.cs
│   │   │   ├── QueuedEmailServiceTests.cs
│   │   │   └── TokenizerTests.cs
│   │   ├── MockProviderManager.cs
│   │   ├── Orders
│   │   │   ├── CheckoutAttributeExtensionsTests.cs
│   │   │   ├── CheckoutAttributeParserAndFormatterTests.cs
│   │   │   ├── OrderProcessingServiceTests.cs
│   │   │   └── OrderTotalCalculationServiceTests.cs
│   │   ├── packages.config
│   │   ├── Payments
│   │   │   ├── PaymentServiceTests.cs
│   │   │   └── TestPaymentMethod.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Security
│   │   │   └── EncryptionServiceTests.cs
│   │   ├── Seo
│   │   │   └── SeoExtensionsTests.cs
│   │   ├── ServiceTest.cs
│   │   ├── Shipping
│   │   │   ├── FixedRateTestShippingRateComputationMethod.cs
│   │   │   └── ShippingServiceTests.cs
│   │   ├── SmartStore.Services.Tests.csproj
│   │   └── Tax
│   │   ├── FixedRateTestTaxProvider.cs
│   │   └── TaxServiceTests.cs
│   ├── SmartStore.Tests
│   │   ├── App.config
│   │   ├── AttributeExtensions.cs
│   │   ├── Chronometer.cs
│   │   ├── ExceptionAssert.cs
│   │   ├── MemoryRepository.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SmartStore.Tests.csproj
│   │   ├── TestDbSet.cs
│   │   ├── TestExtensions.cs
│   │   ├── TestsBase.cs
│   │   └── TypeAssert.cs
│   └── SmartStore.Web.MVC.Tests
│   ├── Admin
│   │   ├── Controllers
│   │   │   └── CategoryControllerTests.cs
│   │   ├── Infrastructure
│   │   │   └── AutoMapperConfigurationTest.cs
│   │   └── Readme.txt
│   ├── App.config
│   ├── Events
│   │   ├── DateTimeConsumer.cs
│   │   └── EventsTests.cs
│   ├── Framework
│   │   ├── Controllers
│   │   │   ├── AdminAuthorizeAttributeTests.cs
│   │   │   └── FormValueRequiredTests.cs
│   │   └── Readme.txt
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Public
│   │   ├── Infrastructure
│   │   │   ├── RoutesTestsBase.cs
│   │   │   ├── RoutesTests.cs
│   │   │   └── RouteTestingExtensions.cs
│   │   ├── Models
│   │   │   ├── News
│   │   │   │   └── HomePageNewsItemsModelTests.cs
│   │   │   └── Polls
│   │   │   └── PollModelTests.cs
│   │   ├── Readme.txt
│   │   └── Validators
│   │   ├── BaseValidatorTests.cs
│   │   ├── Blogs
│   │   │   └── BlogPostValidatorTests.cs
│   │   ├── Boards
│   │   │   ├── EditForumPostValidatorTests.cs
│   │   │   └── EditForumTopicValidatorTests.cs
│   │   ├── Catalog
│   │   │   ├── ProductEmailAFriendValidatorTests.cs
│   │   │   └── ProductReviewsValidatorTests.cs
│   │   ├── Common
│   │   │   ├── AddressValidatorTests.cs
│   │   │   └── ContactUsValidatorTests.cs
│   │   ├── CreditCardValidatorTests.cs
│   │   ├── Customer
│   │   │   ├── ChangePasswordValidatorTests.cs
│   │   │   ├── CustomerInfoValidatorTests.cs
│   │   │   ├── PasswordRecoveryConfirmValidatorTests.cs
│   │   │   ├── PasswordRecoveryValidatorTests.cs
│   │   │   └── RegisterValidatorTests.cs
│   │   ├── Install
│   │   │   └── InstallValidatorTests.cs
│   │   ├── Person.cs
│   │   ├── PrivateMessages
│   │   │   └── SendPrivateMessageValidatorTests.cs
│   │   ├── ShoppingCart
│   │   │   └── WishlistEmailAFriendValidatorTests.cs
│   │   └── TestValidator.cs
│   └── SmartStore.Web.MVC.Tests.csproj
└── Tools
├── SmartStore.Packager
│   ├── App.config
│   ├── ExtensionInfo.cs
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── PackageCreator.cs
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RootedVirtualPathProvider.cs
│   └── SmartStore.Packager.csproj
├── SmartStore.WebApi.Client
│   ├── App.config
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── Misc
│   │   ├── Extensions.cs
│   │   └── HourGlass.cs
│   ├── packages.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Settings.cs
│   ├── SmartStore.WebApi.Client.csproj
│   └── WebApi
│   ├── HmacAuthentication.cs
│   ├── WebApiConsumer.cs
│   ├── WebApiConsumerResponse.cs
│   ├── WebApiCore.cs
│   └── WebApiExtensions.cs
└── SmartStore.WebApi.Client.JavaScript
├── CryptoJs
│   ├── components
│   │   ├── core-min.js
│   │   ├── enc-base64-min.js
│   │   └── enc-utf16-min.js
│   └── rollups
│   ├── hmac-md5.js
│   └── hmac-sha256.js
├── favicon.ico
├── index.html
├── smwapi-client.js
├── smwapi-consumer.js
├── spinner.gif
└── styles.css

797 directories, 4774 files

标签:

实例下载地址

SmartStore MVC 开源 商城

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 zymeng003 发表于: 2021-06-09 09:32 14
话说,这个是MVC的项目?

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警