Thread: MSRP contrib

Page 36 of 40 FirstFirst ... 263435363738 ... LastLast
Results 351 to 360 of 393
  1. #351
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: MSRP contrib

    Quote Originally Posted by frank18 View Post
    I have submitted an updated version for ZC 1.5.4 - it should be available for download in a few days.
    Just noted that the bug which was posted by Louis (post #346) is not incorporated in the previous (Design75) and my latest upload.

    So, in includes/functions/functions_prices.php find

    PHP Code:
        }
      }
    }

    // end modifications for MSRP ================= 

    and replace with:

    PHP Code:
        }
      }
     return 
    $final_display_price $free_tag $call_tag;
    }

    // end modifications for MSRP ================= 

    Sorry folks.

  2. #352
    Join Date
    Aug 2014
    Location
    South Africa
    Posts
    27
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Hi Guys

    I am just about to give up all hope... I have installed everything step by step but as soon as I put the "functions_prices.php" file into includes/functions/ the front end of the site still works but I cannot access the admin side. Just a great big blank page. I am desperately trying to get this pricing functionality to work on Zen Cart 1.5.4 can anybody please help me out with this?

    Thank you in advance I really appreciate any assistance I can get

    Regards

    Erwin

  3. #353
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: MSRP contrib

    Quote Originally Posted by ErwinSk8 View Post
    ...... Just a great big blank page.....
    What output do you find in your logs folder? Also see https://www.zen-cart.com/content.php?124-blank-page

  4. #354
    Join Date
    Aug 2014
    Location
    South Africa
    Posts
    27
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Hi Frank

    Thank you so much for dropping some knowledge on a noob, I really appreciate it. The only problem is I don't really know how to read this... or what to do to correct it as I am literally learning as I go along. This is what I found in the latest site log:

    [09-Oct-2015 15:04:30 UTC] PHP Fatal error: Cannot redeclare zen_update_products_price_sorter() (previously declared in /home/erwintheoutlaw/public_html/thecontrolroom.co.za/marsadmin/includes/functions/general.php:2769) in /home/erwintheoutlaw/public_html/thecontrolroom.co.za/marsadmin/includes/functions/functions_prices.php on line 1375

    but really have no idea what it means... if you don't mind, would you consider giving me a little crash course on how this error log works and how to repair it?

    I will attached the two files that seem to be the cause of all the issues as per the log.

    I really appreciate your assistance, I only hope that one day I will be good enough at this to be able to help someone else.


    Regards

    Erwin
    Attached Files Attached Files

  5. #355
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: MSRP contrib

    Quote Originally Posted by ErwinSk8 View Post
    Hi Frank

    Thank you so much for dropping some knowledge on a noob, I really appreciate it. The only problem is I don't really know how to read this... or what to do to correct it as I am literally learning as I go along. This is what I found in the latest site log:

    [09-Oct-2015 15:04:30 UTC] PHP Fatal error: Cannot redeclare zen_update_products_price_sorter() (previously declared in /home/erwintheoutlaw/public_html/thecontrolroom.co.za/marsadmin/includes/functions/general.php:2769) in /home/erwintheoutlaw/public_html/thecontrolroom.co.za/marsadmin/includes/functions/functions_prices.php on line 1375

    but really have no idea what it means... if you don't mind, would you consider giving me a little crash course on how this error log works and how to repair it?

    I will attached the two files that seem to be the cause of all the issues as per the log.

    I really appreciate your assistance, I only hope that one day I will be good enough at this to be able to help someone else.

    Regards

    Erwin
    We all started small at some stage, it is a learning curve.

    You copied the file functions_prices.php into the admin/includes/functions folder instead of the /includes/functions folder.

    Firstly replace the file admin/includes/functions/functions_prices.php with the original file from your backup and see if you can get into admin without a blank page.

    Next check that the files in the module have been correctly merged and placed into the correct folders.

    One basic rule when stating file paths here in the forums is to never reveal the real name of your admin folder. That is an invitation for hackers! Always call it MY_ADMIN or ADMIN_FOLDER or similar when posting file paths! So, quickly rename your admin folder to something else.

    BTW, there is nothing to 'repair' in the logs folder, that folder only records errors in the system. Ideally that folder should be empty but for the .htaccess file.

  6. #356
    Join Date
    Aug 2014
    Location
    South Africa
    Posts
    27
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Hi Frank

    You are a Life Saver!! 100% a True Legend! I do have one rather pressing issue. I think this is due to me working within the confines of a purchased template. for some reason the price, discount and MSRP price are scattered as per the image I have attached. I don't know if the problem can be solved within the line of css? I would really like them to be under one another... then perhaps also have the ability to change their colors and so on? Could you maybe give me a hand with this? I really appriciate it and can't believe I mad such a rookie mistake...

    Code:
    .atrib2 {
      padding: 10px 15px;
      margin-top: 15px;
      color: #fff;
      -webkit-border-radius: 4px 0 4px 0;
      -moz-border-radius: 4px 0 4px 0;
      border-radius: 4px 0 4px 0;
    }
    .atrib2 #productAttributes .wrapperAttribsOptions {
      overflow: hidden;
      border-bottom: 1px solid #d1d1d1;
      padding-bottom: 15px;
      color: #555;
    }
    .atrib2 #productAttributes .wrapperAttribsOptions h4 {
      font-size: 16px;
      text-transform: uppercase;
      margin: 10px 0 10px 0;
      color: #777;
      font-family: "Open Sans", sans-serif;
    }
    .atrib2 #productAttributes .wrapperAttribsOptions .option {
      width: 33.33%;
      color: #000;
      float: left;
    }
    .atrib2 #productAttributes .wrapperAttribsOptions .option label {
      margin: 0 0 0 5px;
      font-family: "Open Sans", sans-serif;
    }
    .atrib2 #productAttributes .wrapperAttribsOptions .two {
      width: 50%;
      padding-bottom: 5px;
    }
    .atrib2 .add_to_cart_block #prod-price span {
      float: right;
      margin-top: 10px;
      margin-left: 10px;
      padding: 10px 10px;
      background: #ce1b22;
      -webkit-border-radius: 0 4px 0 4px;
      -moz-border-radius: 0 4px 0 4px;
      border-radius: 0 4px 0 4px;
    }
    .atrib2 .add_to_cart_block .price-text {
      font: 400 19px/34px "Open Sans", sans-serif;
      color: #fff;
    }
    .atrib2 .add_to_cart_block .productSalePrice,
    .atrib2 .add_to_cart_block .productSpecialPrice {
      font-size: 20px;
      line-height: 54px;
    }
    .atrib2 .add_to_cart_block .normalprice {
      font-size: 20px;
      line-height: 55px;
    }
    .atrib2 .add_to_cart_block .productPriceDiscount {
      font-size: 17px;
      margin-top: 0px;
    }
    
    .wrapper.atrib2 {
      padding: 0;
    }
    Thank you so much, I really appreciate the assistance and time you are spending on helping out noobs :-)Click image for larger version. 

