Commit c0f7f6235f90891999647725e77be41bcbc4f8f1
1 parent
7250764f
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -25,7 +25,7 @@ FlipclockAsset::register($this); |
25 | 25 | 'category' => $category, |
26 | 26 | ], |
27 | 27 | ]; |
28 | - $this->params[ 'breadcrumbs' ][] = $product->fullname . ' #' . $product->enabledVariants[ 0 ]->sku; | |
28 | + $this->params[ 'breadcrumbs' ][] = $product->fullname . ' #' . $product->variant->sku; | |
29 | 29 | ?> |
30 | 30 | |
31 | 31 | <div class="wrapper white item_container"> | ... | ... |