Create function in the main layout section
<script>
function _initBeforeCalc() {
var qty = $("#opQtyText").val();
$("#totalPosters").html(qty * 150);
}
</script>
In order panel
Use totalPosters
<span id="totalPosters"></span> posters
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article