Results 1 to 9 of 9
  1. #1
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Change pricing in price groups

    Hi -
    I have products priced per quantity over a whole range of quantities; ie 50 = $80.00, 100 = $122.00; 200 - $148.00 etc etc etc
    but all 172 products have the same pricing.
    Is there a way to "bulk" change/increase all the pricing rather than change each products price one by one
    EZ-pop does not download this pricing - which would make life very simple. Is there another program that does this?
    with many thanx in anticipation
    Rufusclc

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

    Default Re: Change pricing in price groups

    I suspect that you are using the quantity discount feature????
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Change pricing in price groups

    Hi
    thanx for your response
    answer is yes
    Rufus

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

    Default Re: Change pricing in price groups

    Is the quantity discount setup/entered for all products and you are wanting to alter the pricing?

    Or are you wanting to add the qty pricing to them all?
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Change pricing in price groups

    Using it only for this group of products not all the products on our site
    Rufus

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

    Default Re: Change pricing in price groups

    Using it only for this group of products not all the products on our site
    OK, but are qty discounts already added to all products in this group?
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Change pricing in price groups

    Yes
    thanx for yr patience
    Rufus

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

    Default Re: Change pricing in price groups

    OK,

    If you have added the same qty discount to all of these products and these are the ONLY qty discounts in your cart...

    DO NOT USE THIS if you have other items with qty discounts

    First place shop down for maint then using phpmyadmin, make a proper backup
    https://www.zen-cart.com/tutorials/i...hp?article=103

    Then to check, use phpmyadmin and export only the products_discount_quantity table not compressed

    Open this exported table in an editor and assuming that you have actually added them all identically, you will see something like this - -
    Where the red highlighted value is discount_qty
    Code:
    (1, 8, 3, '10.0000'),
    Now the number/levels of discounts for example if you have "5" levels you will need to run this sql 5 times adjusting for the discount_qty values you have and the desired price where highlighted

    Code:
    UPDATE products_discount_quantity SET discount_price = 10.0000 WHERE discount_qty = value;
    It should look like this where the discount qty is 3 and the desired price is 10.0000
    Code:
    UPDATE products_discount_quantity SET discount_price = 10.0000 WHERE discount_qty = 3;
    I suggest you run one and view the result before continuing

    If all goes bad you have a backup
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Change pricing in price groups

    Great thanx a whole bunch
    Rufus

 

 

Similar Threads

  1. v151 Pricing based on groups of products
    By Azrael in forum Basic Configuration
    Replies: 1
    Last Post: 12 Mar 2013, 07:54 PM
  2. Mass price change not group pricing
    By darktowerhobbies in forum Customization from the Admin
    Replies: 1
    Last Post: 31 Mar 2008, 11:14 AM
  3. Items' Price AND Display Based On Groups
    By clifford in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 25 Jun 2007, 07:52 PM
  4. Pricing Groups - Need Approval?
    By SarahMD in forum Managing Customers and Orders
    Replies: 2
    Last Post: 24 May 2006, 03:30 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