Merge pull request #3189 from shubhwebkul/master

Issue #3172 resolved
This commit is contained in:
Jitendra Singh 2020-06-09 12:03:46 +05:30 committed by GitHub
commit d60af666ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ class ComparisonController extends Controller
$productFlat = $productFlatRepository
->where('product_id', $productId)
->orWhere('parent_id', $productId)
->get()
->first();

View File

@ -124,7 +124,7 @@
@endforeach
</template>
<span v-else-if="isProductListLoaded && products.length == 0">
<span v-else-if="isProductListLoaded && products.length == 0" class="col-12">
@{{ __('customer.compare.empty-text') }}
</span>
</table>