du548397507 2016-02-17 09:17
浏览 57

如何在magento onepage中添加自定义功能?

i am struggling with magento add custom function for checkout method.

how to get popup messages after click the "onepage-guest-register-button" in checkout method.Also need to send email to the vendor with the selected product id in magento.

I am new in magento,any one please help to me.

Thanks,

  • 写回答

1条回答 默认 最新

  • doudan4834 2016-02-17 14:49
    关注

    You can customize login template here:

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

    or here

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

    If you want send mail when someone add product to cart (or something else) you have to check about observer (events handler) on Magento.

    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效