我在 magento 1.6.2 中,正在根据客户状态设置一些东西来显示/隐藏 cms 页面。
类似于 WordPress 拥有许多“付费墙/会员”插件的方式。
所以用户订阅(目前正在考虑使用 AW SARP 插件)-> 然后 magento 授予对 CMS 页面的访问权限,
IE
- 显示/隐藏插件
- 在客户帐户中显示/隐藏视频节目链接
视频节目是 CMS 页面上的产品。
Customer buys (or subscribes to) a Video Program
-->a listener looks for customer ID
-->customer ID is found and shows magento what product(s) (one or more products) customer has paid for (and/or is currently subscribed to)
-->magento displays an array in customer account on a tab "My Purchased Videos" that includes links to CMS pages for each Video Program
-->once subscription expires, customer can not access CMS pages for each Video Program.
那么,我认为 1.7 允许使用 REST/OAuth 以完全不同的方式完成客户管理/访问,或者 REST/OAuth 只是另外一件管理事情,我是对的吗?