Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: MSRP Display edit

    I asked what/where/how this price is entered - as the dollar amount
    Zen-Venom Get Bitten

  2. #22
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: MSRP Display edit

    under the product information in the admin section. just like normal. It is in US dollars. Is that what you are asking?

  3. #23
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: MSRP Display edit

    In includes/functions/functions_prices.php find at about line 300 the class "norm" and try changing it to something unique that is not already in your stylesheet
    i.e.
    sprice
    Then add to the bottom of your stylesheet that class
    .sprice {
    text-size: ??em;
    }
    Code:
          	$final_display_price = '<span class="smalltext1"><s>'.TEXT_PRODUCT_MSRP.$currencies->display_price($display_msrp_price, zen_get_tax_rate($product_check->fields['products_tax_class_id'])).'</s></span><br><span class="save">'.TEXT_PRODUCT_SAVE .$currencies->display_price($save, '').'&nbsp;&nbsp;('. number_format((($display_msrp_price -  $display_normal_price) / $display_msrp_price), 2, '.', '') * 100 . '%)'.'</span><br><span class="norm">'.TEXT_PRODUCT_OUR.$show_special_price . $show_sale_price . $show_sale_discount.'</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="smalltext1"><s>'.TEXT_PRODUCT_MSRP.$currencies->display_price($display_msrp_price, zen_get_tax_rate($product_check->fields['products_tax_class_id'])).'</s></span><br><span class="save">'.TEXT_PRODUCT_SAVE .$currencies->display_price($save, '').'&nbsp;&nbsp;('. number_format((($display_msrp_price -  $display_normal_price) / $display_msrp_price), 2, '.', '') * 100 . '%)'.'</span><br><span class="norm">'.TEXT_PRODUCT_OUR.$show_normal_price . $show_special_price . $show_sale_price . $show_sale_discount.'</span>' ;
    	  }else{
    Zen-Venom Get Bitten

  4. #24
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: MSRP Display edit

    Thanks, that is the changes I made at first too, I think.

    Here is what happens when I do that

    http://ie-proofs.com/domo-online.com...allon-p-3.html


    thanks, somehow need to be able to change it on the products_display I think, since that is where the data is sent from.

    any idea?

    thank you

  5. #25
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: MSRP Display edit

    Got it. Had to many other styles messing it up. Your solution worked. Also had to change the h2 tag.

    Thank you for your help working me through it

 

 
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. v151 Problem installing MSRP display
    By SilverHD in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 17 Oct 2017, 04:06 AM
  3. Dual Pricing 2 and New MSRP Display together?
    By jfelix in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 15 Nov 2012, 05:32 PM
  4. MSRP Display Mod / phpMyAdmin edit problem
    By rdcast in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 10 Sep 2011, 09:11 PM
  5. Msrp display issue
    By CRYSTALDOLL in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Aug 2009, 02:40 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