View Single Post
  #3  
Old 06-06-2018, 11:37 PM
 
Soptareanu @Alex Soptareanu @Alex is offline
 

Advanced Member
  
Join Date: Apr 2018
Posts: 39
 

Default Re: Changes in View Cart

Quote:
Originally Posted by tony_sologubov
Hi @Alex,

To achieve that try to submit the quantity form using JQuery, once you hit +/- button. X-Cart should catch this form submit and do that via AJAX, so you should get desired result.

If it does not work, try to add 'watcher' CSS class to your +/- buttons and remove form submit via JQuery.

Please, keep me posted about results.

Tony

I put "watcher" css class on +/- buttons such as
HTML Code:
<div class="watcher fdmteam_quantity_plus" id="plus-{{ this.getBoxId() }}"></div>
but still doesn't works.
__________________
Soptareanu Alex
Reply With Quote