source: branches/comu-ver2/html/user_data/plugins/recommend/plugin_info.php @ 18371

Revision 18371, 291 bytes checked in by Seasoft, 14 years ago (diff)

「この商品を買った人はこんな商品も買っています」を簡易的に実装するプラグイン

  • 商品詳細画面にブロックとして配置することを想定しています。
Line 
1<?php
2$arrPluginInfo = SC_Utils_Ex::sfMakePluginInfoArray(__FILE__);
3
4$arrPluginInfo['name']      = 'こんな商品も買っています';
5$arrPluginInfo['version']   = ECCUBE_VERSION . ' 付属';
6$arrPluginInfo['auther']    = 'EC-CUBE 標準添付 (サンプル)';
7
8return $arrPluginInfo;
Note: See TracBrowser for help on using the repository browser.