News:

Support the VirtueMart project and become a member

Main Menu

Cannot show picture in invoice

Started by psm, September 03, 2018, 16:34:27 PM

Previous topic - Next topic

psm

Dear all,
I updated my VirtueMart 3.2.0 to 3.2.14 and I found that my copied stamp is not showed in invoices. I have added this code below in invoice.php file. Could you please help me what can be the problem?

Thank you


<div class='spaceStyle'>
    <?php
    
if ($this->print) {
echo $this->loadTemplate('items');
    } else {
        
$tabarray = array('items'=>'COM_VIRTUEMART_ORDER_ITEM''history'=>'COM_VIRTUEMART_ORDER_HISTORY');
shopFunctionsF::buildTabs$this$tabarray);
    }
    
?>

</div>
<br clear="all"/><br/>

Added piece of code: <img src="images/stories/virtuemart/invoice/peciatka.jpg"></img>
   
<?php    
if ($this->headFooter) {
    echo 
$this->replaceVendorFields($this->vendor->vendor_letter_footer_html$this->vendor);
}





GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

psm

Thank you and how I can get full image url please?

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

psm