VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: webocard on August 31, 2018, 23:37:04 PM

Title: Edit page "Please wait while redirecting to paypal"
Post by: webocard on August 31, 2018, 23:37:04 PM
--------
Title: Re: Edit page "Please wait while redirecting to paypal"
Post by: GJC Web Design on September 01, 2018, 01:02:27 AM
the html is created in the Paypal plugin

\plugins\vmpayment\paypal\paypal\helpers\paypalstd.php

      if (vmconfig::get('css')) {
         $msg = vmText::_('VMPAYMENT_PAYPAL_REDIRECT_MESSAGE', true);
      } else {
         $msg='';
      }

      vmJsApi::addJScript('vm.paymentFormAutoSubmit', '
           jQuery(document).ready(function($){
               jQuery("body").addClass("vmLoading");
              var msg="'.$msg.'";
               jQuery("body").append("<div class=\"vmLoadingDiv\"><div class=\"vmLoadingDivMsg\">"+msg+"</div></div>");
             jQuery("#vmPaymentForm").submit();
         })
      ');

and passed to the orderdone.php page

components\com_virtuemart\views\cart\tmpl\orderdone.php