Can't remove the rewards widget once added to Commerce

Can't remove the rewards widget once added to Commerce

Hello,

Evidently, it seems that Thrive can't remove the Rewards widget once it's been added in Commerce.

For the time being, in case anyone else is having the same problem, the following Javascript code in the footer on your Commerce site should disable it:

  1. <script>
  2.       $("#zoho_thrive_widget").attr('style','display:none;');
  3. </script>

-Bryan