문제

How can I add a custom google maps on the custom contact page? I'm using Magento 2.1.9 and I can't find where to do this on the admin panel so I don't know which code should I edit.

도움이 되었습니까?

해결책

Just add this code snippet to where you want the Map to be displayed.

<iframe style="border: 0;" src="Link" width="" height=""></iframe>

Specify the width and height to what your website needs, add the link to your google maps and you should be good to go!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top