Configuration parameters
Limitations
Limitations
Minimum width | Minimum height |
---|---|
320 px | 550 px |
Widget Configuration
<div id="ppl-parcelshop-map" data-lat="50" data-lng="15" data- mode="static"></div>
1.
2.
3.
Example usage: data-initialfilters="ParcelShop, CardPayment" for the default filter of the ParcelShop with the card payment option
Parcelshop | Morning | Saturday | CardPayment |
---|---|---|---|
Parcelbox | Afternoon | Sunday |
data-code=”KM…”
data-address=”Václavské náměstí 1”
data-country=”sk”
the data-country parameter
data-countries=”sk, pl”
data-hiddenpoints=”ParcelBox”
Changing the widget appearance
#ppl-parcelshop-map.accordion-map--select {display: none !important;}
<script type="text/javascript" src="https://www.ppl.cz/sources/map/main.js" async>
</script>
<link rel="stylesheet" href="https://www.ppl.cz/sources/map/main.css">
<div id="ppl-parcelshop-map" class="ppl-parcelshop-map--dhl"></div>
Example of setting parameters
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="initial-scale=1.0, width=device-width" name="viewport" />
<title>PPL Maps test</title>
<script
type="text/javascript"
src="https://ppl.cz/sources/map/main.js"
async
></script>
<link rel="stylesheet" href="https://ppl.cz/sources/map/main.css" />
</head>
<body>
<!-- Add data attributes to <div id="ppl-parcelshop-map"></div> -->
<!-- Add:
data-country="sk"
data-country="pl"
data-country="de"
for default selected country
Add:
data-countries="sk, pl"
data-country="pl, de"
etc.
for default selected countries list (first country as default or combine with data-country)
Add:
data-address="Čajkovského 1424"
or something else for default selected address
Add:
data-code="KM17312000"
or some other pickup point code started with KM... for default selected pickup point
Add:
data-hiddenpoints="ParcelBox"
data-hiddenpoints="ParcelBox, AlzaBox"
for default hidden pickup point types -->
<div id="ppl-parcelshop-map"></div>
</body>
</html>
Modified at 2025-03-04 13:07:59