This object is in archive! 

hide costs

Brian R. shared this question 10 years ago
Answered

I've got some corporate clients that want to hide all cost from the end user but want them to receive a contract and pre and post event emails. I set it up so the contract and emails do not have payment information however the header shows payment options with the cost. Is there any way to hide this information from being seen?

Best Answer
photo

The following code in a custom contract should work. Put it at the bottom.


  1. <script type="text/javascript">
  2. $('#sigblock table:eq(1) td:eq(2) table:eq(0) td:eq(0)').text('custom text here or leave empty')

    </script>

Comments (1)

photo
1

The following code in a custom contract should work. Put it at the bottom.


  1. <script type="text/javascript">
  2. $('#sigblock table:eq(1) td:eq(2) table:eq(0) td:eq(0)').text('custom text here or leave empty')

    </script>

Replies have been locked on this page!