-1

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.

  • can you elaborate on what the issue is? Are they showing different prices when they shouldnt? are they displaying the same prices when they shouldnt? is there a tax issue? is there no output at all? The more info you can share, the easier it will be to help – PixieMedia May 16 '16 at 13:22
  • I'm voting to close this question as off-topic because it is a Magento admin issue and belongs over on magento.stackexchange – Fiasco Labs May 16 '16 at 14:55

1 Answers1

0

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..

Laty
  • 191
  • 6
  • Dont know what the issue is? Magento/app/design/frontend/default/your_theme .........In my project theme folder doenot exist.. Is it normal. Or nay issue ? – sumandeep kaur May 17 '16 at 07:26