Removing Reg. Fee from TR summary pages and email.

Options

Hi there, 

 

A client is utlizing TeamRaiser for personal fundraising and there is no registration fee. Is there any way to update the transaction summary and the email autoresponder so that the reg. fee just doesn't show up? Right now it is showing as $0.00.

 

Thanks!

Hilary

Tagged:

Comments

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic

    Hilary,

     

    In your registration autoresponder you should see the [[s120:dc:transactionsummary]] tag. You will need to remove that and then build out your transaction items using various s120:dc tags like the ones here

     

    Hope this helps!

    Kent

  • Kent Gilliam:

    Hilary,

     

    In your registration autoresponder you should see the [[s120:dc:transactionsummary]] tag. You will need to remove that and then build out your transaction items using various s120:dc tags like the ones here

     

    Hope this helps!

    Kent

    I just happen to be in the middle of this.

     

    I think these are all the ones used in the TransSummary.

     

    S120:dc:donorTitle

    S120:dc:donorFirstName

    S120:dc:donorLastName

    S120:dc:donorSuffix

    S120:dc:smileytongue:rofessionalSuffix

    S120:dc:email

    S120:dc:smileysurprised:ptIn

    S120:dc:donorStreet1

    S120:dc:donorStreet2

    S120:dc:donorCity

    S120:dc:donorState

    S120:dc:donorZip

    S120:dc:donorCountry

    S120:dc:giftAmount

    S120:dc:smileytongue:aymentMethod

    S120:dc:creditCardNumber

    S120:dc:firstName

    S120:dc:lastName

    S120:dc:street1

    S120:dc:street2

    S120:dc:city

    S120:dc:stateProvince

    S120:dc:smileytongue:ostalCode

    S120:dc:country

    S120:dc:smileytongue:aymentAmount

    S120:dc:taxDeductibleValue

    S120:dc:taxID

    S120:dc:trackingCode

  • Kent Gilliam:

    Hilary,

     

    In your registration autoresponder you should see the [[s120:dc:transactionsummary]] tag. You will need to remove that and then build out your transaction items using various s120:dc tags like the ones here

     

    Hope this helps!

    Kent

    Thanks so much Kent! Is there anyway to remove it from the summary page as well?
  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic
    Hilary Grunewald:
    Thanks so much Kent! Is there anyway to remove it from the summary page as well?

    I believe that has to be a customization request. It's fairly easy to do. The only issue is that it's site-wide so if you have another event with reg fees then they wouldn't show. You can open a Support case and ask them to remove it.

     

    Kent

  • Kent Gilliam:

    I believe that has to be a customization request. It's fairly easy to do. The only issue is that it's site-wide so if you have another event with reg fees then they wouldn't show. You can open a Support case and ask them to remove it.

     

    Kent

    Assuming you're using the responsive design, you can just hide those fields with CSS.  Just add this to the HTML area on the Registration Summary page setup:


     


    <style>
    div.total-container,
    #art_ctr_containerp,
    .part-type-amount,
    div#reg_summary_body_container div.label-value-block-container {
    display: none;
    }
    </style>

     



Categories