Tagged Questions

0
votes
1answer
37 views

Paypal not picking up shipping?

Hi all, this is strange, for some reason this paypal isn't picking up my shipping_1 value, yet I have done another form similar, and it goes through ok? I have no idea what's wrong with it.. <form …
1
vote
3answers
108 views

Address verification

A friend just brought by 1,000 lines of USA shipping addresses. (Excel.) I've read this into a Ruby program via CSV::. Now I would like to check the mailing addresses for sanity. It doesn't have to …
0
votes
1answer
120 views

UPS freight calculator

I have managed to get a UPS Shipping calculator working in PHP. I now found out that the standard shipping from UPS is capped at 150lbs. For anything over 150lbs, I need to ship via freight. Has …
0
votes
1answer
73 views

How to create a “pending” order in authorize.net?

I'm a web developer looking to move a lot of clients to use authorize.net for their CC processing. I have used authorize.net once in PHP doing SIM integration for a simple site. Now the problem …
0
votes
2answers
273 views

php,xml,ups shipping: “Cannot view XML input using XSL…” Where’s the bug?

Hey, so I'm deploying a shipping calculator using this function, and I'm getting this error only when I use IE. Firefox does just fine with the shipping calculator. I'm unfamiliar with this error, and …
0
votes
2answers
68 views

.NET Packing Controls?

I'm taskd with developing a packing algorithm for parts bought from our online store. Is there a widget or control that is open-source or for sale that takes in a list of products (with dimensions / …
1
vote
5answers
849 views

How to decode U.P.S. Information from UPS MaxiCode Barcode?

I recently purchased a 2D Barcode reader. When scanning a U.P.S. barcode, I get about half of the information I want, and about half of it looks to be encrypted in some way. I have heard there is a …
1
vote
2answers
213 views

Postage Calculator for PHP

Could anyone point me in the right direction for a shipping calculator? I would like something simple and I don't want to sign up for too much stuff. EDIT: I do not want to deal with all the …
2
votes
5answers
521 views

PHP Shipping Calculator

Does anyone know of a freeware shipping calculator for PHP? I do not want anything too fancy, and it can be compatible with any of the major US domestic shipping services. If anyone knows of one …
0
votes
2answers
363 views

Worldship Batch Import

I am trying to import a .csv file into WorldShip containing names, addresses, and zip codes. I have two profiles set up defining package weight, UPS service, bill transportation, package type, and …
8
votes
6answers
843 views

Computing California Sales Tax

One of the web apps I'm working on has a fairly small web store / shopping cart. As the client company is physically located in CA and has a physical location there, they're required to collect CA …
2
votes
6answers
302 views

Best Strategies for preventing addresses with PO Boxes?

I have a client which is shipping via UPS, and therefore cannot deliver to Post Office boxes. I would like to be able to validate customer address fields in order to prevent them from entering …
13
votes
8answers
316 views

Best practices for shipping software on time

Imagine you don't have the problem of feature creep, you have a motivated and stable team, clear defined problems to solve, AND you know the domain/language/tools related to your project. How do you …