How to Auto-Update Cart After Changing Product Quantity in ECSHOP
1. Backup and modify the flow.dwt file in the template directory: (1) Add a JS snippet between the <head> tags to replace the update button and implement form submission:
<script type="text/javascript">
function formSubmit()
{
document.getElementById("formCart").submit() …