List of Template Variables Used in Orders printing (named Invoice).
{$sold_to} ---> Used for heading SOLD TO: {$customer_address} --> Used for showing the customer address.
{$store_name} --> Used for showing the Store Name. {$store_street} --> Used for showing the store street address. {$store_zip} --> Used for showing the zipcode of the store. {$store_city} --> Used for showing the city of the store. {$server_name} --> Used for showing the server name. {$store_owener_email_address} --> Used for showing the store owner email address. {$store_phone}--> Used for showing the phone number of the store.
{$ship_to} -->Used for heading SHIP TO: {$ship_to_address} --> Used for showing the shipping address of the customer.
{$vat_number} --> Used for showing the heading VAT No: {$store_vat_number} --> Used for showing the VAT Number of the store.
{$ship_bank} --> Used for showing the heading Bank: {$store_bank_name} --> Used for showing the store bank name
{$account} --> Used for showing the heading Account: {$store_bank_account} --> Used for showing the store bank account number.
{$store_fax_title} --> Used for showing the heading FAX number {$store_fax} --> Used for showing the store Fax Number.
{$store_phone_title} --> Used for showing the heading phone number {$store_phone} --> Used for showing the store phone Number.
{$heading_shipdate} -->Used for showing the heading Ship Date: {$shipdate} --> Used for showing the ship date.
{$heading_shiptime} -->Used for showing the heading Ship Time: {$shiptime} --> Used for showing the ship time.
{$heading_prod_stock_placement} --> Used for showing the heading Stock Placement: {$products_stock_placement} --> Used for showing the stock placement.
{$purchase_date_text} -->Used for showing the heading Purchase Date: {$purchase_date} --> Used for showing the purchase date.
{$invoice_number_text} -->Used for showing the heading Invoice No: {$invoice_number} --> Used for showing the invoice number.
{$invoice_payment_text} -->Used for showing the heading Payment: {$invoice_payment} --> Used for showing the payment method.
{$ip_address} -->Used for showing the heading Customers IP: {$ip_address_result} --> Used for showing the IP address of the customer.
{$cc_transactionid} -->Used for showing the heading Transactions ID: {$cc_transactionid_result} --> Used for showing the transaction id.
{$vat_condition} --> Used for showing the VAT condition. {$vat_ean_number} --> Used for showing the VAT ean Number.
{$print_invoice_heading} -->Used for showing the heading Invoice. {$heading_quantity} --> Used for showing the heading Qty. {$heading_model} --> Used for showing the heading Model. {$heading_products} --> Used for showing the heading Products. {$price_excluding_tax} -->Used for showing the heading Price (ex). {$price_including_tax} -->Used for showing the heading Price (inc).
{$products_details} --> Used for showing the products order details. (Qty,Model,Products,price,Shipping method,Total Price ...)
{$products_details_stock_location} --> Used for showing the products order details with stock location. (Qty,Model,Stock Placement,Products,price,Shipping method,Total Price ...)
{$return_policy} --> Used for showing the return policy.
{$heading_shipcomment} -->Used for showing the Shipping Comment: {$ship_comment } --> Used for showing the shipping comment.
{$history} --> Used for showing the Order history details.
{$title_print_order} --> Used for showing the heading Order
{$date_of_birth} --> Used for showing the heading Date of Birth: {$date_of_birth_result} --> Used for showing the customers date of birth. {$customers_email_result} --> Used for showing customers email address. {$customers_phone_result} --> Used for showing customers telephone number. {$payment_info} --> Used for showing the payment info.
{$text_payment_method} --> Used for showing the heading Payment Method: {$payment_method} --> Used for showing the payment method.
{$button_print} --> Used for showing the heading Print
|