Skip to content

Instantly share code, notes, and snippets.

@timbroder
Created September 2, 2011 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbroder/1189770 to your computer and use it in GitHub Desktop.
Save timbroder/1189770 to your computer and use it in GitHub Desktop.
if($_product->getAdrIsRefurbished() == 1) { ?>
<li><a href="#" class="lb_waystosave"
rel="refurbished_products"><?php echo $refurbished['count']?>
Refurbished <?php if($pricecount==0){if($refurbished['count']>1) { echo 'from ';}else{ echo 'for ';}?>
<?php echo Mage::helper('core')->currency($pricepointdata['adr_is_refurbished']['lowest_price'],true,false);$pricecount=1;}?>
</a></li>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment