Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    23
    Plugin Contributions
    0

    Default Increase prices per manufacturer

    Hi all,

    Had a search around but cannot find the answer to this. Is there any way to increase the price on a selected manufacturer by a certain percentage on all their products?

    Sorry if this has already been answered but I couldn't find it.

    Thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Increase prices per manufacturer

    Last edited by stevesh; 6 Oct 2010 at 02:08 PM.

  3. #3
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Increase prices per manufacturer

    Quote Originally Posted by I.Q View Post
    Hi all,

    Had a search around but cannot find the answer to this. Is there any way to increase the price on a selected manufacturer by a certain percentage on all their products?

    Sorry if this has already been answered but I couldn't find it.

    Thanks
    If you know (or can find out) the Manufuacturers ID, then a SQL command long the lines of:.......................
    -------------------------------
    update `products` set `products_price` = `products_price` + ((`products_price` /x) *100) WHERE `manufacturers_id` = 'yyy' ;
    ----------------------------------

    .....should do it. Adjust 'x' and 'yyy' to suit.

    The syntax given may not be accurate... I've just typed that in as an example.

    Cheers
    Rod

 

 

Similar Threads

  1. Increase prices
    By irishshopper in forum Basic Configuration
    Replies: 1
    Last Post: 2 Jun 2011, 11:00 AM
  2. Increase Manufacturer URL Character Count
    By kidsstuff in forum Basic Configuration
    Replies: 6
    Last Post: 24 Jan 2011, 06:46 PM
  3. Minimun price per category or per manufacturer
    By articulosdebelleza in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Oct 2010, 10:03 AM
  4. Can I increase prices on all parts for one Manufacturer?
    By ncmx1 in forum General Questions
    Replies: 32
    Last Post: 3 Apr 2008, 04:05 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