The gfs-carrier-info
widget is used to display a carrier icon, service description and further information URL for 'click and collect' styles services offered in the main Checkout widget.
# via bower
$ bower install --save gfs-carrier-info
- Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
- Import Custom Element:
<link rel="import" href="bower_components/gfs-carrier-info/gfs-carrier-info.html">
- Start using it!
<gfs-carrier-info
visible="true"
provider-name="DPD"
country-code="GB">
</gfs-carrier-info>
More info and all the available properties can be found at GFS widget portal