如何在“联系我们”页面上将地图添加到您的商店
我想在“联系我们”页面上添加我的地址的位置图。我所做的只是从谷歌地图复制 html 并将其粘贴到静态块中,并在联系我们页面中调用该静态块,但它什么也没显示。
我缺少什么或者我应该做什么才能获得非常清晰的商店地图?
I want to add a location map of my address on contact us page. All I did was copy html from google map and paste it in the static block and call that static block in contact us page but it displayed nothing.
What am I missing or what should I do to get the very clear map of my store?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是一些提示,
您清除了magento缓存吗?如果没有,则清除它们
您是否有单独的 CMS 页面,如果是,则复制该页面内容中的 Google 代码,而不是创建静态块,然后在联系我们页面中调用它们。
如果您已完成所有操作,请确保您启用了“联系我们”页面。
无论如何,更多信息可以帮助您获得正确的答案。
Here are some of the tips,
Have you cleared the magento cache? If no, then clear them
Are you having a separate CMS page , if so then copy the google code in the content of that page instead of creating a static block and then call them in contact us page.
If u have done all, then make sure that you enabled the contact us page..
Anyway more info can help you to get the correct answers.
将您的谷歌地图 iframe 放入 form.phtml 文件中,如下行:(
如 app\design\frontend\base\default\template\contacts\form.phtml)下
Put your google maps iframe to form.phtml file this lines:
(like app\design\frontend\base\default\template\contacts\form.phtml) under
我刚刚在我的联系页面上成功输入了谷歌地图。您应该使用 cms 页面,而不是使用静态块。只需将谷歌地图中的代码粘贴到显示编辑器视图下的内容区域中,然后启用它即可。那应该可以解决问题。希望它对你有用。干杯。
i just successfully input a google map on my contact page. instead of using a static block, you should use a cms page. just paste the code from google map in the content area under the show editor view, and enable it. that should do the trick. hope it works for you. cheers.