私はmagento 1.6.2を使用しており、顧客のステータスに基づいてcmsページを表示/非表示にするための設定に取り組んでいます。
WordPress に多くの「ペイウォール/メンバーシップ」プラグインがあるのと同様です。
したがって、ユーザーがサブスクライブします (現在、その部分に AW SARP プラグインを使用することを検討しています) --> 次に、magento が CMS ページへのアクセスを許可します。
すなわち
- プラグインの表示/非表示
- 顧客アカウントでのビデオ プログラム リンクの表示/非表示
ビデオ プログラムは、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 はもう 1 つの管理機能にすぎないのでしょうか?