Fluent Commerce Logo
Docs

Storing HTTP links on different entities (packing slips, delivery slips, invoices...)

How-to Guide

Author:

Fluent Commerce

Changed on:

15 Feb 2024

Key Points

  • Clients frequently are requesting information such as packing slips, delivery slips or invoices to be accessible through a clickable link in Admin Console. This can be achieved through a Mystique configuration.
  • HTTP links can be stored as attributes against an entity.
  • The attributes can be displayed as a clickable link in admin console.

Steps

Step arrow right iconIdentifying the area that has to be modified in Mystique config

Identify the area in you Mystique config where you want to add a http link where the link is sourced from an attribute

Step arrow right iconAdding the Mystique configuration

Add the mystique configuration, for example:

Step arrow right iconAdapting the graphQL query

Adapt the graphQL query to extract the attributes, for example:

Step arrow right iconAdding the attribute to the entity

Add the corresponding attribute to the entity and reload Admin Console. The attribute link will show as per the below screenshot (example):No alt provided

Step arrow right iconOrder summary sample with clickable attributes

Full Sample of the order summary sage with clickable attributes: