Hi
I want to add message to this
echo $this->html;
where can i find this so i can edit the layout.
Thanks
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