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 4905afb9..30c5f3f3 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -114,6 +114,26 @@ const HorizontalContainer = SpotlightContainerDecorator( 'div' ); +const ShopByMobileContainer = SpotlightContainerDecorator( + { + spotlightDirection: 'horizontal', + enterTo: 'default-element', + restrict: 'self-only', + defaultElement: SpotlightIds?.DETAIL_SHOPBYMOBILE || 'detail_shop_by_mobile', + }, + 'div' +); + +const BuyNowContainer = SpotlightContainerDecorator( + { + spotlightDirection: 'horizontal', + enterTo: 'default-element', + restrict: 'self-only', + defaultElement: 'detail-buy-now-button', + }, + 'div' +); + const SpottableComponent = Spottable('div'); const getProductData = curry((productType, themeProductInfo, productInfo) => @@ -1500,7 +1520,11 @@ export default function ProductAllSection({ ); })} {isBillingProductVisible && ( -