| |
This is awesome! I'd love to use this when we upgrade our 1.9 to 2.0 =)
Thanks for your time and effort and can't wait for this to come out!
Posted:
one year ago
|
Nice work and yes, we would be interested as well =)
Posted:
one year ago
|
Yes it does help! Thanks so much! Just realized we didn't install with the source :( So going to try and figure this out now. Thanks for the input tho!
Posted:
2 years ago
|
sod_admin wrote:Okay, I've spent some time working with the USPS shipping module and have made a number of minor tweaks. Before I get into them I need to point out that while I work for a software company, I am not a coder. Thankfully many of the issues that I'm fighting (and as reported by many of you) were easy to work through.
So, back to it. Shipping can be much more complex than many people realize. What size boxes can you ship? How many items can you fit into a given box? Do you ship from multiple locations? What shipping options are there from a given shipper? The USPS module is a very nice start and can do a decent job for basic shipping but needs a lot of optimizing to be good. There are a number of hacks and shortcomings in the module such as in how package size is calculated and size overrides on international shipping. To work on these requires more time than I have. So I focused on the more pressing issues that I saw in the module. To that end I've made the following corrections/enhancements:
1) First Class shipping is available for packages up to 13 oz. NOTE: The first class package type is set to PARCEL. If you have letters or envelopes you may want to edit it. 2) Updated the shipping API calls to be V4 - Domestic and V2 - International Compliant * Added code to get cart subtotal. International shipping requires declared value. Max value is $400 so cart values over $400 are declared as $400. You will need to change this if it impacts you. 3) Updated dimension/weight conversion code to overcome a bug in the main nopCommerce code. Bug report submitted. 4) Updated the code to use pounds and ounces. Not sure why the original developer set it to use pounds only.
To use this mod you will need to do the following: 1) Make a backup copy of your ...\Shipping\USPSComputationMethod.cs file. 2) Replace the contents of the file with the code below. 3) Clean and rebuild the solution. 4) Test, test, test.
Best of luck to you.
-=< See zip file in subsequent post. Sorry, code was truncated (too long to paste). >=-
Need a little guidance from someone here. Got 1.9 up and going and would love to get this to work but am having a hard time finding \Shipping\USPSComputationMethod.cs file. Been all over our FTP and can't seem to find this. Only thing close we found was under the Administration folder and there is a Shipping folder there but not this file?
Thanks for any help!
Posted:
2 years ago
|
Hey guys/gals,
Just discovered something and wondering how to correct it.
We offer refunds on any overage paid in shipping to our customers and just did our first one today. We have PayPal Standard set up with the IPN and when issuing the refund over on PayPal's website it send the IPN info back BUT showed the entire order refunded? Now this order is stuck in "processing" state and we need to find a way to "Complete" this order.
Any ideas? We already tried to delete the IPN that was sent from the refund and that didn't do a thing. When going to the order it shows the order status as "Processing" and the payment status as "Refunded". We have updated with the tracking number and clicked the "mark as delivered" buttons to no avail.
Any ideas on how to correct this without having to delete the order and reissuing it?
Thanks in advance!
Rob
Posted:
2 years ago
|