Dynamic eCart data
The only reason I was adding zero was in the custom calculation I thought it needed some calculation instead of just "Session variable as the value by itself". No problem I deleted the zero but the question is still the same. There are two of your pages, the first has 8 "add to cart buttons" with a session variable named "mthCost". I just need your "display manager", 2nd page, to display the variable as a charge. The name of the charge is set up in your "charges tab" so it will display but the value of that charge (session['mthCost']) is what I need to display without any further calculations or anything except to display the variable as it is as a charge. The calculations has already been done when it gets to the "display manager" so I just need to display the dynamic data.