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.
GSR2018
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
The issue still there, after upgrade to 4.2.1 Thank you ernienet
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.
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
saguaros
#1- For this one:
"Your total Registration cost: Free"
I will check if it's possible to remove with free event
Is it possible to remove this on the check out screens?
kasnoff
You can download attached file >> unzip and copy it to this directory in template:
/templates/ja_your_default_template/html/com_dtregister/register/default_form.php
Create this path if it doesn't exist
saguaros Thank You
kasnoff How about this page?
Hi kasnoff
You want to hide the price column on this cart page? I don't recommend this as it will be more complicated.
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; }
Thank You saguaros