VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: TAIWAR on November 11, 2013, 09:41:22 AM

Title: How change the footer from pdf order VM 2022a ?
Post by: TAIWAR on November 11, 2013, 09:41:22 AM
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
Title: Re: How change the footer from pdf order VM 2022a ?
Post by: jenkinhill on November 11, 2013, 15:14:14 PM
Letter Foot is customisable in Shop/Invoices in VM2.0.24