バージョン選択

フォーラム

メニュー

オンライン状況

84 人のユーザが現在オンラインです。 (71 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 84
もっと...

サイト内検索

機能要望 > その他 > 商品の公開・非公開以外に「検索・一覧からは非公開だが、直接指定可能」な状態がほしい

その他

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
Gaz
投稿日時: 2006/11/10 16:47
対応状況: −−−
半人前
登録日: 2006/10/25
居住地: 東京
投稿: 29
商品の公開・非公開以外に「検索・一覧からは非公開だが、直接指定可能」な状態がほしい
アップグレード・優待販売等、顧客に案内したメール等からは直接アクセス可能だが、一覧や検索は引っかからない商品の公開設定があると助かります。

※ダウンロード販売/パッケージ販売等、同一の製品名の亜種が沢山発生するなど、一覧表示が汚くなるのを回避するためにも使えます。


--- \data\conf\conf.php	Fri Oct 27 12:14:02 2006 UTC
+++ \data\conf\conf.php	Fri Nov 10 07:10:48 2006 UTC
@@ -389,6 +389,7 @@
 // 商品登録-表示
 $arrDISP[1] = "公開";
 $arrDISP[2] = "非公開";
+$arrDISP[3] = "一覧非公開";
 
 // 商品登録-規格
 $arrCLASS[1] = "規格無し";



--- \data\Smarty\templates\admin\products\product.tpl	Thu Oct 12 07:43:12 2006 UTC
+++ \data\Smarty\templates\admin\products\product.tpl	Fri Nov 10 07:11:31 2006 UTC
@@ -77,7 +77,7 @@
 									</tr>
 									<tr>
 										<td bgcolor="#f2f1ec" width="160" class="fs12n">公開・非公開<span class="red"> *</span></td>
-										<td bgcolor="#ffffff" width="557" class="fs12n"><input type="radio" name="status" value="1" <!--{if $arrForm.status == "1"}-->checked<!--{/if}-->/>公開 <input type="radio" name="status" value="2" <!--{if $arrForm.status == "2"}-->checked<!--{/if}--> />非公開</td>
+										<td bgcolor="#ffffff" width="557" class="fs12n"><input type="radio" name="status" value="1" <!--{if $arrForm.status == "1"}-->checked<!--{/if}-->/>公開 <input type="radio" name="status" value="2" <!--{if $arrForm.status == "2"}-->checked<!--{/if}--> />非公開 <input type="radio" name="status" value="3" <!--{if $arrForm.status == "3"}-->checked<!--{/if}--> />一覧非公開</td>
 									</tr>
 									<tr class="fs12n">
 										<td bgcolor="#f2f1ec" width="160">商品ステータス</td>



--- \html\products\detail.php	Thu Oct 12 09:35:40 2006 UTC
+++ \html\products\detail.php	Fri Nov 10 07:18:08 2006 UTC
@@ -55,7 +55,7 @@
 if($_GET['admin'] == 'on') {
 	$where = "del_flg = 0";
 } else {
-	$where = "del_flg = 0 AND status = 1";
+	$where = "del_flg = 0 AND (status = 1 or status = 3)";
 }
 
 if($_POST['mode'] != "") {

スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,860名です
総投稿数は109,996件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2313
5
umebius
2085
6
yuh
1819
7
h_tanaka
1646
8
red
1570
9
mcontact
1294
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.