I have a website up running now but I would like to have USPS Shipping options.
Lets say, USPS gives me a rate, and it displays the rate, I would like to have the option to add an amount to the rate that USPS provided. Meaning, if the shipping cost that USPS provided, for example, is $3, I would like to add $2 to it on top into the total shipping that a customer sees. Is there a module that does it in the total shipping rate?
In addition, I would like to choose from 4 Shipping methods, like USPS Priority, USPS Express, USPS First class, and others and have the rate on top added to it.
The same thing goes for UPS. Can I alter the amount by adding a fee extra that will be included in the total shipping displayed.
Please help me out with this issue, and where I can get this module?
Lets say, USPS gives me a rate, and it displays the rate, I would like to have the option to add an amount to the rate that USPS provided. Meaning, if the shipping cost that USPS provided, for example, is $3, I would like to add $2 to it on top into the total shipping that a customer sees. Is there a module that does it in the total shipping rate?
In addition, I would like to choose from 4 Shipping methods, like USPS Priority, USPS Express, USPS First class, and others and have the rate on top added to it.
The same thing goes for UPS. Can I alter the amount by adding a fee extra that will be included in the total shipping displayed.
Please help me out with this issue, and where I can get this module?
There's no module I know of that will do this, but you can pretty easily hardcode it by editing the /catalog/model/shipping/ files. In the usps.php file, for example, just change the two instances of:
to:
You'd have to look at the code for the others, but it should work similarly.
Code: Select all
$cost =
Code: Select all
$cost = 2 +
Exactly which modules have this options on your site? USPS and UPS?Qphoria wrote:my usps module has this already, but like jonathan said, it is pretty much just like that
Also, what is the difference between your module and the one that is original, with the exception mentioned above?
Can you please provide a link. Thanks
In addition, in the original USPS module, the shipping date (estimates) (1-2 days) is not shown for some reason.?
Also, First-Class mail is not shown.
Thanks for the help.
yea all my live rate shipping modules have an extra cost field
Differences
firstclass only shows if the package is 13oz or less
Differences
firstclass only shows if the package is 13oz or less
Alright, great. How about showing of the date or expected time for delivery? It doesn't show it in the original USPS module?Qphoria wrote:yea all my live rate shipping modules have an extra cost field
Differences
firstclass only shows if the package is 13oz or less
Who is online
Users browsing this forum: No registered users and 2 guests