

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

<script>
window.addEventListener('load',function(){
if(window.location.href.indexOf('/mycart/success')!=-1)
{
 gtag('event','complete',{
 'event_category':'order',
 'event_label':'success'
 });
  }
  });
</script>