+ Reply to Thread
Results 1 to 2 of 2

Thread: Accross the board prodcut pricing increase

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    1
    Squirrelcart version
    not specified!

    Question Accross the board prodcut pricing increase

    Is there a way to increase my all of my product prices at once? I want to increase my prices by 12% and I don't want to go into each individual product file to do it.

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    That is going to depend on how you specified your prices. You can increase regular product pricing by 12% for all products with this query:
    Code:
    UPDATE Products SET Base_Price = Base_Price * 1.2;
    You can run this query in the control panel using our query tool by clicking "Tools > Database > Query". I'd recommend backing up your database before doing this.

    If you need to increase the price of options, see this thread:
    http://www.ldev.com/forums/showthrea...ate+base_price

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts