<?php echo $_product->getPrice(); ?>

634 Views Asked by At

I have two magento sites with same admin. Everything is working fine.I have an issue with product price. Both are running on different domains.On one price is displaying finely.but on another it is not.

1

There are 1 best solutions below

1
Laty On

Do you have issue in the admin or frontend ? Can you Please check below code :

<?php echo $this->getPriceHtml($_product, true) ?>

above to <?php echo $_product->getPrice(); ?> I am not sure where you got issue..