使用送货地址中的邮政编码/城市获取商店列表
我需要使用我们在送货地址中指定的邮政编码/城市获取商店列表 (在管理面板中
System->Configuration->Shipping Settings(In Sales Tab left)->Origin.
) 有没有什么方法可以查询 Magento 来获取具有特定 Zip/city 的商店列表?
I need to get the list of stores using the zip/city that we specify in the shipping address
( In Admin Panel
System->Configuration->Shipping Settings(In Sales Tab left)->Origin.
)
Is there any way to query Magento to get the list of stores with a particular Zip/city ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此选项与网站链接,但不与商店链接。获得网站后,您应该获得与该网站链接的所有商店。
有一个如何获得正确网站的示例。
其他 - 您可以直接从数据库获取。但在数据库中你没有默认数据。
如果对象的范围类型,您需要网站和scope_id - 对象的ID。
This option linked with website, but not with store. After you get website, you should get all stores linked with this website.
There is example how to get a proper website.
Other - you may get directly from database. But in database you do not have default data.
Where scope type of object, you need website and scope_id - id of object.