Hi, Payment details are not showing in my thanks page when the order is on a free or $0 product. However, when anything greater than $0 is purchased, the thanks page correctly displays the payment and processing detail. My code is shown below. If I remove the first line, the payment detail appears correctly for $0 (Free) purchases. Before I whip out my sandbox, can someone tell me if payments on purchases greater than $0 will continue to display with the following code removed? Code: {if $payment.amount > "0.0"} . . . .. {/if} Thank you!