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

TOPIC: change cost update calculation location

change cost update calculation location 10 years 9 months ago #22744

  • Ginjg
  • Ginjg's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 160
  • Thank you received: 0
Is there a way to move fee listing from the top to the bottom of the registration page?
Either all of it or just the additional fees and new total?

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

change cost update calculation location 10 years 9 months ago #22749

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Sure you can move this to the bottom by editing this file:

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

Around line 59, you'll see the start of a new <div> with id "price_header". Take that whole <div> through the closing </div> a few lines later... copy it and remove it from the current location.

Then go down around line 111 or so and paste in the code. You'll need to add one piece of styling... so paste it like this:
<div id="price_header" style="clear:both">

	 <?php

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

	 </div>

This should be just above the <div> starting with ID "dtnav_buttons". You can add whatever other styling as desired for spacing and such. Thanks.

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 .

change cost update calculation location 10 years 9 months ago #22760

  • Ginjg
  • Ginjg's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 160
  • Thank you received: 0
Thanks Nathan, Worked Great. That moves the whole price to the bottom and that will work.

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

  • Page:
  • 1
Time to create page: 0.661 seconds