You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I do not want to allow buyers to specify a different shipping address. What file(s) do I have to modify in order to remove the text boxes? Also, do modifications need to be made to order_form.db? What exactly is this file?
Craig
You'll need to modify the code where the shipping address is printed in:
./cgi-bin/library/modules/site_store_order.pl
The second routine in there is the one you'll want to edit. Just use HTML comments
<!-- TEXT -->
around the shipping fields cells there. Don't touch order_form.db - that would be bad.
Offline