How to remove : "Your total Registration cost: Free"
if this is individual registration, why is this here
miroslav-tunjic-gmail-com
#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?
saguaros
Is it possible to remove this on the check out screens?
Hello,
I have the same issue regarding "member"- add member and continue button . It only appears in Firefox.
emperor Hi,
You can create a new thread and share the credentials of your site and tell me the event that I can replicate the same issue, I will check it as I can't replicate the same issue at my end.
Regards
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
GSR2018 Pls share the login info and the event so I can replicate the same issue. I tested but could not duplicate at my end.
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
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