Skip to content

dynamic/silverstripe-elemental-customer-service

Repository files navigation

SilverStripe Elemental Customer Service Block

Display a map, directions, and contact info for your location.

Build Status Scrutinizer Code Quality Code Coverage Build Status codecov

Latest Stable Version Total Downloads Latest Unstable Version License

Requirements

  • silverstripe/recipe-cms: ^1@dev || ^4@dev
  • dnadesign/silverstripe-elemental: ^2@dev || ^3@dev
  • dynamic/silverstripe-geocoder: ^1@dev

Installation

composer require dynamic/silverstripe-elemental-customer-service

Usage

Adds a Customer Service block to display a map, directions and contact info for your location. Userful for a Contact Us page.

Note

In order to use the Geocoder and address map, you will have to create an API key. It can be configured in your YML file like this:

Dynamic\SilverStripeGeocoder\GoogleGeocoder:
  geocoder_api_key: 'your-key-here'

Screen Shots

Front End sample of a Customer Service Element

Front End sample of a Customer Service Element

CMS - Customer Service Element Main Tab

CMS - Customer Service Element Main Tab

CMS - Customer Service Element - Address Tab

CMS - Customer Service Element - Address Tab

Getting more elements

See Elemental modules by Dynamic

Configuration

See SilverStripe Elemental Configuration