Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Nov 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Globally Changing prices of products.

    Quote Originally Posted by Ajeh View Post
    You can check the products table in phpMyAdmin to see what the master_categories_id is or ... in the Zen Cart Admin go to the Categories/Products ... if all the Category is not marked with a yellow icon, that means there are not any Linked Products ... if the Category is marked with a yellow icon that means there are Linked Products ...

    If you use Linked Products, check to see if those Products are all using the same master_categories_id ... you can see this by editing the Product ...

    If all Products use the same master_categories_id, then you can use that to control which Category gets the prices updated ...

    For example, if categories_id 10 is the master_categories_id you can update the products_price to $5.00 more with:
    Code:
    UPDATE products SET products_price = products_price + 5.00 WHERE master_categories_id = 10;
    and that can be run in the Tools ... Install SQL Patches ...

    The, go to the Tools ... Store Manager ... and run the Update Products Price Sorter ...

    NOTE: the Update Products Price Sorter uses the master_categories_id when building the default price for the Product ... so if using Linked Products, it is important that master_categories_id be set correctly ...
    Thank you Linda. I will see if I can figure out what to do from what you've described. You were very helpful.

  2. #12
    Join Date
    Sep 2010
    Posts
    60
    Plugin Contributions
    0

    Default Re: Globally Changing prices of products.

    Quote Originally Posted by Ajeh View Post
    You can check the products table in phpMyAdmin to see what the master_categories_id is or ... in the Zen Cart Admin go to the Categories/Products ... if all the Category is not marked with a yellow icon, that means there are not any Linked Products ... if the Category is marked with a yellow icon that means there are Linked Products ...

    If you use Linked Products, check to see if those Products are all using the same master_categories_id ... you can see this by editing the Product ...

    If all Products use the same master_categories_id, then you can use that to control which Category gets the prices updated ...

    For example, if categories_id 10 is the master_categories_id you can update the products_price to $5.00 more with:
    Code:
    UPDATE products SET products_price = products_price + 5.00 WHERE master_categories_id = 10;
    and that can be run in the Tools ... Install SQL Patches ...

    The, go to the Tools ... Store Manager ... and run the Update Products Price Sorter ...

    NOTE: the Update Products Price Sorter uses the master_categories_id when building the default price for the Product ... so if using Linked Products, it is important that master_categories_id be set correctly ...
    Hi Linda,

    I too have the same need, but i want to update all prices globally, by a percentage not just a set amount, could you please advise? thanks in advance,

    regards,

    ed

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

    Default Re: Globally Changing prices of products.

    Change the setting for:
    products_price = products_price + 5.00

    to what you want to use ...

    If you want to do ALL Products, then remove the WHERE condition:
    WHERE master_categories_id = 10
    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: v1.5.5]
    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 2 of 2 FirstFirst 12

Similar Threads

  1. Can prices be added globally to a range of products or only one product at a time?
    By actionjackson57 in forum Setting Up Categories, Products, Attributes
    Replies: 14
    Last Post: 8 Aug 2011, 03:32 PM
  2. Applying Attribute Value prices Globally.
    By Sushigal in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 27 May 2011, 01:43 PM
  3. increasing prices globally?
    By bbrace in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 3 May 2011, 02:13 PM
  4. How to globally increase prices?
    By snowy2007 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 10 Dec 2008, 11:52 AM
  5. Adjusting prices globally
    By sammybotz in forum General Questions
    Replies: 3
    Last Post: 6 Apr 2007, 03:35 AM

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