Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2011
    Posts
    11
    Plugin Contributions
    0

    Default Change product prices on products below $1

    Hello,


    I have products/samples that are listed for about .75 to .96 cents, yet my supplier is selling them for $2.95.

    I was told by my inventory management co. that I can set up in zencart admin area all products that are below $1 to $2.95.

    How would I do that? I looked in zencart admin catalog - Product price manager, but i couldn't figure it out because it is showing me all of the products. There's no way for me to pull the products that are below $1? Or is there? Does anyone know? Please help!


    you could set the lowest price on your site or minimum price in your price setting tool to $2.95 and then all of these products less then a $1 would be $2.95 on your site.

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

    Default Re: Change product prices on products below $1

    Could you try again and explain in a different manner what it is that you are trying to do?

    I am not following what you mean by:
    I was told by my inventory management co. that I can set up in zencart admin area all products that are below $1 to $2.95.
    What is it you want to do with:
    There's no way for me to pull the products that are below $1?
    And what do you mean by:
    you could set the lowest price on your site or minimum price in your price setting tool to $2.95 and then all of these products less then a $1 would be $2.95 on your site.
    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!

  3. #3
    Join Date
    Nov 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: Change product prices on products below $1

    Ran into exact same problem.
    I'll try to explain it. Lets say that there are some amount of products with prices below $1.00($0.50, $0.90, etc.). It there a way to change all of those products' prices to $1.00?

    Kinda old topic, but didn't want to create new one.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Change product prices on products below $1

    There is no admin setting for this. You would have to run a SQL statement on your database to change these prices. You should not do this without expert advice on exactly what SQL to use, and after backing up your db.

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

    Default Re: Change product prices on products below $1

    Quote Originally Posted by farmex View Post
    Lets say that there are some amount of products with prices below $1.00($0.50, $0.90, etc.). It there a way to change all of those products' prices to $1.00?.
    Run this command using a tool such as phpmyadmin

    Code:
    UPDATE `products` SET `products_price`= 1.00 WHERE `products_price` < 1.00;
    The usual advice applies. Make a backup of your database/table before running this command.

    Cheers
    Rod

 

 

Similar Threads

  1. v151 Featured Products below product listing not working properly
    By Shara in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Oct 2013, 02:37 PM
  2. Layout change?: Product Image centered and attributes/descriptions/add to cart below
    By worshamdesigns in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Dec 2010, 08:11 AM
  3. How to display related products below product description page?
    By frontier2002 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jul 2010, 08:47 AM
  4. Adding another product field below products quantity and products Model
    By guitardave in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Jan 2009, 08:30 PM
  5. Help! Prices of all products change into 0...
    By hunyuan in forum General Questions
    Replies: 5
    Last Post: 28 Mar 2008, 09:27 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