News:

Looking for documentation? Take a look on our wiki

Main Menu

How change the footer from pdf order VM 2022a ?

Started by TAIWAR, November 11, 2013, 09:41:22 AM

Previous topic - Next topic

TAIWAR

Hello everybody, when I print the pdf detail order I don't have the detail of vendor exactly on the footer of the page, in fact I have the "vendor_letter_html" just under the detail of order(under Total). I need a code maybe to change the line in red...

defined('_JEXEC') or die('Restricted access');
JHTML::stylesheet('vmpanels.css', JURI::root().'components/com_virtuemart/assets/css/');
if($this->print){
   ?>

      <body onload="javascript:print();">
      
      <?php  echo $this->vendor->vendor_letter_header_html; ?>
            <td align="right">&nbsp;</td>
            <h1><?php echo JText::_('COM_VIRTUEMART_ACC_ORDER_INFO'); ?></h1>
      <div class='spaceStyle'>
      <?php
      echo $this->loadTemplate('order');
      ?>
      </div>

      <div class='spaceStyle'>
      <?php
      echo $this->loadTemplate('items');
      ?>
      </div>
      <div>
      <?php echo $this->vendor->vendor_letter_footer_html ; ?>
      </div>
            
      </body>
      <?php

jenkinhill

Letter Foot is customisable in Shop/Invoices in VM2.0.24
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum