Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/270.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 如何识别Magento主题_Php_Magento - Fatal编程技术网

Php 如何识别Magento主题

Php 如何识别Magento主题,php,magento,Php,Magento,我偶然发现了一个magento网站 及 我真的很喜欢,而且我一直在努力弄清楚它在运行哪个Magento主题。我在网上找到了一些技巧,但我似乎没有掌握 通过以下技术,我能够确定它在Magento社区版上的运行情况 :如果出现404页面未找到错误,则表示他们未运行MEE(Magento Enterprise Edition)。如果您被重定向到登录页面,这意味着他们很可能正在运行MEE* 识别其主题有点困难。您可以通过“查看源代码”获取主题名称,并查找存储在皮肤文件夹中的常规主题,因此路径为 ww

我偶然发现了一个magento网站

我真的很喜欢,而且我一直在努力弄清楚它在运行哪个Magento主题。我在网上找到了一些技巧,但我似乎没有掌握

通过以下技术,我能够确定它在Magento社区版上的运行情况 :如果出现404页面未找到错误,则表示他们未运行MEE(Magento Enterprise Edition)。如果您被重定向到登录页面,这意味着他们很可能正在运行MEE*

识别其主题有点困难。

您可以通过“查看源代码”获取主题名称,并查找存储在皮肤文件夹中的常规主题,因此路径为

www.yoursitename.com/skin/frontend/default/theme name/

如果它是一个包裹,那么它就是


www.yoursitename.com/skin/frontend/theme name/default/
如果没有缓存,您可以在控制台中进行检查

如果存在缓存,则可以启用路径提示

log into the magento back-end admin
Go to System -> Configuration in the main menu
Go to Developer on the bottom left under ADVANCED
Switch to the store view on the top left to your current website or store view.
Under the Debug tab of the same Developer config page you will see a new option appear that will allow you to turn on/off template path hints.

向网站所有者发送电子邮件,感谢您的回复。我没有访问magento网站管理员的权限。然后,按照建议,您可以通过控制台检查主题。除上述内容外,没有其他方法。请与您的客户联系以提供管理员详细信息。