Thread: MSRP contrib

Page 34 of 40 FirstFirst ... 243233343536 ... LastLast
Results 331 to 340 of 393
  1. #331
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Using Zencart 1.5.1

    I have installed including the patch for MySQL. I even tried within myPHP admin. I cannot see any changes at all on the site?
    I have definitely uploaded the new files in correct places as per instructions. I am familiar with adding MODs.

    Can anyone perhaps suggest a solution?

    PS: includes/functions/functions_price.php file in merge looked very different so I just uploaded the whole new includes/functions/functions_price.php file as is to replace my old one.
    Downunder QLD

  2. #332
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Ok working now.

    I did not realized that I had to set prices individually in each product. This is is hopeless for me as I wanted the effect to show for my 'Specials' prices when I set a 'special' price for a product.
    Downunder QLD

  3. #333
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MSRP contrib

    OAVS - It would be relatively easy to 'display' the MSRP field on your site, please detail where/how you'd like it displayed on the product page... or elsewhere?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  4. #334
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: MSRP contrib

    When I first installed the module by overriding my new installed Zen Cart demostore I got a PHP syntax error, then I went to the code and noticed there was a missing }
    around line 333 I found the
    PHP Code:
    $final_display_price $show_normal_price $show_special_price $show_sale_price $show_sale_discount;
     }
     } 
    /* I had to add the following } to avoid this error >> PHP Parse error:  syntax error, unexpected $end in /home/seasonbr/public_html/demostore/includes/functions/functions_prices.php on line 1408 */
      

    That's the modified section of the code inside functions_prices.php
    It created a blank screen, because of this, however now, after the fix, it's not displaying any prices. Any ideas why this is happening?

  5. #335
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MSRP contrib

    The code displays what it finds in each of the variables in the output line:
    $final_display_price = $show_normal_price . $show_special_price . $show_sale_price . $show_sale_discount;

    You've either got an error in one of the variables to the right of the equal sign, or they are all zeros.

    What exactly did your error log say when it posted the PHP syntax error?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  6. #336
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Quote Originally Posted by twitchtoo View Post
    The code displays what it finds in each of the variables in the output line:
    $final_display_price = $show_normal_price . $show_special_price . $show_sale_price . $show_sale_discount;

    You've either got an error in one of the variables to the right of the equal sign, or they are all zeros.

    What exactly did your error log say when it posted the PHP syntax error?
    Right now I am not getting errors yet the site is not displaying ANY prices

    HTML Code:
    http://www.theoutletseason.com/demostore
    I didn't check the variable $final_display_price content, to see if it was 0.
    I know it's the result of all the others concatenated ...
    Last edited by icecold; 24 Apr 2014 at 07:03 PM.

  7. #337
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MSRP contrib

    The link you sent has some other problems, it's not rendering the page elements you can see correctly let alone the prices. That points me at a problem with the sheffield blue template install first. What happens when you switch to the classic green template?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  8. #338
    Join Date
    Jun 2014
    Location
    Mississippi
    Posts
    3
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Howdy!
    Sure hope you folks can help me figure this out.
    Running newest Zen-cart version. When I install the MSRP mod, the site won't come up. I can log into the admin, look at products, change the msrp price, etc, but the site itself stops working.
    I've uninstalled the mod and re-installed. I've uninstalled Zen-cart itself and re-installed 4 or 5 times and always double check to make sure everything goes in it's proper place. But the end result is always the same.
    This last time, I used winmerge to merge files and install this mod and the MAP mod simultaneously. On the backend, I have entries for map pricing and msrp when configuring a product, but the site does the same thing as when the msrp is installed by itself: blank.
    Any suggestions?

  9. #339
    Join Date
    Jun 2014
    Location
    Mississippi
    Posts
    3
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Update:

    I uploaded the functions_prices.php file from the MAP mod and the site is working again, so the problem lies within the msrp code of that file.

  10. #340
    Join Date
    Jun 2014
    Location
    Mississippi
    Posts
    3
    Plugin Contributions
    0

    Default Re: MSRP contrib

    another update:

    I downloaded the version of the MSRP contrib that is one version older and uploaded just the functions_prices.php file from that version, and now the msrp line is working on the products page, so there's something a little wonky about that file in the newest download.

    Of course I lost the MAP function, so I'm going to try another winmerge with this working file and see what happens. I'll let you know if it works.

 

 
Page 34 of 40 FirstFirst ... 243233343536 ... 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