Thread: MSRP contrib

Page 13 of 40 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 393
  1. #121
    Join Date
    Jun 2009
    Posts
    100
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Tried to download this mod and some jibberish code pops up, any ideas?

    I was able to download the earlier version but it says there was a bug.

  2. #122
    Join Date
    Jun 2009
    Posts
    100
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Also I dont quite understand the the first thing to do. Help please.

    1. Add a new field to the products table to hold the MSRP value.

    ALTER TABLE `tableprefix_products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;

    (If you have not chosen a Table Prefix in your zencart installation, then change the 'tableprefix_products' to 'products'. If you have a Table Prefix, then replace 'tableprefix' with your custom one. If you are unsure, try just putting in 'products', and if it fails view your SQL Table and you should be able to find 'yourprefix_products'.)

  3. #123
    Join Date
    Jun 2009
    Posts
    100
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Anyone?

  4. #124
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: MSRP contrib

    All you do is copy and paste that line into Admin / Tools / Install SQL Patches inside your store admin.

    If you created a prefix when you set up your store, something like zencart, then the line would look like this:

    ALTER TABLE `zencart_products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;

    If you don't have a prefix then it would look like this:

    ALTER TABLE `products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;

  5. #125
    Join Date
    Jun 2009
    Posts
    100
    Plugin Contributions
    0

    Default Re: MSRP contrib

    TUVM

    It took a little while to enter everything, but I actually did it right and it worked!!

    Thanks again!

  6. #126
    Join Date
    Mar 2008
    Location
    Lombard, IL
    Posts
    11
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Quote Originally Posted by smoke133 View Post
    All you do is copy and paste that line into Admin / Tools / Install SQL Patches inside your store admin.

    If you created a prefix when you set up your store, something like zencart, then the line would look like this:

    ALTER TABLE `zencart_products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;

    If you don't have a prefix then it would look like this:

    ALTER TABLE `products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;

    How would I do this in phpMyAdmin? I added the "zen_products_msrp" field but I dont understand where to add the "AFTER `products_price` ;" bit

    A created the "zencard_products_msrp" field with the type being a decimal and added the 15,4 length/value and selected not null and that is where i got stuck.

  7. #127
    Join Date
    Mar 2008
    Location
    Lombard, IL
    Posts
    11
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Quote Originally Posted by BoutiqueMusic View Post
    How would I do this in phpMyAdmin? I added the "zen_products_msrp" field but I dont understand where to add the "AFTER `products_price` ;" bit

    A created the "zencard_products_msrp" field with the type being a decimal and added the 15,4 length/value and selected not null and that is where i got stuck.
    I also tried adding the table in the Install SQL Patches thing and apparently I don't have a `products_price` field.....

    Help.....

  8. #128
    Join Date
    Mar 2008
    Location
    Lombard, IL
    Posts
    11
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Nevermind...I'm an idiot.

    I got it to work by taking the "zencart_" out of the statement and the Admin tool worked perfectly.

    ALTER TABLE `zencart_products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;

  9. #129
    Join Date
    Jan 2009
    Location
    Czech Republic
    Posts
    59
    Plugin Contributions
    0

    Default Re: MSRP contrib

    Hi, thx for your contribution. I need your help. I'd really appreciate if I could display MSRP only on product listing page. Would you mind to make this code for me?

  10. #130
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: MSRP contrib

    Is it possible to not have the section that says You save: so much %

    I just want it to lsit the MSRP price

 

 
Page 13 of 40 FirstFirst ... 3111213141523 ... 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