k9fto Posted August 9, 2008 Posted August 9, 2008 I need a handling fee for all orders and the table shipping method along with the low order fee seem to cause some confusion for shoppers since if we offer free shipping and yet set the low order fee high enough to allow a handling fee on all orders it looks bad. I have not found an easy contribution to do this but have an idea if someone can help this programing challenged person. I want to take the low order fee mod and just change the term "low order fee" which shows up in the cart and at the order total to "handling fee" This way we can set the number really high and it would effectively provide for a handling fee. I found the section under the includes/modules/ot_loworderfee.php but cant find the wording where it puts it in the shopping card and order total at checkout. Any help would be greatly appreciated.
kustomjs Posted August 10, 2008 Posted August 10, 2008 I was wondering the same thing I want have a handling fee for one price only not in amount of %
burt Posted August 10, 2008 Posted August 10, 2008 Each BASE file has corresponding LANGUAGE files. So if your BASE file is: includes/modules/ot_loworderfee.php The corresponding LANGUAGE file is: includes/languages/english/modules/ot_loworderfee.php includes/languages/german/modules/ot_loworderfee.php includes/languages/spanish/modules/ot_loworderfee.php includes/languages/dutch/modules/ot_loworderfee.php and so on.
k9fto Posted August 11, 2008 Author Posted August 11, 2008 Each BASE file has corresponding LANGUAGE files. So if your BASE file is: includes/modules/ot_loworderfee.php The corresponding LANGUAGE file is: includes/languages/english/modules/ot_loworderfee.php includes/languages/german/modules/ot_loworderfee.php includes/languages/spanish/modules/ot_loworderfee.php includes/languages/dutch/modules/ot_loworderfee.php and so on. I think I found it, thanks. I will try it and see what it does to the setup.
k9fto Posted August 11, 2008 Author Posted August 11, 2008 I think I found it, thanks. I will try it and see what it does to the setup. That worked exactly like I needed it to. Thanks for the help. This makes adding a handling fee to items easy. Instead of a low order fee, we just changed the base language file to reflect handling fee and made the requirement in the module for any order under $50K to include a handling fee. Kind of a strange work around but it functions well. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.