Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2011
    Posts
    12
    Plugin Contributions
    0

    Default "one touch" price increase on my site?

    Forgive my ignorance; I'm still taking over my store after losing my web guy. In the past he told me he could do an "across the board" price increase of all products on the store, using a percentage increase, but he never told me how he did it. Can anyone tell me how that could be done?

    Thank you in advance!
    Rob

  2. #2
    Join Date
    Sep 2010
    Location
    Cahokia, IL
    Posts
    19
    Plugin Contributions
    0

    Default Re: "one touch" price increase on my site?

    I think what he is talking about it using Easy Populate (EP).

    EP allows you to view your inventory via your favorite spreadsheet program. From this view you can change things enmass like prices, categories, weights, and just about every other category you need. When done, you can upload your spreadsheet in a tab-delimited .csv file format to your site under Tools>Easy Populate

    You can download it here (version 1.2.5.4 - the one I use and have had little to no problems with):
    http://www.zen-cart.com/index.php?ma...oducts_id=1633

    There is also a Schoolboys wiki about here:
    http://www.zen-cart.com/wiki/index.php/Easy_Populate

    And a support thread here:
    http://www.zen-cart.com/forum/showth...=easy+populate

    If you need to learn how to use your spreadsheet program, I would suggest visiting the forums for your spreadsheet program.
    Last edited by dragoon09; 1 Dec 2011 at 04:02 AM. Reason: forgot to add something
    [FONT="Comic Sans MS"]Matt Doty
    www.MoodBoosters.net
    "It's better to be a Smart A$$ than a Dumb A$$[/FONT]

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: "one touch" price increase on my site?

    You can run a SQL patch through admin>>>tools>>>insert sql patches.

    Good idea to BACKUP the database first.

    UPDATE products SET products_price = products_price * 1.2;

    The value 1.2 will add 20%
    The value 1.25 will add 25%
    The value 1.3 will add 30%
    The value 1.33 will add 33%
    ...

    do you see the pattern?

    This is a GLOBAL increase !!!

    For more options, see: http://www.zen-cart.com/forum/showpo...32&postcount=5
    20 years a Zencart User

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: "one touch" price increase on my site?

    Quote Originally Posted by dragoon09 View Post
    I think what he is talking about it using Easy Populate (EP).

    EP allows you to view your inventory via your favorite spreadsheet program. From this view you can change things enmass like prices, categories, weights, and just about every other category you need. When done, you can upload your spreadsheet in a tab-delimited .csv file format to your site under Tools>Easy Populate

    You can download it here (version 1.2.5.4 - the one I use and have had little to no problems with):
    http://www.zen-cart.com/index.php?ma...oducts_id=1633

    There is also a Schoolboys wiki about here:
    http://www.zen-cart.com/wiki/index.php/Easy_Populate

    And a support thread here:
    http://www.zen-cart.com/forum/showth...=easy+populate

    If you need to learn how to use your spreadsheet program, I would suggest visiting the forums for your spreadsheet program.
    Certainly EP is an option... best used when there are a large number of differences in the price increases.
    20 years a Zencart User

  5. #5
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: "one touch" price increase on my site?

    Or even simpler, go into your admin and just adjust your default currency ratio from 1 to 1.2 for instance for a 20% hike. This will of course increase shipping costs too, everything.

  6. #6
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: "one touch" price increase on my site?

    Quote Originally Posted by schoolboy View Post
    You can run a SQL patch through admin>>>tools>>>insert sql patches.

    Good idea to BACKUP the database first.

    UPDATE products SET products_price = products_price * 1.2;

    The value 1.2 will add 20%
    The value 1.25 will add 25%
    The value 1.3 will add 30%
    The value 1.33 will add 33%
    ...

    do you see the pattern?

    This is a GLOBAL increase !!!

    For more options, see: http://www.zen-cart.com/forum/showpo...32&postcount=5
    I use this method too, but its worth noting that if you have any sales and specials prices that these need resetting as they will be defined in the price sorter field (thats my understanding anyway. so usually to be safe I remove all sale sales and specials, run the sql patch, then re-apply sales etc.
    Phil Rogers
    A problem shared is a problem solved.

 

 

Similar Threads

  1. v150 How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2013, 01:02 AM
  2. Replies: 0
    Last Post: 27 Nov 2011, 06:04 PM
  3. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM
  4. Comment out "Check for Updates" Button, "Support Site" Link, & "Version" Link?
    By g00glethis1 in forum Customization from the Admin
    Replies: 4
    Last Post: 15 Mar 2010, 06:32 AM
  5. Remove "Product Image" "Item Name" and "Price"...
    By rebekah in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2008, 06:08 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