Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 76
  1. #11
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Increase price on zen_products

    If I want to set back to normal (no increase), how do remove it from the database?

  2. #12
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Increase price on zen_products

    Quote Originally Posted by coucho View Post
    If I need to decrease prices by 5% do I change the 1.35 referenced in the quote to 0.95?
    Yes.

    Miles' question is a little trickier if the prices were previously increased. I'll have to think about how to decrease after an increase.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

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

    Default Re: Increase price on zen_products

    The easier solution for that would be to add a new field to "hold" the products_price ... such as:
    products_price_original

    Copy all the prices to that field first, then you can update the products_price as needed ...

    When you want to put the prices back, you can copy those original prices stored in products_price_original ...

    Otherwise, you could do a reverse calculation on the products_price field for how you altered the price ...

    The difference between the two would be rounding issues ...
    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!

  4. #14

    Default Re: Increase price on zen_products

    [font=verdana]remember backup mysql................[/font]
    [font=verdana] [/font]
    [font=verdana]backup, [/font]
    [font=verdana]backup, [/font]
    [font=verdana]backup [/font]
    [font=verdana]before do anithing[/font]
    [font=times new roman][/font]

  5. #15
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Increase price on zen_products

    The easier solution for that would be to add a new field to "hold" the products_price ... such as:
    products_price_original
    I opened PHP MyAdmin. Is this the right TABLE where I should add a new field?

    zen_products

    Now I have already noticed the products_price field in zen_products table. If this the right table, how do I create a new field (products_price_original)?

  6. #16
    Join Date
    Feb 2007
    Posts
    4
    Plugin Contributions
    0

    database error Re: Increase price on zen_products

    Hello Ajeh, Thanks for your great advice. Would you please advise how to do a Global Update of the pricing on a particular category of products on our ZenCart as opposed to all products? In our instance we want to increase our Stickers from $2.5454 net to $2.73 net?

    The stickers are grouped into further categories however all the prices should be upgraded as above. Our site is:
    http://papercraftsupplies.com.au/shop/index.php

    We're using Version 1.3.8a (the most recent version)
    We don't have any add-ons
    We have customized templates in accordance with the e-Start User Guide.

    Many thanks,
    Eva

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

    Default Re: Increase price on zen_products

    You could do it based on the master_categories_id on each product but this would not do the subcategories as that is not immediately realted ...

    Code:
    UPDATE products SET products_price = products_price * XX.XX where master_categories_id = YY;
    where XX.XX is the percentage to update the price and YY is the Master Category that the Products belong to ...
    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!

  8. #18
    Join Date
    Feb 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Increase price on zen_products

    Thank you so much Ajeh,

    This information guided me to make the changes - which I was able to make within seconds!!! Wow!

    Eva
    P.S. I hope you enjoyed your cup of coffee yesterday.

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

    Default Re: Increase price on zen_products

    Glad that this was able to help you out ... and we really appreciate the support to keep Zen Cart humming along ...
    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!

  10. #20
    Join Date
    Sep 2008
    Posts
    95
    Plugin Contributions
    0

    Default Re: Increase price on zen_products

    Quote Originally Posted by Ajeh View Post
    You could do it based on the master_categories_id on each product but this would not do the subcategories as that is not immediately realted ...

    Code:
    UPDATE products SET products_price = products_price * XX.XX where master_categories_id = YY;
    where XX.XX is the percentage to update the price and YY is the Master Category that the Products belong to ...
    Hi,

    Can you please say me how to change price for sub-category in place of master-category as you given above.

    ~ Time

 

 
Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. v139h How to add % to price in all my products?
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Sep 2013, 09:18 PM
  2. v138a Bulk update price attributes to reflect global % price increase
    By alexjoverton in forum General Questions
    Replies: 0
    Last Post: 28 Jan 2013, 04:37 PM
  3. Set all products to same price
    By ian_m in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 10 Nov 2009, 12:23 AM
  4. All my products are half price
    By paddy100 in forum Customization from the Admin
    Replies: 3
    Last Post: 22 Apr 2009, 07:18 PM

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