I am trying to show the total of a product before a processing fee (calculation). I can't seem to figure out a good solution using the total field or calculation field. I am sure there is something simple that I am just missing.
I am trying to show the total of a product before a processing fee (calculation). I can't seem to figure out a good solution using the total field or calculation field. I am sure there is something simple that I am just missing.
Sub-totals are tricky. Perhaps you could use a number field set to a calculation to display the sub-total? If you use a product field to do it - it's going to add that sub-total to the actual total, which means you'd double up the price.
I see, would you just use CSS to style the form field so it doesn't look like a form field? Or is there other ways to get around that. Also any ideas on adding a $ before the value. You guys really have the best support by the way. Just a thank you.
Actually I ended up faking it with a conditional HTML block. Probably not the best implementation but it will do for this project. Thanks again for the support.