How to remove :
"Your total Registration cost: Free"
if this is individual registration, why is this here
How to remove :
"Your total Registration cost: Free"
if this is individual registration, why is this here
#1- For this one:
"Your total Registration cost: Free"
I will check if it's possible to remove with free event
#2- I just tested on my local site but can't see the Add member button in individual event, could you share the credentials of your site and the event so I can replicate the same issue?
Hello,
I have the same issue regarding "member"- add member and continue button . It only appears in Firefox.
i had the same issue with one guest (but only with one so far). He sent me a screenshot so I have no details. But when you find out the problem, please report it here, so I can check at our website
Hello.
More than 100 bookings and only 1 reported error so far. How do you want to replicate this problem? It´s a live site. So I resign to send you my login infos. But if there is a fix just, let me know.
Let's wait for the info from @miroslav-tunjic-gmail-com and @emperor if I can replicate issue, I will update the solution.
Hi,
I have same problem ' add member' only on IE,
https://healthchampionqatar.com/index.php/courses?task=register.register&eventId=11
4.2.1 is now available - is this issue with IE still present when you update?
Thank you,
Ernie
All my major website clients are government - and they're mostly required to use IE and not permitted to install other browsers. I assume others who do work for clients whose users are mostly government will have this issue.
Thank you,
Ernie
Hi,
For IE issue, pls try to backup these files:
/components/com_dtregister/assets/js/joomla.validate.js
/components/com_dtregister/assets/js/onepage.js
and update with attached file
We do not charge for registrations. None of this was in the previous version.
You can use this custom css:
#cart div.divTableRow.divTabRowHeader > div:nth-child(4),
#cart div.divTableRow.divTabRowHeader > div:nth-child(5) {
display: none;
}
#cart div.itemTable > div:nth-child(2) > div.divTableCell.dt_paying_amount,
#cart div.itemTable > div:nth-child(2) > div:nth-child(5) {
display: none;
}
#cart .divTable .resultTable {
display: none;
}