magento 中的客户邀请
我们能否找到由 Magento 特定客户邀请的电子邮件 ID,例如“[email]受保护]”?
我知道我们可以通过rewardpoints_referral表获取已接受邀请的记录,
我的问题是我们可以获取尚未接受的记录吗?如果可以,那么通过哪个表获取?
谢谢!
Can we find email-id of them which are invited by specific customer of Magento say "[email protected]"?
I know We can fetch the record for those who have accepted the invitation by table rewardpoints_referral,
My question is here Can we get the records which are not accepted yet and if yes, then by which table?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 J2T 的积分和奖励模块 (1)
此代码段将列出尚未注册为客户的所有推荐电子邮件。
我已经在 28000 个客户群上对其进行了测试,速度非常快。
(1)rewardpoints_referral表应具有以下结构:
If you are using J2T's Points and Reward module (1)
This snippet will list all emails of referrals that have not signed up as customer yet.
I've tested it on a 28000 customer base and it is very fast.
(1) the rewardpoints_referral table should have this structure :