diff --git a/app/code/core/Mage/Catalog/view/frontend/product/price.phtml b/app/code/core/Mage/Catalog/view/frontend/product/price.phtml index 1e3a82de1e7d7..6fd312655b8e9 100644 --- a/app/code/core/Mage/Catalog/view/frontend/product/price.phtml +++ b/app/code/core/Mage/Catalog/view/frontend/product/price.phtml @@ -403,7 +403,7 @@ } ?> -
class="minimal-price">
__('Starting at:') ?>
@@ -411,7 +411,7 @@
displayBothPrices()): ?>
helper('Mage_Tax_Helper_Data')->__('Excl. Tax:') ?>
-
+
currency($_exclTax, true, false) ?>
@@ -428,7 +428,7 @@
$_showPrice = $_exclTax;
}
?>
-
+
currency($_showPrice, true, false) ?>
diff --git a/app/code/core/Mage/Catalog/view/frontend/product/view.phtml b/app/code/core/Mage/Catalog/view/frontend/product/view.phtml
index 6220bd7d28d8c..02948309a8421 100644
--- a/app/code/core/Mage/Catalog/view/frontend/product/view.phtml
+++ b/app/code/core/Mage/Catalog/view/frontend/product/view.phtml
@@ -41,7 +41,7 @@
})(jQuery);
helper('Mage_Catalog_Helper_Image')->init($_product, 'image').'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
+ $_img = '';
echo $_helper->productAttribute($_product, $_img, 'image');
?>
getBaseImageUrl($_product).'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
+ $_img = '';
echo $_helper->productAttribute($_product, $_img, 'image');
?>