@inject ('reviewHelper', 'Webkul\Product\Helpers\Review')
@inject ('productViewHelper', 'Webkul\Product\Helpers\View')
@php
$avgRatings = $reviewHelper->getAverageRating($product);
$percentageRatings = $reviewHelper->getPercentageRating($product);
$customAttributeValues = $productViewHelper->getAdditionalData($product);
$attributeData = collect($customAttributeValues)->filter(fn ($item) => ! empty($item['value']));
@endphp
@push('meta')
meta_description : \Illuminate\Support\Str::limit(strip_tags($product->description), 120, '') }}"/>
@if (core()->getConfigData('catalog.rich_snippets.products.enable'))
@endif
Fatal error: Uncaught Error: Call to undefined function product_image() in /var/www/html/packages/Webkul/Shop/src/Resources/views/products/view.blade.php:26
Stack trace:
#0 {main}
thrown in /var/www/html/packages/Webkul/Shop/src/Resources/views/products/view.blade.php on line 26