Tuesday 5 April 2016

How to display “You Save” option on product detail page in Magento

You want to display "You Save: $ 0000" Price for "Special Price" on product detail page in Magento. Then you can follow the following steps:


Copy following file:

   
 app/design/frontend/base/default/template/catalog/product/price.phtml       
    

to your theme folder:


 app/design/frontend/default/yourtemplate/template/catalog/product/price.phtml


Then


Paste Following code, After 

   <?php   else: /* if ($_finalPrice == $_price): */  ?>




Paste Code:


 <?php   if( $cb_finalPrice  <  $cb_OrgPrice ) :     ?>


    <?php 

$_saveDiscountPercent = 100 - round(($cb_finalPrice / $cb_OrgPrice) * 100);  // if you want to display save                                                                           percentage 


  $_saveDiscountAmount = number_format(($cb_OrgPrice - $cb_finalPrice), 2);  


    ?>
        <p class="cbsave">


            <span class="price-label label">You Save :  </span>


            <span class="price">


                   <strong class="save-discont-amount">


 $<?php echo $_saveDiscountAmount ; ?> 


<?php echo '('.$_saveDiscountPercent .'%)'; 

                                   // if you want to display save percentage  ?>


                    </strong> 


            </span>


        </p>


    <?php endif;  ?>





11 comments:

  1. Good to see your post for How to display which is nice to see and your post is valuable for me and i have learnt much more things from here, keep doing well...

    knuckle and elbow whitening cream | vitamin c gel face wash

    moisturizing hand care lotion | organic aloe vera gel for skin care

    anti ageing night moisturizer | natural whitening products

    ReplyDelete
  2. Glad to know about "you save" option, and really well maintained blog. Keep updating your post.
    gemstones dealers in Delhi

    ReplyDelete
  3. Really good to know about it and it as verynice information about the save option on product.
    Supplier Of Iron Material In Naraina

    ReplyDelete
  4. Thanks for the update, its really impressive.
    Tacrol

    ReplyDelete