Вопрос

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