File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
view/frontend/templates/recommend/cart Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ public function getConfiguration()
240
240
'trendingItemsTitle ' => __ ($ config ->getTrendingItemsTitle ()),
241
241
'addToCartParams ' => $ addToCartParams ,
242
242
'isLookingSimilarEnabledOnPDP ' => $ config ->isLookingSimilarEnabledOnPDP (),
243
+ 'isLookingSimilarEnabledOnCartPage ' => $ config ->isLookingSimilarEnabledOnShoppingCart (),
243
244
'lookingSimilarTitle ' => __ ($ config ->getLookingSimilarTitle ())
244
245
],
245
246
'extensionVersion ' => $ config ->getExtensionVersion (),
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ if (!empty($recommendConfig['enabledRelatedInCart']) || !empty($recommendConfig[
8
8
<div id="frequentlyBoughtTogether" class="recommend-component"></div>
9
9
<div id="relatedProducts" class="recommend-component"></div>
10
10
<div id="trendItems" class="trendsItem recommend-component"></div>
11
+ <div id="lookingSimilar" class="lookingSimilar recommend-component"></div>
11
12
<script type="text/x-magento-init">
12
13
{
13
14
"*": {
You can’t perform that action at this time.
0 commit comments