🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

This is a jQuery plugin to generate a dynamic, editable invoice/receipt/checkout page for your eCommerce website that supports live/real time calculation.

Shopping-Cart

Documentation

jquery-invoice-plugin

jQuery Plugin for editable and dynamic Invoice with calculation.

Requirement

jQuery version >= 1.12.4

Usage

jQuery().invoice({   addRow : "#addRow",   delete : ".delete",   parentClass : ".item-row",    price : ".price",   qty : ".qty",   total : ".total",   totalQty: "#totalQty",    subtotal : "#subtotal",   discount: "#discount",   shipping : "#shipping",   grandTotal : "#grandTotal" }); 

License

This package is licensed under the MIT License.


You May Also Like