Ver código fonte

[Backend] Export pesées : title product à déclinaison multiple

develop
Guillaume 3 anos atrás
pai
commit
08c4de714d
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      ShopBundle/Model/Product.php

+ 4
- 0
ShopBundle/Model/Product.php Ver arquivo

@@ -66,6 +66,10 @@ abstract class Product extends AbstractEntity implements SortableInterface, Prod
$title .= ' - ' . $this->getTitle();
}

if($this->getProductFamily()->hasProductsWithVariousWeight()) {
$title .= ' - '.$this->getQuantityLabelInherited() ;
}

return $title;
}


Carregando…
Cancelar
Salvar