• Company.Plugin

Company.Plugin

Assembly: Company.Plugin

Description

The Company plugin module is a web based plugin module that provides standard company type pages including:

  • About
  • Affiliate
  • Careers
  • Contact
  • Cookies
  • Delivery
  • Newsletter
  • Privacy
  • Returns
  • Terms

Customise Company Pages

As with all website plugin modules, the pages that are created in /Views/Company folder can be customised and personalised from their default settings to match the theme of the website where they will be shown and contain data that is pertinent to the website where they are implemented.

Settings

Please view CompanySettings for details on how to determine which pages are allowed to be shown or not.

Sample Json Settings

"CompanySettings": {
  "ShowAbout"true,
  "ShowCareers"true,
  "ShowContact"true,
  "ShowCookies"true,
  "ShowDelivery"true,
  "ShowNewsletter"true,
  "ShowPrivacy"true,
  "ShowReturns"true,
  "ShowTerms"true,
  "ShowAffiliates"true
},

How to use

The Company plugin should be loaded using the Plugin Manager.