통합로그 [no.28] AL_BUY_NOW showId,showNm 추가
This commit is contained in:
@@ -453,7 +453,8 @@ export default function SingleOption({
|
||||
}
|
||||
if (userNumber && selectedPatnrId && selectedPrdtId && quantity) {
|
||||
const { prodOptCval, priceInfo } = selectedOptions || {};
|
||||
const { patncNm, brndNm, catNm, prdtNm, prdtId } = productInfo;
|
||||
const { patncNm, brndNm, catNm, prdtNm, prdtId, showId, showNm } =
|
||||
productInfo;
|
||||
const regularPrice = priceInfo?.split("|")[0];
|
||||
const discountPrice = priceInfo?.split("|")[1];
|
||||
const discountRate = priceInfo?.split("|")[4];
|
||||
@@ -470,6 +471,8 @@ export default function SingleOption({
|
||||
category: catNm,
|
||||
contextName: Config.LOG_CONTEXT_NAME.DETAILPAGE,
|
||||
messageId: Config.LOG_MESSAGE_ID.BUY_NOW,
|
||||
showId: showId ?? "",
|
||||
showNm: showNm ?? "",
|
||||
})
|
||||
);
|
||||
dispatch(
|
||||
|
||||
@@ -188,6 +188,8 @@ export default function ShowOption({
|
||||
category: showProductInfo?.catNm,
|
||||
contextName: LOG_CONTEXT_NAME.SHOPBYMOBILE,
|
||||
messageId: LOG_MESSAGE_ID.SMB,
|
||||
showId: showProductInfo?.showId ?? "",
|
||||
showNm: showProductInfo?.showNm ?? "",
|
||||
};
|
||||
dispatch(sendLogTotalRecommend(logParams));
|
||||
dispatch(
|
||||
|
||||
Reference in New Issue
Block a user