PDA

View Full Version : checkout problem


jimbo100
27-Jun-2003, 05:38 PM
HI

although i have customer accounts i need the customer once kogged in and in the checkout to complete the invoice address details every time, however it bypasses this and takes the info from the setup account.

Is there a way of getting the user to enter name & address details every time they checkout if the have an account?

thanks

Jim

garyhay
27-Jun-2003, 07:46 PM
Dont put an invoice address in the account

jimbo100
28-Jun-2003, 09:05 AM
but doesnt the account have to have an invoice address when setting it up?

Ben
30-Jun-2003, 01:23 PM
Hi Jim

Yes, that's right - you have to specify an invoice address when creating your customer account.

The only way I can see to achieve what you want is to type generic requests in the invoice address fields
e.g. Name: Please type your name here
Make sure that 'Only Invoice Address' on the Accounts tab is not checked.
Then open the Act_Order01.html template and find the B2B mode XML tags and put comment tags around it
i.e.

<!-- XML tags for formatting of the address list in B2B mode -->
<!--
XML tags here
-->
<!-- End of B2B address formatting tags -->

This will get rid of the option to select the default address.

Hope this helps.

Ben