J'essaie de récupérer les attributs du produit actuel dans un bloc dans Magento 2. Je peux obtenir un produit, comme l'id 1:
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$product = $objectManager->create('\Magento\Catalog\Model\ProductRepository')->getById(1);
Je ne sais pas comment obtenir l'ID du produit actuel. Comment je fais ça?
getProduct()
dansMagento\Catalog\Block\Product\View