PDA

View Full Version : modifying shipping info page


yoyoman
July 28th, 2003, 02:28 PM
as with many pages in the squirrelcart program, i can modify everything on the page except for the stuff at the very top. this page which contains the shipping and billing information fields has a huge space at the top as a result of two line breaks and a form tag. I am trying to locate where these come from to reduce this gap, but they are hiding from me. help?

Jamie
July 28th, 2003, 02:35 PM
Hi,

They are used in this order:

ship_header.php
ship_shipping_address_header.php
ship_fields.php (once per field)
ship_shipping_address_footer.php
ship_billing_address_header.php
ship_fields.php (once per field)
ship_billing_address_footer.php
ship_footer.php

Thanks,
Jamie