diff --git a/com.twin.app.shoptime/src/actions/logActions.js b/com.twin.app.shoptime/src/actions/logActions.js index ac14740f..b50f6c27 100644 --- a/com.twin.app.shoptime/src/actions/logActions.js +++ b/com.twin.app.shoptime/src/actions/logActions.js @@ -1599,7 +1599,7 @@ export const sendLogTotalRecommend = (params) => (dispatch, getState) => { const logCreateTime = new Date().toISOString(); - console.log("#params", params); + // console.log("#params", params); const newParams = { ...params, diff --git a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx index 81f3d5b2..9559a69e 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -12,7 +12,11 @@ import TItemCard from "../../../components/TItemCard/TItemCard"; import TScroller from "../../../components/TScroller/TScroller"; import useScrollReset from "../../../hooks/useScrollReset"; import useScrollTo from "../../../hooks/useScrollTo"; -import { panel_names } from "../../../utils/Config"; +import { + LOG_CONTEXT_NAME, + LOG_MESSAGE_ID, + panel_names, +} from "../../../utils/Config"; import { $L, scaleW } from "../../../utils/helperMethods"; import { SpotlightIds } from "../../../utils/SpotlightIds"; import css from "./BestSeller.module.less"; @@ -29,6 +33,8 @@ const BestSeller = ({ spotlightId, handleItemFocus, handleShelfFocus, + shelfLocation, + shelfTitle, }) => { const { getScrollTo, scrollLeft } = useScrollTo(); const { handleScrollReset, handleStopScrolling } = useScrollReset( @@ -177,6 +183,9 @@ const BestSeller = ({ rankOrd, patnrId, offerInfo, + brndNm, + patncNm, + catNm, }, itemIndex ) => { @@ -191,6 +200,15 @@ const BestSeller = ({ return ( { el.shptmApphmDspyOptNm )} handleItemFocus={handleItemFocus(el.shptmApphmDspyOptCd)} + shelfLocation={el.expsOrd} + shelfTitle={el.shptmApphmDspyOptNm} /> ); } else break;