Thread: MSRP contrib

Page 21 of 40 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 393
  1. #201
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Does anyone know if this mod works on the Product Type Book for product types?

    Thanks, Kim

  2. #202
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Quote Originally Posted by smoke133 View Post
    Is there a way to have an image show up behind our price and just for the product page?
    I'm still trying to get this to work. I think that I'm on the right track. I'm just not sure on how to go about doing this. I think I need to add a class after ".TEXT_PRODUCT_OUR.". Every time I try doing this, my product page is blank.

    Here is the area of includes/functions/functions_prices.php file that I'm changing.
    PHP Code:
    $save=$display_msrp_price-$display_normal_price;
    $final_display_price '<span class="smalltext1"><s>'.TEXT_PRODUCT_MSRP.$currencies->display_price($display_msrp_pricezen_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>'
    Does any one know how to add a separate class within another class. Or would I end that class and start a new one?

  3. #203
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Im using this module with local tax (Australian GST) and it seems that when i add a product which is taxable and enter a RRP price it does not add tax to this anyone have a fix?

    Thanks

  4. #204
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Ok i finally worked out my problem but not sure of how to fix it.

    I currently use the tax class for all products which in Australia is 10%. Now when i add a product i select the tax class add a MSRP price in my case the RRP is: $99 (inc GST) the Product Gross (inc TAX) price is: $67.00 and the NET price (ex TAX) is $60.9091.

    When the above information is used the saving is worked out as follows:

    RRP: $99.00
    Save: $38.09 (38%)
    Our Price: $67.00

    These figures are wrong. The saving that has been calculated here seems to be RRP price ($99) minus NET price (ex TAX) which is $60.9091 which gives the above figure. So it seems to me that the module is using the NET price to work out the saving.

    The correct way to display the saving would be RRP price ($99.00) minus GROSS price (inc TAX) which should read:

    RRP: $99.00
    Save: $32.00 (32%)
    Our Price: $67.00

    Anyone know how i can make it use the GROSS amount instead?

  5. #205
    Join Date
    Nov 2005
    Location
    New Zealand
    Posts
    16
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Quote Originally Posted by gee38l View Post
    Ok i finally worked out my problem but not sure of how to fix it.

    I currently use the tax class for all products which in Australia is 10%. Now when i add a product i select the tax class add a MSRP price in my case the RRP is: $99 (inc GST) the Product Gross (inc TAX) price is: $67.00 and the NET price (ex TAX) is $60.9091.

    When the above information is used the saving is worked out as follows:

    RRP: $99.00
    Save: $38.09 (38%)
    Our Price: $67.00

    These figures are wrong. The saving that has been calculated here seems to be RRP price ($99) minus NET price (ex TAX) which is $60.9091 which gives the above figure. So it seems to me that the module is using the NET price to work out the saving.

    The correct way to display the saving would be RRP price ($99.00) minus GROSS price (inc TAX) which should read:

    RRP: $99.00
    Save: $32.00 (32%)
    Our Price: $67.00

    Anyone know how i can make it use the GROSS amount instead?
    Perhaps the problem is in the product input screen.
    You should have 2 input fields "Product RRP (Net)" and "Product RRP (Gross)" which operate in same way as the 2 product price inputs. Hence in this way you are entering the RRP price net of tax.

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

    Default Re: MSRP contrib

    how do you remove the msrp from an item?? i have an item which i added the MRSP to and then added atributes to. came to remove the mrsp a month later ie when to admin porduct and deleted and preview and save but the msrp still remains.... how do i get rid??

    i have tried even changing the price on the msrp in the admin to a high price and still it remain at the old price.

    tried with and without priced by atribution option on and off

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

    Default Re: MSRP contrib

    also tried deleting all the atribues etc and still no joy!! cant seem to be abkle to update the msrp

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

    Default Re: MSRP contrib

    just been and tried to change an item MSRP and i am unable to change the price!!

  9. #209
    Join Date
    Feb 2007
    Location
    New York
    Posts
    88
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Has anybody installed this on the latest version Zen Cart 1.3.9h ? Any information would be appreciated. Thanks.

  10. #210
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: MSRP contrib

    Quote Originally Posted by e81ny View Post
    Has anybody installed this on the latest version Zen Cart 1.3.9h ? Any information would be appreciated. Thanks.
    I have it installed on zen cart 1.3.9h. You will have to merge the files with the one it is using with 1.3.9h
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 21 of 40 FirstFirst ... 11192021222331 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR