Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    Default Products price manager - edit multiple products at once?

    Hi, could anyone help me with a Products Price Manager question. I have a number of products set up using the PPM for volume discounts. I would like to edit a SUBSET of these products and change the price/discounts.

    Is there a way to do that quickly, or do I have to go through and edit each individual product?

    Thanks in advance.
    Visit our zencart-enabled site:
    http://wipasnapa.com/store/

  2. #2

    Default Re: Products price manager - edit multiple products at once?

    Can anyone please help me with this query... I've searched the forums but cannot find the answer.

    Quote Originally Posted by wipasnapa View Post
    Hi, could anyone help me with a Products Price Manager question. I have a number of products set up using the PPM for volume discounts. I would like to edit a SUBSET of these products and change the price/discounts.

    Is there a way to do that quickly, or do I have to go through and edit each individual product?

    Thanks in advance.
    Visit our zencart-enabled site:
    http://wipasnapa.com/store/

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products price manager - edit multiple products at once?

    While nothing is built into Zen Cart for this at this time, you can use an export/import method for this ...

    If you export the records for a Product that is already setup, say products_id = 17 ... export the records for products_id 17 from the products_discount_quantity and change the 17 to the next products_id number, example products_id 23, that you want to use ...

    Then, edit the products table and set the values for:
    products_discount_type
    products_discount_type_from

    that you see set for products_id 17 and change for your products_id 23 ...

    This will let you build these faster ...

    You could even write a mini piece of code to manage this for you ...

    Have you got your coder's hat on?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Apr 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: Products price manager - edit multiple products at once?

    Quote Originally Posted by Ajeh View Post
    While nothing is built into Zen Cart for this at this time, you can use an export/import method for this ...

    If you export the records for a Product that is already setup, say products_id = 17 ... export the records for products_id 17 from the products_discount_quantity and change the 17 to the next products_id number, example products_id 23, that you want to use ...

    Then, edit the products table and set the values for:
    products_discount_type
    products_discount_type_from

    that you see set for products_id 17 and change for your products_id 23 ...

    This will let you build these faster ...

    You could even write a mini piece of code to manage this for you ...

    Have you got your coder's hat on?

    Hello,i have same need .
    need my other handbags have same discount as this product: http://www.gueston.com/coach-handbag...bag-001-p-2991

    so please let me know how to do it.

    Thanks

  5. #5
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Products price manager - edit multiple products at once?

    Ajeh,

    This is useful if you do the quantity pricing by Zen Cart's Product ID number. But I have a list based on my model numbers. How do I know which product is which so I can apply the discounts to the appropriate Model numbers?

    Thanks!

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products price manager - edit multiple products at once?

    If you entered the Product Model (products_model) on the Product when adding/editing then you can look up the Product by doing a search for it ...

    On the Product Price Manager, there is also a search box, you can enter the model ... then click on the $ for the Product with the correct model number ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Products price manager - edit multiple products at once?

    Ajeh,

    I've been hoping to avoid the Price Manager or looking items up by hand; I have hundreds of products, each with different quantity price breaks. A database import solution would be much simpler & faster.

    Is there a database lookup that could provide me with a list of all the product IDs and their Model # counterparts?

    Thanks!

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products price manager - edit multiple products at once?

    From phpMyAdmin, you could use:
    Code:
    SELECT products_id, products_model from products;
    To find an specific Product Model, you could use:
    Code:
    SELECT products_id, products_model from products WHERE products_model = 'some model here';
    Or, you could just browse the whole products table to be able to see all of the fields ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Products price manager - edit multiple products at once?

    Ajeh,

    SWEET! Just what I was looking for You're a lifesaver.

    Thanks!

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products price manager - edit multiple products at once?

    You are most welcome, thanks for the update that this worked for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Add/edit multiple of products at once
    By Disciplinz in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 13 Mar 2010, 07:46 PM
  2. Uploading multiple products at once??
    By SBPC in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 31 Mar 2009, 08:14 PM
  3. Changing multiple products at one? EG set and change same price for multiple products
    By jamesdavid in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Aug 2008, 10:59 PM
  4. Multiple products at once
    By hubert in forum Customization from the Admin
    Replies: 0
    Last Post: 31 Jan 2008, 02:40 AM

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