From f31204e9b97ac52cb6d1cf0f15e4fa8118722630 Mon Sep 17 00:00:00 2001 From: king Date: Fri, 18 Sep 2026 23:32:34 +0900 Subject: [PATCH] =?UTF-8?q?fix(cafe24):=20=ED=86=B5=ED=95=A9=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=ED=96=89=20=EC=88=9C=EC=84=9C=EB=A5=BC=20=ED=92=88?= =?UTF-8?q?=EB=AA=A9(=EC=A7=84=EC=97=B4)=20=EC=88=9C=EC=84=9C=EB=A1=9C,=20?= =?UTF-8?q?=EA=B9=A8=EC=A7=84=20=EC=8D=B8=EB=84=A4=EC=9D=BC=EC=9D=80=20"?= =?UTF-8?q?=EC=97=86=EC=9D=8C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - options 응답의 옵션값 순서는 등록 순서라 쇼핑몰 순서와 달랐다. 품목 목록 순서(카페24가 진열순서대로 돌려줌)를 기준으로 행을 만들고, 품목이 안 잡힌 옵션값은 뒤에 붙인다. 옵션 PUT 짝맞춤용 index 는 그대로 유지하고, 드래그 변경 판정은 처음 그린 위치(data-pos) 기준으로. - 카페24가 경로만 주고 파일이 없는 썸네일은 onerror 로 "없음" 표시. Co-Authored-By: Claude Fable 5.1 --- .../cafe24/templates/cafe24/products.html | 2 +- app/static/cafe24-options.js | 40 +++++++++++++------ 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/app/modules/cafe24/templates/cafe24/products.html b/app/modules/cafe24/templates/cafe24/products.html index a56b251..98cdbab 100644 --- a/app/modules/cafe24/templates/cafe24/products.html +++ b/app/modules/cafe24/templates/cafe24/products.html @@ -125,7 +125,7 @@ {% endblock %} {% block scripts %} - +