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

TOPIC: [SOLVED] Summary Page of Event

[SOLVED] Summary Page of Event 10 years 1 month ago #23908

  • Steve_B
  • Steve_B's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
After completion of the event registration form it details the costs per item of those selections made as well as all the details of the entrant for that event. As I have a differing cost per age bracket I prefer to not have a registration cost, but tie the cost to the age bracket.

What file would I find the information that details the total cost, then registration and then those selections that have a cost attached to them
so I can then have the registration cost not showing on the page. I would like it to be your total registration costs , plus the break down of those cost selections only

I would like to remove the "Registration Fee" to not show that is in the list below

Your total Registration cost: 95.00 AUD
Registration Fee: 1 x 0.00 AUD
Night Seminar: 50.00 AUD
Supper: 15.00 AUD

Then the details of the information required for the event show, name address etc

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

Last Edit: by nathan.dth.

Summary Page of Event 10 years 4 weeks ago #23911

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
You can modify this file:

/components/com_dtregister/views/tmpl/confirm_price_header.php

Around line 42 you'll find this:

<?php echo JText::_( 'DT_REGISTRATION_FEE' ); ?>:&nbsp;

<?php

if ($feeObj->slab->type == "flat") {
echo $TableUser->memtot ."&nbsp;".JText::_('DT_MEMBERS')."&nbsp;=&nbsp;". DTreg::displayRate($feeObj->basefee,$currency_code);
} else {
echo $TableUser->memtot ."&nbsp;x&nbsp;". DTreg::displayRate($feeObj->basefee/$TableUser->memtot,$currency_code);
}


That is the code displaying what you want to hide. Thanks.
The following user(s) said Thank You: Steve_B

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