SELECT SQL_CALC_FOUND_ROWS p.product_id, p.main_image, p.main_list_comment, p.comment2, p.update_date, p.sub_title6, MAX(price02), MAX(price03), MAX(stock), pc.point_rate, p.sales_datetime, p.sales_end_datetime, IF(p.tweet=p.tweet, 1, 0) AS tweet, p.name, p.movie_s, GROUP_CONCAT(cc.name separator ' ') AS classlist, GROUP_CONCAT(pc.stock separator ' ') AS stocklist
FROM (
SELECT product_id, category_id
FROM dtb_product_categories
WHERE category_id =330
)AS pcat
LEFT JOIN dtb_products AS p ON p.product_id = pcat.product_id
LEFT JOIN dtb_products_class AS pc ON p.product_id = pc.product_id
LEFT JOIN dtb_classcategory AS cc ON pc.classcategory_id1 = cc.classcategory_id
WHERE p.product_id IS NOT NULL
AND p.del_flg !=1
AND p.status =1
AND (p.sales_end_datetime IS NULL OR p.sales_end_datetime >= '2022-06-29 09:31:02')
AND pc.stock > 0
AND FIND_IN_SET(1, p.color)
AND pc.del_flg = 0
GROUP BY p.product_id
ORDER BY p.update_date DESC
LIMIT 0, 120
17件見つかりました
1ページ中1ページ目
1
フリー 残り1点
¥6,930
Subciety
Bag
¥4,899
AC/DC
Wallet
¥4,899
MY CHEMICAL ROMANCE
Wallet
¥4,899
BLINK-182
Wallet
¥4,899
SLAYER
Wallet
¥4,899
METALLICA
Wallet
¥4,899
MARILYN MANSON
Wallet
¥38,500
Artemis Classic
Wallet
¥29,700
Artemis Classic
Wallet
フリー 残り1点
¥6,050
MAGICAL MOSH MISFITS
Wallet
¥6,600
KILL STAR CLOTHING
Wallet
¥9,900
VIRGO
Wallet
¥25,300
Artemis Classic
Wallet
¥33,000
Artemis Classic
Wallet
¥17,600
Artemis Classic
Wallet
¥22,000
Artemis Classic
Wallet
¥2,750 → 1,925
NOT COMMON SENSE
Wallet
17件見つかりました
1ページ中1ページ目
1
63373 Subciety (サブサエティ) MULTI STORAGE BELT BAG BLACK
62600 AC/DC POWER UP WALLET
62599 MY CHEMICAL ROMANCE PARADE WALLET
62601 BLINK-182 LOGO WALLET
62574 SLAYER PATTERN WALLET
62578 METALLICA FADE TO BLACK WALLET
62582 MARILYN MANSON LOGO WALLET
61050 Artemis Classic グレーパイソンロングウォレット[ACW0024]
61049 Artemis Classic グレーパイソンミディアムウォレット[ACW0023]
59116 MAGICAL MOSH MISFITS MxMxM WALLET SET
58360 KILL STAR CLOTHING Unsacred Heart Wallet
57041 VIRGO Little giant wallet BLACK
57229 Artemis Classic L字スリムグレーパイソンミニウォレット[ZW0007]
57230 Artemis Classic L字スリムグレーパイソンロングウォレット[ZW0008]
29540 Artemis Classic ショートウォレットヌバッククロコスタイル[ACSW0001]
29542 Artemis Classic ACW0006 ロングウォレットリザードスタイル
50152 NOT COMMON SENSE MINI WALLET BAG BLACK
POST :
Array
(
)
--------
GET :
Array
(
[work] => new_arrival
[color] => 1
[cat] => 330
)
--------
$_SERVER['REQUEST_URI']
/new_arrival/&color=1&cat=330&
--------
mb_parse_str
Array
(
[work] => new_arrival
[color] => 1
[cat] => 330
)
--------
$_SERVER['QUERY_STRING']
work=new_arrival&&color=1&cat=330