[Tep-j-general] Re: 新着商品ブロック非表示及び表示商品変更の件

Back to archive index

George Nakamura maste****@shopn*****
2005年 5月 9日 (月) 18:06:12 JST


皆様、ご無沙汰してます。

これって、phpMysqlAdminの「SQL」のタグクリックして、SQLクエリー実行のテキ
ストエリアにコピーして実行するだけではダメですか?



At 17:52 05/05/09, you wrote:
>お返事いただけました方、すばやい回答ありがとうございました。
>早速、教えていただいたモジュールダウンしてみました。
>まさに希望通りの処理できるものでしたが、
>SQL構文の実行でつまづきました。
>私が契約している、レンタルサーバはmysqlにPhpMyAdmin
>しか使用出来ず、コマンドラインによるSQL文の実行が出来ません。
>
>田村さんの本には、コピー&ペーストしろと書いてありましたが、
>具体的にどのようにテーブル追加すればよいのかわかりません。
>以下同送の featured_products_j.sql です。
>PhpMyAdminで、どのように処理したらよいのかお分かりの方
>教えていただけますか。
>よろしくお願いいたします。
>柏倉崇
>
>create table featured (
>  featured_id int(11) not null auto_increment,
>  products_id int(11) default '0' not null ,
>  featured_date_added datetime ,
>  featured_last_modified datetime ,
>  expires_date datetime ,
>  date_status_change datetime ,
>  status int(1) default '1' ,
>  PRIMARY KEY (featured_id)
>);
>
>INSERT INTO configuration (configuration_title, configuration_key,
>configuration_value, configuration_description, configuration_group_id,
>sort_order, set_function, date_added) VALUES ('おすすめ商品の表示',
>'FEATURED_PRODUCTS_DISPLAY', 'false', 'おすすめ商品の表示を制御します', '1',
>'19', 'tep_cfg_select_option(array(\'true\', \'false\'), ', now());
>
>INSERT INTO configuration (configuration_title, configuration_key,
>configuration_value, configuration_description, configuration_group_id,
>sort_order, date_added) VALUES ('おすすめ商品表示数',
>'MAX_DISPLAY_FEATURED_PRODUCTS', '9', 'おすすめ商品として表示する商品数の最
>大値', '3', '18', now());
>INSERT INTO configuration (configuration_title, configuration_key,
>configuration_value, configuration_description, configuration_group_id,
>sort_order, date_added) VALUES ('おすすめ商品のランダム選択数',
>'MAX_DISPLAY_FEATURED_PRODUCTS_LISTING', '10', 'ランダムにおすすめ商品を取り
>出すために選択されるレコード数', '3', '19', now());





Tep-j-general メーリングリストの案内
Back to archive index