Magento – SNM PDF Print and PayPal Plus

About the Extension PDF Print of SNM Portal I already had written and am still thrilled. Not only on the extension itself, but also on the willingness of Mr. Augsten – the developer behind PDF Print.

One can use this extension not only very convenient its order confirmation, Account, Delivery note & Credit to the last detail design but also to variables such as “when – then” use.

Here are a few examples of useful variables:

  • Barco Diere the order and show it on the document –
    <img mode="barcode" type="C128" code="{{var order.real_order_id}}" width="30mm"/>
  • If shipping name “DHL package” is, then show a picture on –
    {{if helper.eq(order.shipping_description, "DHL package") }} <img src ="/media/shipping/paket.png" alt ="" width="100" height="37" /> {{/if}}
  • If payment method PayPal Plus, see the following text-
    {{if helper.eq(payment_method, 'iways_paypalplus_payment') }}Please use only the aforementioned PayPal account information in the case of bill payment.{{/if}}
  • If payment method PayPal is NOT Plus, see the following text-
    {{if helper.neq(payment_method, 'iways_paypalplus_payment') }}Please remit directly to us.{{/if}}
  • Show delivery –
    {{var order.getShippingDescription()}}
  • Show Zahlart 1 –
    {{var payment_info}}
  • Show Zahlart 2 –
    {{var payment_method}}
  • Show Zahlart 3 (all information for the payment by PayPal Plus) –
    {{var payment_html}}

This just a few examples of the power of this extension for Magento. However, there are also many other options available such as the integration of its own attributes and much more.

Used in Magento versions 1.4 – 1.9 Comments? Additions? Notes? Gladly!

Published by Covos

Since 2009 I have been working intensively with Magento. I started with the creation and operation of B2C stores. This was extended through my work in the logistics sector. This resulted first specialized B2E systems. Today I work day-a day with exciting B2C, B2B- and B2E projects and reports in this blog about challenges and give insider tips.

Leave a Reply

Your email address will not be published. Required fields are marked *