Thread: MSRP contrib

Page 3 of 3 FirstFirst 123
Results 21 to 30 of 393

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Hi how can i get the you save price to display including VAT??

    my store shows the following

    Retail Price: £480.00
    You save: £275.00 (69%)
    Our Price: £150.00



    the 275.00 shown is without VAT as the saving is £330 (275 + 20% vat)

    how can I fix this?

  2. #2
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: MSRP contrib

    how can i make the you save price display including VAT???

    i have tried reinstalling the mod to make sure nothing missing and still the same!

  3. #3
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Is this now un supported??

  4. #4
    Join Date
    Apr 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Goto (approx) line 290 of

    includes\functions\functions_prices.php

    and replace the block of code starting with "if ($display_normal_price == 0) {" with the code below:

    PHP Code:
        if ($display_normal_price == 0) {

            
    // don't show the $0.00
            
    if(($display_msrp_price!='')&&($display_msrp_price!='0')){
                
    $save=$display_msrp_price-$display_normal_price;
                
    $final_display_price '<span class="pblock">'.TEXT_PRODUCT_MSRP.'</span><span class="smalltext1"><s>'.$currencies->display_price($display_msrp_price).'</s></span><br><span class="pblock">'.TEXT_PRODUCT_OUR.'</span><span id="elPrice" class="norm">'.$show_special_price $show_sale_price $show_sale_discount.'</span><br><span class="pblock">'.TEXT_PRODUCT_SAVE.'</span><span class="save">'.$currencies->display_price($save'').'&nbsp;('number_format((($display_msrp_price -  $display_normal_price) / $display_msrp_price), 2'.''') * 100 '%)'.'</span>' ;
            } else {
                
    $final_display_price $show_special_price $show_sale_price $show_sale_discount;
            }

        } else {

            if((
    $display_msrp_price!='')&&($display_msrp_price!='0')){
                
    $save=$display_msrp_price-$display_normal_price;
                
    $final_display_price '<span class="pblock">'.TEXT_PRODUCT_MSRP.'</span><span class="smalltext1"><s>'.$currencies->display_price($display_msrp_price ).'</s></span><br><span class="pblock">'.TEXT_PRODUCT_OUR.'</span><span id="elPrice" class="norm">'.$show_normal_price $show_special_price $show_sale_price $show_sale_discount.'</span><br><span class="pblock">'.TEXT_PRODUCT_SAVE .'</span><span class="save">'.$currencies->display_price($save'').'&nbsp;('number_format((($display_msrp_price -  $display_normal_price) / $display_msrp_price), 2'.''') * 100 '%)'.'</span>' ;
            } else {
                
    $final_display_price $show_normal_price $show_special_price $show_sale_price $show_sale_discount;
            }
        } 

  5. #5
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: MSRP contrib

    guess that not for me... as it made no difference just changed to order and layout. lol

    Price: Retail Price: £568.09
    Our Price: £249.99
    You save: £359.77 (63%)

  6. #6
    Join Date
    Jun 2011
    Posts
    85
    Plugin Contributions
    0

    Default Re: MSRP contrib

    I want to use this mod but before I do I had a question.

    The looks of this mod are basically this on the product page:

    Retail Price: $92.00(Crossed out)
    You save: $22.00 (24%)
    Our Price: $70.00
    But how would this look on the product page If I applied a product special discount? Lets say the price is $60 now using the special discount feature in zen-cart. How would the product page look now?

  7. #7
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: Confirmed working mods in Zen Cart 1.5

    Please find attached my attempt at upgrading MSRP for Zen Cart 1.5. msrp-display_for_1.5.zip

    Following That Software Guy's instructions and his gentile push to not give up, I have tried to not mess this attempt up.
    I have also added 'uninstall' instructions to the read me,

    I have tested on a live webspace, and this one thankfully no longer produces any myDebug files. I would be grateful if people could download and test and give feedback if it's upgrade has been done properly this time. To save wasting the time of the ZC admins in reviewing before submission, if no one comes back to me by the end of the week with any errors I will then formally upload to the downloads section. Unless a ZC admin thinks it is fine to just go ahead and upload for me. Thanks.

    (N.B. I have left the 'classic' name in the template section. I forgot to rename it YOUR_TEMPLATE - oops, bug 1 found)
    Last edited by ray-the-otter; 11 Jun 2012 at 12:28 PM. Reason: bug

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v151 MSRP Display Mod
    By Larry0652 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 26 Oct 2017, 12:36 PM
  2. v154 Msrp
    By SilverHD in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 6 Oct 2015, 09:00 AM
  3. v139h MSRP Add-on
    By MortalWombat in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Aug 2012, 01:11 AM
  4. Msrp display issue
    By CRYSTALDOLL in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Aug 2009, 02:40 PM
  5. MSRP Contrib, can anyone install it for me ?
    By Spdster in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 Jan 2009, 08:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg