質問

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