Can we remove the next step button from registration page? It has been confusing our clients as it doens't appear to do anything, or redirect anywhere?
4.2.3 - 'Next Step' on Registration page
Yes, each step was showing all on the same page, with this button under each of them. But I just checked now and the steps are on individual pages which makes more sense.
Also, on the payment page, the button says 'pay now' - can we change this to 'Confirm Order' as some people will not be paying upon order completion.
assetivity1
You can go to file: /components/com_dtregister/templates/default/views/register/default_type.php
Comment or remove line 53:
<div class="btn-groups"><input type="button" name="send" value="<?php echo JText::_('DT_NEXT_BUTTON'); ?>" class="dth-btn dth-btn-primary" onclick="page.nextState();" /></div>
For the 'Pay now' button text, you can override this text via Backend > Extensions > Language(s) > Overrides
and add translation for the constant: DT_PAY_NOW
How do I remove that silly step-by-step thing at the top that shows progress towards completion? It doesn't fit on my page, it's all too big, and unreadable.
How do I return to the previous manageable registration screen? Currently, in addition to that bizarre graphic at the top, every step is listed on one page, with pointless Next Step buttons. I want Step 1 on one page. Step 2 on a new page. Step 3 on a new page. Step 4 on a new page.
jbannin
Hi,
There seems to be conflict in style of the progress bar on your site, you can create a new topic and share the credentials of your site so I can help.
jbannin How do I return to the previous manageable registration screen? Currently, in addition to that bizarre graphic at the top, every step is listed on one page, with pointless Next Step buttons. I want Step 1 on one page. Step 2 on a new page. Step 3 on a new page. Step 4 on a new page.
As we mentioned in blog post, the checkout process was changed to onepage checkout, there is no setting to turn it off, the only way is using old version of DT Register.