- Posts: 18
- Thank you received: 0
How to increase all product prices by 10%
- Terry Rugg
- Topic Author
- Offline
- New Member
-
Less
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.
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
-
Less
More
- Posts: 18
- Thank you received: 0
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.
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
-
Less
More
- Posts: 18
- Thank you received: 0
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.
Really appreciate it.
Thanks.
T.
Please Log in or Create an account to join the conversation.
- Davide
-
- Offline
- Premium Member
-
Less
More
- Posts: 139
- Thank you received: 42
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
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
-
Less
More
- Posts: 18
- Thank you received: 0
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
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
-
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
That way should work.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Terry Rugg
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
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
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
-
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.
- Lee Hughes
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 0
8 years 11 months ago #78867
by Lee Hughes
Replied by Lee Hughes on topic How to increase all product prices by 10%
Please Log in or Create an account to join the conversation.
- Davide
-
- Offline
- Premium Member
-
Less
More
- Posts: 139
- Thank you received: 42
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
#__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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.