- Posts: 13
- Thank you received: 0
Is there a way to do a shipping rate that's a %?
- Brandon
- Topic Author
- Offline
- New Member
-
Less
More
9 years 8 months ago #65289
by Brandon
Is there a way to do a shipping rate that's a %? was created by Brandon
Can I make a shipping rate that's a percentage of the total price of all the items being purchased?
For example:
Someone buys 2 items that are each $20, so they are spending $40 total on their order.
I want to apply 3% shipping to their purchase, so .03 * $40 = $1.20 shipping, meaning that the total amount of money they will be spending on their order is now $40 + $1.20 = $41.20.
Is this possible? If so, how do I do it?
Thanks in advance!
For example:
Someone buys 2 items that are each $20, so they are spending $40 total on their order.
I want to apply 3% shipping to their purchase, so .03 * $40 = $1.20 shipping, meaning that the total amount of money they will be spending on their order is now $40 + $1.20 = $41.20.
Is this possible? If so, how do I do it?
Thanks in advance!
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
9 years 8 months ago #65310
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Is there a way to do a shipping rate that's a %?
Hello Brandon,
EShop does not support the shipping plugin like this. Currently, it has Flat Shipping to allow you to enter a fixed cost for shipping. You can modify into this shipping plugin to have percentage of sub-total for shipping cost. If you know about PHP/Joomla, you can do that easily.
The file to modify is: components/com_eshop/plugins/shippings/eshop_flat.php
Hope that this will help.
Sincerely, Giang
EShop does not support the shipping plugin like this. Currently, it has Flat Shipping to allow you to enter a fixed cost for shipping. You can modify into this shipping plugin to have percentage of sub-total for shipping cost. If you know about PHP/Joomla, you can do that easily.
The file to modify is: components/com_eshop/plugins/shippings/eshop_flat.php
Hope that this will help.
Sincerely, Giang
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.