News:

Support the VirtueMart project and become a member

Main Menu

VM3 Order Done

Started by malik0206, February 18, 2015, 20:05:25 PM

Previous topic - Next topic

malik0206

Hi

I want to add message to this

echo $this->html;

where can i find this so i can edit the layout.


Thanks

malik0206

ok i have done more digging around and found this in plugin paypal.php

   function plgVmOnPaymentResponseReceived(&$html) {

      if (!class_exists('VirtueMartCart')) {
         require(VMPATH_SITE . DS . 'helpers' . DS . 'cart.php');
      }
      if (!class_exists('shopFunctionsF')) {
         require(VMPATH_SITE . DS . 'helpers' . DS . 'shopfunctionsf.php');
      }
      if (!class_exists('VirtueMartModelOrders')) {
         require(VMPATH_ADMIN . DS . 'models' . DS . 'orders.php');
      }
      VmConfig::loadJLang('com_virtuemart_orders', TRUE);


This is the responses code

i want to add message also i want to add the Logout button like its in checkout page


How can i do this

thanks