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?

    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.

          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

            ie-issue.zip
            12kB
            6 months later

            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

              default-formphp.zip
              5kB

                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.

                  kasnoff

                  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;
                  }
                    Write a Reply...
                    You need to Login to view replies.