<script src="https://cdnjs.cloudflare.com/ajax/libs/accounting.js/0.4.1/accounting.min.js"></script>
<div class="product single-product">
<form class="cart">
<div class="cart" data-bundled_item_id=99>
<div class="nyp" data-minimum-error="Please enter at least %%MINIMUM%%." data-hide-minimum="" data-hide-minimum-error="Please enter a higher amount." data-max-price="" data-maximum-error="Please enter less than or equal to %%MAXIMUM%%." data-empty-error="Please enter an amount." data-min-price="50">
<label id="nyp-label-1" for="nyp-1">Name your price ( $ )</label><input id="nyp-1" name="nyp" type="text" value="" title="Name your price ( $ )" class="input-text amount nyp-input text" aria-describedby="nyp-description-amount-1" aria-labelledby="nyp-error-1 nyp-label-1">
<div id="nyp-description-amount-1" class="nyp-screen-reader-text screen-reader-text">Suggested price: $100.00. Minimum price: $50.00</div>
<p class="minimum-price nyp-terms">Minimum price: <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>50.00</span></p>
<div id="nyp-error-1" class="woocommerce-nyp-message" aria-live="assertive" style="display: none">
<ul class="woocommerce-error">
<li>Please enter at least $50.00.</li>
</ul>
</div>
</div>
</div>
<div class="nyp" data-minimum-error="Please enter at least %%MINIMUM%%." data-hide-minimum="" data-hide-minimum-error="Please enter a higher amount." data-max-price="" data-maximum-error="Please enter less than or equal to %%MAXIMUM%%." data-empty-error="Please enter an amount." data-min-price="30">
<label id="nyp-label-2" for="nyp-2">Name your price ( $ )</label><input id="nyp-2" name="nyp" type="text" value="" title="Name your price ( $ )" class="input-text amount nyp-input text" aria-describedby="nyp-description-amount-2" aria-labelledby="nyp-error-2 nyp-label-2">
<div...