Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.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
如何编辑magento主页上按钮的href_Magento_Magento 1.9 - Fatal编程技术网

如何编辑magento主页上按钮的href

如何编辑magento主页上按钮的href,magento,magento-1.9,Magento,Magento 1.9,我当了几年magento dev,但停了几年。现在回到过去,我被困在magento(建筑工程)的工作原理上 问题是: 如何在magento主页上找到提交按钮的href 这将显示模板按钮所在的位置 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 st

我当了几年magento dev,但停了几年。现在回到过去,我被困在magento(建筑工程)的工作原理上

问题是:
如何在magento主页上找到提交按钮的href

这将显示模板按钮所在的位置

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.

记得清除缓存。

此按钮是提交表单还是有onclick事件?它是什么类型的按钮?添加到购物车?通讯提交?自定义按钮?我认为它是javascript生成的按钮,因为它的父级中没有表单操作