From c0f7f6235f90891999647725e77be41bcbc4f8f1 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 19 Oct 2016 22:43:27 +0300 Subject: [PATCH] big commti --- frontend/views/catalog/product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 6c45319..841f50d 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -25,7 +25,7 @@ FlipclockAsset::register($this); 'category' => $category, ], ]; - $this->params[ 'breadcrumbs' ][] = $product->fullname . ' #' . $product->enabledVariants[ 0 ]->sku; + $this->params[ 'breadcrumbs' ][] = $product->fullname . ' #' . $product->variant->sku; ?>
-- libgit2 0.21.4