title = $product->name . ' - ' . $variant->sku; $this->params['breadcrumbs'][] = [ 'label' => $product->category->parent->parent->name, 'url' => Url::to([ 'category/index', 'id' => $product->category->parent->parent->category_id, ]), ]; $this->params['breadcrumbs'][] = [ 'label' => $product->category->parent->name, 'url' => Url::to([ 'category/brand', 'id' => $product->category->parent->category_id, ]), ]; $this->params['breadcrumbs'][] = [ 'label' => $product->category->name, 'url' => Url::to([ 'category/collection', 'id' => $product->category->category_id, ]), ]; $this->params['breadcrumbs'][] = $this->title; ?> 'pjax-reload', 'timeout' => 5000, ]); ?>
getImageUrl(), 'product_main'); ?>
name; ?>
category->name; ?>
category->parent->name; ?>
getImageUrl(), 'product_variant_main'), [ 'product/view', 'product_id' => $product->product_id, 'variant_id' => $oneVariant->product_variant_id, ]); ?>