PDA

View Full Version : Extra Shipping Details


johnnypict
03-Jun-2005, 10:07 PM
Hi,

Can anyone help? :confused:

I've just tested my payment provider works. Whilst doing so I'm asked to provide any other shipping details.

As I'm providing a digital download only, (Actinic Audio Store v7) I don't want this line in the check out. There's no point in having it there.

Does anyone know how to remove it.

Thanks in advance for any help.

Johnny

TraceyG
07-Jun-2005, 09:45 AM
Hi,

Go to 'Advanced | Template Manager | Ordering tab (Click 'Change View' if you do not see the tabs) | Order Phase 1 button'. In here search for:

<!-- Shipping HTML begin -->

Everything between this and <!-- Shipping HTML end --> is the code dealing with the 'Any other shipping details' options. So you can either comment it all out or delete it. Save and close the template and update the site.

johnnypict
08-Jun-2005, 12:51 PM
Thanks Tracey.

J