Hi, 
I like to display the price without discount strikethrough
http://gancisplay.cl/productos
               
                
               
          



         if( $this->product->prices['salesPrice'] != $this->product->prices['costPrice'] ) :
            echo '<span style="text-decoration:line-through;">$' . round( $this->product->prices['costPrice'], 2 ) . "</span>";
         endif;      






