Created
July 10, 2014 16:48
-
-
Save brianburridge/cea197b441060dd56216 to your computer and use it in GitHub Desktop.
poorly formatted code example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
</li> | |
<li> | |
<span>Taxes and Fees</span> | |
<span class="infoIcn" data-toggle="tooltip" data-html="true" title="Spot Price: $4310.00<br>Processing: $<%%=total_p_fee.toFixed(2)%><br>Cancellation Protection: $<%%= total_p_fee.toFixed(2) %><br>Sales Tax: $241.36"> | |
<span class="glyphicon glyphicon-info-sign"></span> | |
</span> | |
<!--add class editInputBox to show input--> | |
<span class="price processing_fee_block"> | |
<input type="text" name="order[total_processing_fee]" value="<%%= total_p_fee.toFixed(2) %>"> | |
<span>$ <span class="value"><%%= total_p_fee.toFixed(2) %></span></span> | |
</span> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment