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-07 15:24:34')
AND pc.stock > 0
AND p.product_id IN (SELECT product_id FROM dtb_product_categories WHERE category_id = 101)
AND pc.del_flg = 0
GROUP BY p.product_id
ORDER BY p.update_date DESC
LIMIT 0, 120
11件見つかりました
1ページ中1ページ目
1
¥12,100
IRON MAIDEN
Pullover
¥3,960
IRON MAIDEN
T-Shirt
¥4,180
IRON MAIDEN
T-Shirt
L 残り1点
¥3,960
IRON MAIDEN
T-Shirt
¥3,960
IRON MAIDEN
T-Shirt
¥3,960
IRON MAIDEN
T-Shirt
¥3,960
IRON MAIDEN
T-Shirt
L 残り1点
¥3,960
IRON MAIDEN
T-Shirt
S 残り1点
¥3,960
IRON MAIDEN
T-Shirt
¥3,740
IRON MAIDEN
T-Shirt
¥3,740
IRON MAIDEN
T-Shirt
11件見つかりました
1ページ中1ページ目
1
57295 IRON MAIDEN UNISEX PULLOVER HOODIE: LOTB LIVE ALBUM (ARM & BACK PRINT)
10272 IRON MAIDEN KILLERS Large Print T-Shirt
10273 IRON MAIDEN OVERSIZED TROOPER Large Print T-Shirt
35622 IRON MAIDEN Number of the Beast T-Shirts
35623 IRON MAIDEN No Prayer T-Shirts
36667 IRON MAIDEN EDDIE HOOK
36668 IRON MAIDEN BOOK OF SOULS EDDIE
36669 IRON MAIDEN SAMURAI JAPAN
36670 IRON MAIDEN HIGHWAY
36837 IRON MAIDEN From Fear To Eternity Album-Black T-shirt
36840 IRON MAIDEN The Final Frontier-Face-All Over-Black T-shirt
POST :
Array
(
)
--------
GET :
Array
(
[artist_name] => iron_maiden
[/] =>
)
--------
$_SERVER['REQUEST_URI']
/artist/iron_maiden/
--------
mb_parse_str
Array
(
[artist_name] => iron_maiden
[/] =>
)
--------
$_SERVER['QUERY_STRING']
artist_name=iron_maiden&/