How to increase all product prices by 10%

  • Terry Rugg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #76038 by Terry Rugg
How to increase all product prices by 10% was created by Terry Rugg
Hi, can you tell us how to bulk increase all product prices by 10% please?

I've looked through the component and can't see how to do that.

Or if this is something that can be done in phpMyAdmin can you explain the SQL query please?

Many thanks,
Churchpath.

Please Log in or Create an account to join the conversation.

  • Terry Rugg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #76052 by Terry Rugg
Replied by Terry Rugg on topic How to increase all product prices by 10%
Hi, any thoughts on this one?

I just need to get this finalised for my client.

Thank you,
T.

Please Log in or Create an account to join the conversation.

  • Terry Rugg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #76079 by Terry Rugg
Replied by Terry Rugg on topic How to increase all product prices by 10%
Hi, is there anyone who can advise on putting 10% increase on all products in eShop please?

Really appreciate it.

Thanks.
T.

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago - 9 years 1 month ago #76080 by Davide
Replied by Davide on topic How to increase all product prices by 10%
I don't remember an option, there are option only for discount. You can use a MYSQL query:

UPDATE #__eshop_products SET product_price = product_price + product_price * .10

If you use special price or group offerts you must update all table :)

PS Replace #__eshop_products with your table name and backup DB first ;)
Last edit: 9 years 1 month ago by Davide.
The following user(s) said Thank You: Giang Dinh Truong

Please Log in or Create an account to join the conversation.

  • Terry Rugg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #76081 by Terry Rugg
Replied by Terry Rugg on topic How to increase all product prices by 10%
Thank you for your reply Davide.

Yes I'll back up DB and then give that a try.

Thanks, Terry :)

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 3 weeks ago #76542 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic How to increase all product prices by 10%
Thank you Davide!

That way should work.

Sincerely, Giang

Please Log in or Create an account to join the conversation.

  • Terry Rugg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 weeks ago #76548 by Terry Rugg
Replied by Terry Rugg on topic How to increase all product prices by 10%
Hi Davide and Giang,

Just to note, yes - that worked perfectly using the SQL query.

Thank you :)

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 3 weeks ago #76550 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic How to increase all product prices by 10%
No problem at all Terry!

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #78867 by Lee Hughes
Replied by Lee Hughes on topic How to increase all product prices by 10%
I'm in phpMyadmin now and I am trying to find the table for my products, I want to change prices for all products in a certain category. I can't find it in the tree
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago - 8 years 11 months ago #78900 by Davide
Replied by Davide on topic How to increase all product prices by 10%
#__eshop_products: products
#__eshop_productcategories: categories for single product
#__eshop_categories: categories
#__eshop_categorydetails: categories name

:)
Last edit: 8 years 11 months ago by Davide.
The following user(s) said Thank You: Giang Dinh Truong

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong