cancel
Showing results for 
Search instead for 
Did you mean: 

Text after price

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Text after price

Hi guys,

I am wondering if you can help me out,

As you can see in the photo below I have managed to add some text after the price 'TTC' But its appeared just below the text

undefined

What I would like to do is make it level with the price and also same size and colour so it matches in and is easier to see.

Here is my code in Price.phtml

 

<?php else: ?>
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
<?php if ($_finalPrice == $_price): ?>
<?php echo $_coreHelper->formatPrice($_price, true) ?>
<?php else: ?>
<?php echo $_coreHelper->formatPrice($_finalPrice, true) ?>
<?php endif; ?>
</span>
<span><?php echo $this->__("<b>TTC</b>") ?></span>
<?php endif; ?>
<?php endif; ?>

 

Thanks for any ideas on how i can do it.