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 @@ -241,6 +241,7 @@ public function getConfiguration()
241
241
'trendingItemsTitle ' => __ ($ config ->getTrendingItemsTitle ()),
242
242
'addToCartParams ' => $ addToCartParams ,
243
243
'isLookingSimilarEnabledOnPDP ' => $ config ->isLookingSimilarEnabledOnPDP (),
244
+ 'isLookingSimilarEnabledOnCartPage ' => $ config ->isLookingSimilarEnabledOnShoppingCart (),
244
245
'lookingSimilarTitle ' => __ ($ config ->getLookingSimilarTitle ())
245
246
],
246
247
'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