Hi guys!
I can't really think of a better topic for this subject so I called it dynamic..
Anyhow for the final step in the checkout process, customers are given a choice to change the "ship to" field, or else they'd click modify button to do it.
I'd like to allow the customer to change all the shipping fields like the "ship to" field, but after I traced the cart.php > various other php/tpl files, I'm embarassed. Crying Uncle.
Might anyone hand me a clue on what php or template I should really look at? I'm pretty close, just need a little bit of hint.
Here's the initialization form for checkout.tpl
Code:
<form action="{$payment_data.payment_script_url}" method=post name=checkout_form>
UNCLE!