Name:	pricing.jpg 
Views:	27 
Size:	37.3 KB 
ID:	15691

  7. #357
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: MSRP contrib

    Quote Originally Posted by ErwinSk8 View Post
    Hi Frank

    You are a Life Saver!! 100% a True Legend! I do have one rather pressing issue. I think this is due to me working within the confines of a purchased template. for some reason the price, discount and MSRP price are scattered as per the image I have attached. I don't know if the problem can be solved within the line of css? I would really like them to be under one another... then perhaps also have the ability to change their colors and so on? Could you maybe give me a hand with this? I really appriciate it and can't believe I mad such a rookie mistake...
    No problem, glad you got that fixed.

    Since your layout is not related to MSRP you should open another thread.
    Last edited by frank18; 12 Oct 2015 at 11:39 AM.

  8. #358
    Join Date
    Aug 2014
    Location
    South Africa
    Posts
    27
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Hi Frank

    I managed to get the layout sorted out but I sit with one last issue... I even contacted templatetuners and was told they do not support third party modules and that I should contact the developer. The only problem I now have is that the first price you see on the product listing page is the "Retail Price" with the strike through it but rather the "Our Price" which is what we would like the client to see. I was told that the issue is not one of CSS rather that of the module or something in that area so as to retain the sites responsiveness.

    if you visit www.thecontrolroom.co.za you will see the product, NOVATION UltraNova but it is showing the Retail Price rather than the "Our Price" (The actual price we are selling the product price) you will see if you visit the actual product URL: http://www.thecontrolroom.co.za/inde...oducts_id=1170 that everything is perfect but I need "Our Price: R10,850.00" to be the price the client sees in searches and then when they land on the product page they see exactly what it is currently.

    I really appreciate any help you can throw at this Noob.

    Regards

    Erwin

  9. #359
    Join Date
    Aug 2014
    Location
    South Africa
    Posts
    27
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Hi there all you Zen Cart Legends! Can anybody help me with this issue? I would really appreciate any assistance.

  10. #360
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: MSRP contrib

    Quote Originally Posted by ErwinSk8 View Post
    Hi there all you Zen Cart Legends! Can anybody help me with this issue? I would really appreciate any assistance.
    Just checked your site - looks like you got that sorted.

 

 
Page 36 of 40 FirstFirst ... 263435363738 ... 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