Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/298.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.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 onepage中添加自定义函数?_Php_Magento - Fatal编程技术网

Php 如何在magento onepage中添加自定义函数?

Php 如何在magento onepage中添加自定义函数?,php,magento,Php,Magento,我正在与magento斗争,为签出方法添加自定义函数 如何在签出方法中单击“onepage guest register button”后获得弹出消息。还需要使用magento中选定的产品id向供应商发送电子邮件 我是马根托的新手,任何人都请帮助我 谢谢,您可以在此处自定义登录模板: [Magento root]/app/design/frontend/[your theme package]/[your theme]/template/persistent/checkout/onepage/l

我正在与magento斗争,为签出方法添加自定义函数

如何在签出方法中单击“onepage guest register button”后获得弹出消息。还需要使用magento中选定的产品id向供应商发送电子邮件

我是马根托的新手,任何人都请帮助我


谢谢,

您可以在此处自定义登录模板:

[Magento root]/app/design/frontend/[your theme package]/[your theme]/template/persistent/checkout/onepage/login.phtml
还是在这里

[Magento root]/app/design/frontend/[your theme package]/[your theme]/template/persistent/customer/form/login.phtml

如果您希望在有人将产品添加到购物车(或其他东西)时发送邮件,您必须检查Magento上的observer(事件处理程序)。

您可以在此处自定义登录模板:

[Magento root]/app/design/frontend/[your theme package]/[your theme]/template/persistent/checkout/onepage/login.phtml
还是在这里

[Magento root]/app/design/frontend/[your theme package]/[your theme]/template/persistent/customer/form/login.phtml

如果您希望在有人将产品添加到购物车(或其他东西)时发送邮件,您必须检查Magento上的observer(事件处理程序)。

请解释您的尝试。请解释您的尝试。