We have had a post order cgi utilizing the ShopSite API that is now broken because of the new feature that auto-populates the ship to fields with the bill to field values.
Reading through the API documentation we saw the F-ShipOn variable and figured this would solve our dilemma. What value should we see in a cgi for F-ShipOn if the check box is checked? Unchecked?
If F-ShipOn doesn't let us determine whether the end user has different or same billing/shipping addresses, is there any other variables passed that will? We'd rather not write an intolerably long set of conditional statements comparing every billing field to its shipping counterpart.