diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index f9d42091..ea5b1f8b 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -33,25 +33,24 @@ import { setHidePopup, setShowPopup, } from '../../../actions/commonActions.js'; -import { - sendLogGNB, - sendLogDetail, - sendLogTotalRecommend, - sendLogProductDetail, - sendLogShopByMobile, -} from '../../../actions/logActions'; -import { updatePanel } from '../../../actions/panelActions'; -import { panel_names, LOG_CONTEXT_NAME, LOG_MESSAGE_ID, LOG_TP_NO } from '../../../utils/Config'; import { getProductCouponDownload, getProductCouponSearch, getProductCouponTotDownload, } from '../../../actions/couponActions.js'; +import { + sendLogDetail, + sendLogGNB, + sendLogProductDetail, + sendLogShopByMobile, + sendLogTotalRecommend, +} from '../../../actions/logActions'; // import { pushPanel } from '../../../actions/panelActions'; import { minimizeModalMedia, restoreModalMedia, } from '../../../actions/mediaActions'; +import { updatePanel } from '../../../actions/panelActions'; import { pauseFullscreenVideo } from '../../../actions/playActions'; import { resetShowAllReviews } from '../../../actions/productActions'; import { @@ -67,8 +66,13 @@ import TVirtualGridList from '../../../components/TVirtualGridList/TVirtualGridList.jsx'; import useReviews from '../../../hooks/useReviews/useReviews'; import useScrollTo from '../../../hooks/useScrollTo'; -import { formatGMTString } from '../../../utils/helperMethods'; import { BUYNOW_CONFIG } from '../../../utils/BuyNowConfig'; +import { + LOG_CONTEXT_NAME, + LOG_MESSAGE_ID, + LOG_TP_NO, + panel_names, +} from '../../../utils/Config'; import * as Config from '../../../utils/Config.js'; import { andThen, @@ -85,7 +89,10 @@ import { tap, when, } from '../../../utils/fp'; -import { $L } from '../../../utils/helperMethods'; +import { + $L, + formatGMTString, +} from '../../../utils/helperMethods'; import { SpotlightIds } from '../../../utils/SpotlightIds'; import ShowUserReviews from '../../UserReview/ShowUserReviews'; // import CustomScrollbar from '../components/CustomScrollbar/CustomScrollbar'; @@ -1781,6 +1788,7 @@ export default function ProductAllSection({ onScrollToImages={handleScrollToImagesV1} onFocus={() => {}} data-spotlight-id="product-video-player-container" + disclaimer={productData.disclaimer} /> ) : ( +
+ + {disclaimer} + {disclaimer} + +
); }