Logistics Map Web integration
Paste this HTML into your page:
1<div id="logistics_map" data-props='{"platform": PLATFORM_ID}' data-lang="en"></div> 2<script src="https://www.searates.com/logistics-map/widget"></script>
Instead of PLATFORM_ID
it is required to substitute your platform id.
Supported parameters#
Below is the list of supported parameters via data-props attribute:
Parameter name | Description |
---|---|
platform | Platform ID |
requestAQuoteUrl | The requestAQuoteUrl parameter defines the link for the "Request a Quote" button in the tab. Behavior: If the parameter is not provided, the button will not be displayed. If a relative path is provided (e.g., /requests/shipping) and the Request A Quote App is installed on that page, clicking the button will navigate to your page. If an absolute URL is provided, including the domain (e.g., example.com/requests/shipping), the button will redirect to the specified external page. |