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

TOPIC: registratioin fee on Fee Breakdown Confirmation Page:

registratioin fee on Fee Breakdown Confirmation Page: 13 years 1 month ago #12396

  • akirtlink
  • akirtlink's Avatar Topic Author
  • Visitor
  • Visitor
Hello,

Is there a way to take the registration fee off the fee breakdown confirmation page? I've set up registration fees based on what activities are chosen so there is no Individual Registration Rate. I'm afraid it will be confusing to users who see a 0 for the registration fee.

Thanks
Amanda

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

registratioin fee on Fee Breakdown Confirmation Page: 12 years 11 months ago #13594

  • w2kd
  • w2kd's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 88
  • Thank you received: 1
Amanda,
Did you solve your issue as we have the same issue. Zero based rego fee and then add the items.

So the summary shows "Registration Fee: 1 x 0.00 AUD"

Confusing to all

The generated HTML hasn't got different class styles so I can hide it with out hidding all.

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

registratioin fee on Fee Breakdown Confirmation Page: 12 years 10 months ago #13882

  • w2kd
  • w2kd's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 88
  • Thank you received: 1
Yes I did.
I added this to the template css
#dt_price_breakdown{
display:none;
}

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

Remove $0 registration fee on Fee Breakdown Confirmation Page: 10 years 2 weeks ago #23009

  • wowza2
  • wowza2's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Unfortunately, that modification removes all the detail pricing, not just the zero unit pricing for registration, leaving only the "Your total Registration cost:" total being displayed.

To just remove the Registration pricing line,
edit components/com_dtregister/views/event/tmpl/confirm_price_header.php
near line 40:
<?php if($show_fee_breakdown) {?>
   <div id="dt_price_breakdown">
	<?php /* echo <br />.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);
	} */
			 
	if ($discount>0){   ...
Unfortunately still leaves an extra blank line but no $0.00 charge line.

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

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