Jump to content
  • 0

How to make simple registration?


NKV

Question

Greetings!

I tried to search but found only old topics and they are not relevant anymore.
Then the client is purchasing something I need only e-mail and password form for registration, that's all.

Is it possible to make? Can someone help me modify signup template? Thanks.

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
1 hour ago, NKV said:

Greetings!

I tried to search but found only old topics and they are not relevant anymore.
Then the client is purchasing something I need only e-mail and password form for registration, that's all.

Is it possible to make? Can someone help me modify signup template? Thanks.

 

To make a registration page, create it as a order form theres a dropdown box that will say Registration, as per removing the "username" option it would require editing /plugins/order/views/templates/standard/signup.pdt

Link to comment
Share on other sites

  • 0
6 minutes ago, gosuhost said:

To make a registration page, create it as a order form theres a dropdown box that will say Registration, as per removing the "username" option it would require editing /plugins/order/views/templates/standard/signup.pdt

What about form then you are buying hosting package?

Link to comment
Share on other sites

  • 0
11 minutes ago, NKV said:

What about form then you are buying hosting package?

Remove:

                                <div class="radio">
                                    <label>
                                        <?php
                                        $this->Form->fieldRadio('username_type', 'username', ($this->Html->ifSet($vars->username_type) == 'username'), ['id'=>'username_type_username']);
                                        $this->_('Signup.index.field_username_type_username');
                                        ?>
                                    </label>
                                </div>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...