Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: changing location of total registration cost

changing location of total registration cost 7 years 3 months ago #26597

  • spletcher
  • spletcher's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
Nathan,

Is there a way to change the location of the "total registration cost" from the top of the registration page to the bottom?

thanks,

Stan

Please Log in or Create an account to join the conversation.

changing location of total registration cost 7 years 3 months ago #26603

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Hello. You'd have to modify a PHP file for this, as you probably expected. This file:

/components/com_dtregister/views/event/tmpl/individualregister.php

Around line 61, find:
<div id="price_header">

<?php

 $action = JRoute::_("index.php?option=com_dtregister&Itemid=".$Itemid,false);
?>

</div>

This is what pulls in the pricing display. You can move this elsewhere within the code. Around line 102 you'll see:
echo $this->form;

That is the actual registration form contents, followed by the captcha, terms, etc. The next <div> is the navigation buttons at the bottom. So I'd assume you'd want to drop that pricing display to above the navigation. You can play with that but hopefully this helps you out.

Please Log in or Create an account to join the conversation.

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .

changing location of total registration cost 6 years 5 months ago #27289

  • scrawford
  • scrawford's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hello, Nathan, is there a way to have the totals of the registration cost float or move as a user scrolls down screen?

Please Log in or Create an account to join the conversation.

changing location of total registration cost 6 years 5 months ago #27290

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Sure, it's possible, but that functionality is not there presently. We can consider it for future development or we could do it as a paid custom project for you if you'd like.

Please Log in or Create an account to join the conversation.

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.104 seconds