> I guess my
> question is what should I call on the ShippingByToal
> page to figure out what ship_Method they selected?
You should have that info at the place where you're called ShippingByTotal,
so change ShippingByTotal so that it accepts another argument, the method:
function ShippingByTotal($Total, $Method)
And the call in SET_ORDER_INFO would be like:
$TotalShipping = ShippingByTotal($Total['Items'], $ship_Method);
When you get it working in your code, would you be so kind as to writing a
few paragraphs explaining how to do it? It would be a great addition to the
FAQ: <http://freetrade.faqts.com/>. :>
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]