Which of the following will return the absolute path for a product image in Magento?

  • echo $_product->getImageUrl();
  • echo $_product->getImagePath();
  • Both A and B
  • None of the above

Метода getImagePath в Magento 1 и 2 нет.
Метод getImageUrl возвращает URL, а не файловый путь.