Guest User

Untitled

a guest
Apr 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <tbody id="order_products">
  2. <tr class="order_product">
  3. <td class="orders_choice_price">
  4. <input id="order[order_product_attributes]__product_price" name="order[order_product_attributes][][product_price]"
  5. onblur="checkHigher(this)" onfocus="setPreFocusedPrice(this)" size="5" type="text" value="0.0" />
  6. </td>
  7. <td class="orders_choice_discount">
  8. <input id="order[order_product_attributes]__discount" name="order[order_product_attributes][][discount]"
  9. onblur="RecalculateOrder(true)" size="5" type="text" value="0.00" />
  10. </td>
  11. <td class="orders_choice_total">
  12. <input id="order[order_product_attributes]__order_product_price"
  13. name="order[order_product_attributes][][order_product_price]"
  14. readonly="readonly" size="5" tabindex="-1" type="text" value="0.00" />
  15. </td>
  16. </tr>
  17. </tbody>
Add Comment
Please, Sign In to add comment