
I'm using UPS as one of my shipping methods. I need to add a shipping/handling fee to the quoted UPS rate. Is there a way I can do this? As an example, if UPS shipping method has quoted $8.64 I need to add $2.50 to that rate so the total UPS shipping rate would be quoted at $11.14. Is there a way of doing this? 

1. EDIT: catalog/model/shipping/ups.php
2. FIND:
3. AFTER, ADD:
2. FIND:
Code: Select all
$cost = $total_charges->getElementsByTagName('MonetaryValue')->item(0)->nodeValue;
Code: Select all
$cost += 2.50;
For those looking, I just released a Hidden Shipping Adjustments extension to do this for all shipping methods without manually modifying core files.
Who is online
Users browsing this forum: No registered users and 1 guest