Làm cách nào để có được mức giá của sản phẩm trong Magento 2 với mã tùy chỉnh?
Đây là mã của tôi
public function getProductCollection()
{
$collection = $this->_productCollectionFactory->create();
$collection->addAttributeToSelect('*');
$collection->setOrder('created_at', 'DESC');
// $collection->setPageSize(3); // fetching only 3 products
return $collection;
}
và chức năng gọi của tôi trong .phtml
$productCollection = $block->getProductCollection();
$productCollection->setPageSize(2);
foreach ($productCollection as $product) {
echo $product->getName();
print_r($product->getTierPrice());
echo getName, getprice, get Giá đặc biệt hoạt động
nhưng getTierprice không hoạt động.
Ví dụ. Tôi có thẻ thành viên VIP (customer_group) Tôi muốn hiển thị thẻ thành viên VIP giá thành công khai không đặt tất cả nhóm