Jump to content

Question

Posted

Hi there,

Please could someone assist me with an order form ?  I don't want or need all the details on the signup form as I am offering VPS for secure VPN traffic.  So as little details as needed would be good.

Is there a way to just have the signup ask for a username and password ?

Thanks

2 answers to this question

Recommended Posts

  • 0
Posted

Thanks for the response...  Sorry I might not have made it clear.

On the signup form the only thing I want the customer to fill in is a username and password.  I don't want any more of their details as they will pay in crypto.

Thanks

  • 0
Posted

I think you can just convert the fields to hidden, however first_name, last_name, email, username are required.

In /plugins/order/views/templates/wizard/signup.pdt for example (your path may vary depending on order form used) search for first_name, and starting there change $this->Form->fieldText to $this->Form->fieldHidden for each field you want to hide.. probably first_name, last_name, company, address1, address2, city, country, state, zip, phone, fax. For the required fields (first_name, last_name), you may want to just prefill some standard info like "Customer" or something.

I may have time to play around with and test this, and if I do I'll post code you can use, and update the docs so it may be helpful to others.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...