Jump to content
  • 0

How to make simple registration?


Question

Posted

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.

 

4 answers to this question

Recommended Posts

  • 0
Posted
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

  • 0
Posted
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?

  • 0
Posted
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>

 

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...