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 dtb_products AS p
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 >= '2021-03-01 15:18:46')
AND pc.stock > 0
AND p.product_id IN (SELECT product_id FROM dtb_product_categories WHERE category_id = 722)
AND pc.del_flg = 0
GROUP BY p.product_id
ORDER BY p.update_date DESC
LIMIT 0, 120
12件見つかりました
1ページ中1ページ目
1
¥16,500
DOPE
Pullover
¥16,500
DOPE
Pullover
¥14,300
DOPE
Bottoms
¥14,300
DOPE
Bottoms
¥15,400
DOPE
Pullover
¥15,400
DOPE
Jacket
¥13,200
DOPE
Bottoms
¥22,000
DOPE
Jacket
M 残り1点
¥13,200
DOPE
Coach Jacket
¥17,600
DOPE
Bottoms
¥22,000
DOPE
Bottoms
¥19,800
DOPE
Bottoms
12件見つかりました
1ページ中1ページ目
1
51296 DOPE Core-Teck Pleated Pullover S.Green
51297 DOPE Core-Teck Pleated Pullover BLACK
51298 DOPE Core-Teck Pleated Joggers S.Green
51299 DOPE Core-Teck Pleated Joggers BLACK
51300 DOPE Sprinter Pullover Black/Camo/Orange
51301 DOPE Apex Tech Fieece Jacket Black
51302 DOPE Apex Tech Fieece SweatPants Black
51303 DOPE Sideline Reversible Satin Bomber Black
51304 DOPE Dope Sport D-Wing Coach Jacket Black
53181 DOPE Camo Down Denim Purple
53182 DOPE FEATHER TIE DYE JKT
53183 DOPE FEATHER TYE DIE DENIM
POST :
Array
(
)
--------
GET :
Array
(
[brand_name] => dope
[/] =>
)
--------
$_SERVER['REQUEST_URI']
/brand/dope/
--------
mb_parse_str
Array
(
[brand_name] => dope
[/] =>
)
--------
$_SERVER['QUERY_STRING']
brand_name=dope&/