Magento 中的简单联盟模块/功能?
我需要为 Magento 网站创建一个基本联属功能,并且想知道模块是否是最好的方法或者是否有人有更好的建议。只需要做两件事:
- 从传入的联属链接 (?id=用户名) 存储会话变量
- 购买后,会检查会话变量,并向网站所有者发送一封电子邮件,让他知道附属会员已提交完整的推荐。
我可以使用 PHP 轻松完成此任务,我只是不确定如何将其集成到 Magento 中。请给建议?? :/
I need to make a basic affiliate function for a Magento site and am wondering if a module is the best way to go or if someone has a better suggestion. There are only two things that need to happen:
- A session variable is stored from an incoming affiliate link (?id=username)
- Upon purchase, the session variable is checked, and an email is sent to the site owner to let him know that an affiliate member has brought a completed referral.
I can easily accomplish this with PHP, I'm just not sure how I would integrate it into Magento. Suggestions, please?? :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不熟悉 Magento 开发,并且可以找到一个可以满足您足够需求的模块,请使用它。熟悉该框架及其陷阱所需的时间(以及金钱)将远远超过购买简单扩展的成本。
请注意,这对于所有软件开发来说通常都是如此。 :)
希望有帮助!
谢谢,
乔
If you aren't familiar with Magento development, and you can find a module that addresses enough of your needs to fit the bill, use that. The amount of time (and therefore money) it will take to get familiar with the framework and its pitfalls will far outweigh the cost of a simple extension purchase.
Note that this is often true for all of software development. :)
Hope that helps!
Thanks,
Joe